summaryrefslogtreecommitdiff
path: root/usr.bin/man
AgeCommit message (Expand)Author
2004-09-15remove unused codeTheo de Raadt
2004-02-23- mark up punctuationJason McIntyre
2003-12-16Support MANPAGER environment variable plus some KNF I had in my tree.Todd C. Miller
2003-11-09cosmetic change; don't put an ending semicolon on the same line asTodd C. Miller
2003-08-08- add descriptions of the different sectionsJason McIntyre
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-043/4 cleanup for aaronTheo de Raadt
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-15copyrights added;Jason McIntyre
2003-01-21typos;Jason McIntyre
2002-12-08GNU semantics say that if optstring begins with '-' thenTodd C. Miller
2002-11-23let comment match reality. ok millert@Marc Espie
2002-09-17ansiTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-11-17make signal handler safe, by blocking signals around the things that it cares...Theo de Raadt
2001-09-02Remove a duplicate line; dfa@solo.eeAaron Campbell
2001-08-18whack strcpyTheo de Raadt
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-04-10space police + pet peevesTodd C. Miller
2001-01-31KNFTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18- Don't use .Ar here.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-10-18small changesTheo de Raadt
1999-10-18Add a help(1) man page -- help for new users and administrators.Aaron Campbell
1999-09-23Typo fixes.Alex Feldman
1999-09-16flesh out man -k even more because some people who probably deserve windows, ...Theo de Raadt
1999-07-28clarifyTheo de Raadt
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
1999-06-05- remove trailing white spaceAaron Campbell
1998-11-16off by one string termination; wsanchezTheo de Raadt
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-09-14/usr/bin/help == man man"Theo de Raadt
1998-09-14move -k documentation to the TOPTheo de Raadt
1998-07-20finish off fixing PR 536 completelyTheo de Raadt
1998-07-20document the -k flag.Artur Grabowski
1998-07-01Fix confusing error messageMarc Espie
1998-04-25fix usageTodd C. Miller
1998-03-09Add -s section for svr4 compat and -S subsection ala:Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-09-10path buf too small; tron@lyssa.owl.deTheo de Raadt
1997-06-0610 XTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller