| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | Andrey A. Chernov | 2003-08-03 | 1 | -7/+4 |
* | catman(1) sources now live elsewhere. | Ruslan Ermilov | 2003-05-01 | 3 | -579/+0 |
* | Add /usr/local/man as OPTIONAL_MANPATH | Andrey A. Chernov | 2003-02-11 | 1 | -0/+1 |
* | Install the OpenSSL man pages in /usr/share/openssl/man | Jacques Vidrine | 2003-02-10 | 1 | -0/+1 |
* | Catch up with The Great Perl Script Rewrite. | Ruslan Ermilov | 2002-11-18 | 1 | -1/+1 |
* | Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local. | Ruslan Ermilov | 2002-11-18 | 5 | -874/+0 |
* | Don't dump core if none of the directories in /etc/manpath.config exist. | Kris Kennaway | 2002-10-27 | 1 | -0/+3 |
* | Grammar nits. | Ruslan Ermilov | 2002-10-21 | 1 | -2/+2 |
* | Revert last delta. SGR support in grotty(1) is disabled system-wide | Ruslan Ermilov | 2002-10-18 | 1 | -1/+1 |
* | Groff 1.18.1 comes in with ANSI color support, enabled by default. | Ruslan Ermilov | 2002-10-11 | 1 | -1/+1 |
* | Pass our idea of a manpage's locale from man(1) down to mdoc(7). | Ruslan Ermilov | 2002-09-30 | 1 | -2/+13 |
* | Adhere to guidelines when testing for null strings. | Eric Melville | 2002-09-03 | 1 | -1/+1 |
* | Use the default pager if the environment variable is blank. | Eric Melville | 2002-08-27 | 1 | -1/+1 |
* | mdoc(7) police: Removed redundant .Ns calls. | Ruslan Ermilov | 2002-08-13 | 1 | -6/+6 |
* | POSIX.1-2001 says ``man -k'' should produce results equivalent to | Ruslan Ermilov | 2002-08-07 | 2 | -2/+2 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -3/+5 |
* | Correctly state the size of the help message. | Eric Melville | 2002-06-24 | 1 | -1/+1 |
* | Remove /usr/share/perl/man | Andrey A. Chernov | 2002-05-24 | 1 | -1/+0 |
* | remove perl scripts from the build. | Mark Murray | 2002-05-18 | 1 | -1/+3 |
* | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -1/+2 |
* | 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 |