| Commit message (Expand) | Author | Age | Files | Lines |
* | Move help(1) to share/man and send the remains of man(1) to the Attic. |  schwarze | 2015-03-27 | 1 | -939/+0 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | Make some variables const that are filled from getenv(3), from argv, |  schwarze | 2013-07-01 | 1 | -5/+7 |
* | Kill off some code that undocumently added an "-s" switch if user had |  jca | 2013-07-01 | 1 | -39/+8 |
* | Avoid mangling argv and environment variables. |  jca | 2013-06-26 | 1 | -7/+15 |
* | Do not insert an empty ENTRY into the manpath list; |  schwarze | 2012-02-05 | 1 | -3/+6 |
* | When iterating a TAILQ list replacing elements, |  schwarze | 2012-01-05 | 1 | -7/+8 |
* | For man -a and -w, drop companion pages that are also in the path, |  schwarze | 2011-07-07 | 1 | -15/+67 |
* | When both a formatted and an unformatted version of the same manual page |  schwarze | 2011-07-05 | 1 | -2/+80 |
* | add one more signal block for handling '_intmp' (the list of files scheduled |  deraadt | 2011-05-25 | 1 | -33/+39 |
* | whining verboten; ok deraadt |  mikeb | 2010-10-22 | 1 | -8/+1 |
* | Fix three bugs in man(1): |  schwarze | 2010-03-19 | 1 | -133/+174 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -15/+1 |
* | make -S case insensitive; this avoids any confusion over the fact |  jmc | 2008-12-30 | 1 | -3/+6 |
* | -k and -f accept multiple arguments; from Pierre Riteau |  jmc | 2008-01-04 | 1 | -4/+4 |
* | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2007-08-06 | 1 | -3/+3 |
* | make jmc happy by somewhat smarter synopsis scanning code for -h; ok |  otto | 2007-06-04 | 1 | -8/+19 |
* | fix usage |  deraadt | 2007-01-09 | 1 | -4/+4 |
* | Coverity CID 2996: Don't return without closing fp. |  jasper | 2006-12-14 | 1 | -3/+5 |
* | use asprintf instead; dhill@mindcry.org |  deraadt | 2005-11-12 | 1 | -7/+4 |
* | Rewrite -m processing to not use queue internals and make it more |  otto | 2005-10-31 | 1 | -18/+8 |
* | Use queue macros instead of directly accessing fields. ok pat@ "put it |  otto | 2005-10-17 | 1 | -29/+27 |
* | - mark up punctuation |  jmc | 2004-02-23 | 1 | -4/+5 |
* | Support MANPAGER environment variable plus some KNF I had in my tree. |  millert | 2003-12-16 | 1 | -4/+7 |
* | mostly ansi cleanup; pval ok |  deraadt | 2003-06-10 | 1 | -6/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |
* | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu |  deraadt | 2003-03-13 | 1 | -5/+6 |
* | GNU semantics say that if optstring begins with '-' then |  millert | 2002-12-08 | 1 | -3/+3 |
* | let comment match reality. ok millert@ |  espie | 2002-11-23 | 1 | -4/+4 |
* | ansi |  deraadt | 2002-09-17 | 1 | -26/+25 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -11/+11 |
* | make signal handler safe, by blocking signals around the things that it cares about; millert ok |  deraadt | 2001-11-17 | 1 | -3/+17 |
* | whack strcpy |  deraadt | 2001-08-18 | 1 | -3/+3 |
* | space police + pet peeves |  millert | 2001-04-10 | 1 | -19/+23 |
* | KNF |  deraadt | 2001-01-31 | 1 | -5/+8 |
* | Add a help(1) man page -- help for new users and administrators. |  aaron | 1999-10-18 | 1 | -3/+3 |
* | clarify |  deraadt | 1999-07-28 | 1 | -3/+3 |
* | Handle PAGER in a manner consistent with the Single Unix Specification: |  pjanzen | 1999-06-10 | 1 | -3/+3 |
* | off by one string termination; wsanchez |  deraadt | 1998-11-16 | 1 | -3/+3 |
* | /usr/bin/help == man man" |  deraadt | 1998-09-14 | 1 | -2/+12 |
* | finish off fixing PR 536 completely |  deraadt | 1998-07-20 | 1 | -2/+4 |
* | Fix confusing error message |  espie | 1998-07-01 | 1 | -4/+9 |
* | fix usage |  millert | 1998-04-25 | 1 | -4/+6 |
* | Add -s section for svr4 compat and -S subsection ala: |  millert | 1998-03-09 | 1 | -9/+20 |
* | path buf too small; tron@lyssa.owl.de |  deraadt | 1997-09-10 | 1 | -3/+3 |
* | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1997-01-15 | 1 | -3/+3 |
* | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too |  deraadt | 1996-09-16 | 1 | -4/+4 |
* | bugfix, paths added with -w should now be searched in the same order |  michaels | 1996-07-18 | 1 | -6/+16 |
* | rcsid |  deraadt | 1996-06-26 | 1 | -1/+2 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+741 |