summaryrefslogtreecommitdiffstats
path: root/usr.bin/man/man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move help(1) to share/man and send the remains of man(1) to the Attic.schwarze2015-03-271-939/+0
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Make some variables const that are filled from getenv(3), from argv,schwarze2013-07-011-5/+7
* Kill off some code that undocumently added an "-s" switch if user hadjca2013-07-011-39/+8
* Avoid mangling argv and environment variables.jca2013-06-261-7/+15
* Do not insert an empty ENTRY into the manpath list;schwarze2012-02-051-3/+6
* When iterating a TAILQ list replacing elements,schwarze2012-01-051-7/+8
* For man -a and -w, drop companion pages that are also in the path,schwarze2011-07-071-15/+67
* When both a formatted and an unformatted version of the same manual pageschwarze2011-07-051-2/+80
* add one more signal block for handling '_intmp' (the list of files scheduledderaadt2011-05-251-33/+39
* whining verboten; ok deraadtmikeb2010-10-221-8/+1
* Fix three bugs in man(1):schwarze2010-03-191-133/+174
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* make -S case insensitive; this avoids any confusion over the factjmc2008-12-301-3/+6
* -k and -f accept multiple arguments; from Pierre Riteaujmc2008-01-041-4/+4
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-3/+3
* make jmc happy by somewhat smarter synopsis scanning code for -h; okotto2007-06-041-8/+19
* fix usagederaadt2007-01-091-4/+4
* Coverity CID 2996: Don't return without closing fp.jasper2006-12-141-3/+5
* use asprintf instead; dhill@mindcry.orgderaadt2005-11-121-7/+4
* Rewrite -m processing to not use queue internals and make it moreotto2005-10-311-18/+8
* Use queue macros instead of directly accessing fields. ok pat@ "put itotto2005-10-171-29/+27
* - mark up punctuationjmc2004-02-231-4/+5
* Support MANPAGER environment variable plus some KNF I had in my tree.millert2003-12-161-4/+7
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-5/+6
* GNU semantics say that if optstring begins with '-' thenmillert2002-12-081-3/+3
* let comment match reality. ok millert@espie2002-11-231-4/+4
* ansideraadt2002-09-171-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.millert2002-02-161-11/+11
* make signal handler safe, by blocking signals around the things that it cares about; millert okderaadt2001-11-171-3/+17
* whack strcpyderaadt2001-08-181-3/+3
* space police + pet peevesmillert2001-04-101-19/+23
* KNFderaadt2001-01-311-5/+8
* Add a help(1) man page -- help for new users and administrators.aaron1999-10-181-3/+3
* clarifyderaadt1999-07-281-3/+3
* Handle PAGER in a manner consistent with the Single Unix Specification:pjanzen1999-06-101-3/+3
* off by one string termination; wsanchezderaadt1998-11-161-3/+3
* /usr/bin/help == man man"deraadt1998-09-141-2/+12
* finish off fixing PR 536 completelyderaadt1998-07-201-2/+4
* Fix confusing error messageespie1998-07-011-4/+9
* fix usagemillert1998-04-251-4/+6
* Add -s section for svr4 compat and -S subsection ala:millert1998-03-091-9/+20
* path buf too small; tron@lyssa.owl.dederaadt1997-09-101-3/+3
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooderaadt1996-09-161-4/+4
* bugfix, paths added with -w should now be searched in the same ordermichaels1996-07-181-6/+16
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+741