| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Move ID tag. | Eric Melville | 2002-04-27 | 1 | -2/+5 |
| * | When a compound section name is specified, search for pages that actually | Eric Melville | 2002-04-24 | 1 | -44/+95 |
| * | Fix compilation in the non-FreeBSD case. | Eric Melville | 2002-04-13 | 1 | -0/+2 |
| * | Update perl's man path for 5.6.1 | Brian Somers | 2002-03-23 | 1 | -1/+1 |
| * | Revision 1.45 of gnu/usr.bin/man/man.c obviated the need to link | Ruslan Ermilov | 2002-03-22 | 1 | -0/+2 |
| * | RETURN VALUES is for sections 2, 3 and 9, but here in section 1 man page, | Philippe Charnier | 2002-03-12 | 1 | -3/+5 |
| * | apropos(1) manual page doesn't tell that keyword can be regular expression | Wolfram Schneider | 2002-03-09 | 1 | -0/+4 |
| * | Reincarnate SETUID code in man(1), not compiled in by default. | Ruslan Ermilov | 2002-01-22 | 1 | -7/+43 |
| * | GC spurious -m in the usage(). | Ruslan Ermilov | 2002-01-18 | 1 | -4/+4 |
| * | Do not install man(1) setuid ``man''. | Ruslan Ermilov | 2002-01-15 | 2 | -66/+3 |
| * | Now that we have the original BSD man(1)'s ${MACHINE} feature | Ruslan Ermilov | 2002-01-11 | 4 | -118/+40 |
| * | Document how manpath(1) handles user's path directories that end in "/bin". | Ruslan Ermilov | 2001-10-01 | 1 | -0/+9 |
| * | Fixed some of style bugs. | Ruslan Ermilov | 2001-09-12 | 1 | -1/+1 |
| * | SECURITY. | Ruslan Ermilov | 2001-09-06 | 2 | -33/+18 |
| * | Skip empty calls in the NAME section after the .Nm macro call. | Ruslan Ermilov | 2001-08-09 | 1 | -0/+1 |
| * | An empty request (single dot on the line) is treated as an | Ruslan Ermilov | 2001-08-09 | 1 | -2/+2 |
| * | Teach makewhatis(1) about mdoc(7) .Xr macro. | Ruslan Ermilov | 2001-08-09 | 1 | -3/+9 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -3/+5 |
| * | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 2 | -2/+0 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -2/+2 |
| * | Rewrite locale handling using nl_langinfo(CODESET), so aliases not needed here | Andrey A. Chernov | 2001-06-25 | 1 | -44/+77 |
| * | In debug mode don't print error for C,POSIX,ASCII,US-ASCII locales | Andrey A. Chernov | 2001-06-10 | 1 | -2/+7 |
| * | Fix for new locale names | Andrey A. Chernov | 2001-06-10 | 1 | -1/+1 |
| * | Fix for new locale names | Andrey A. Chernov | 2001-06-10 | 2 | -4/+7 |
| * | mdoc.samples(7) is superseded by mdoc(7). | Ruslan Ermilov | 2001-04-17 | 1 | -2/+1 |
| * | beforeinstall -> SCRIPTS. | Ruslan Ermilov | 2001-04-07 | 4 | -50/+22 |
| * | space typo in last commit | Wolfram Schneider | 2001-03-30 | 1 | -1/+1 |
| * | * A comment in apropos.sh contains the misspelled word | Wolfram Schneider | 2001-03-30 | 1 | -3/+3 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 5 | -14/+13 |
| * | Don't use MANDEPEND and MANSRC. | Ruslan Ermilov | 2001-03-26 | 1 | -6/+3 |
| * | setlocale(3) has been fixed to match POSIX standard: | Ruslan Ermilov | 2001-03-02 | 3 | -18/+6 |
| * | Make ``groff -man'' work again for both man(7) and mdoc(7) manpages. | Ruslan Ermilov | 2001-02-23 | 2 | -5/+5 |
| * | Implement one nice feature of original BSD man(1): | Ruslan Ermilov | 2001-02-19 | 2 | -1/+44 |
| * | Fixed the order of environment variables list. | Ruslan Ermilov | 2001-02-19 | 1 | -9/+6 |
| * | Fix broken -L for short locale names. | Ruslan Ermilov | 2001-02-16 | 1 | -0/+2 |
| * | Do not ever try to look into nonexisting locale subdirectories. | Ruslan Ermilov | 2001-02-15 | 1 | -6/+6 |
| * | If both full-locale-name and short-locale-name searches | Ruslan Ermilov | 2001-02-14 | 2 | -32/+98 |
| * | Backout 1.38->1.41 (functional) changes pending the proper solution. | Ruslan Ermilov | 2001-02-14 | 1 | -17/+13 |
| * | Do not allow non-absolute pathnames in the manpath. | Ruslan Ermilov | 2001-02-13 | 1 | -0/+8 |
| * | Make it possible for any given locale to use different | Ruslan Ermilov | 2001-02-13 | 1 | -8/+17 |
| * | Finish draining any input prior to closing the pipe, to prevent unsightly | Matthew Dillon | 2001-02-05 | 1 | -0/+3 |
| * | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 2 | -2/+2 |
| * | Revert part of previous commit and initialize locale_nroff to " -Tascii" | Dag-Erling Smørgrav | 2001-01-28 | 1 | -4/+6 |
| * | Make an effort to actually pass the correct device to groff. | Dag-Erling Smørgrav | 2001-01-27 | 1 | -13/+6 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-27 | 2 | -2/+4 |
| * | Teach man(1) how to look inside compressed manuals | Ruslan Ermilov | 2000-12-22 | 2 | -70/+56 |
| * | mdoc(7) police: removed history info from the .Os call. | Ruslan Ermilov | 2000-12-14 | 2 | -2/+2 |
| * | mdoc(7) police: use canonical form of .Dd macro. | Ruslan Ermilov | 2000-12-11 | 4 | -4/+4 |