Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-07 | we have man section 3f by default now; | Jason McIntyre | |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-06-04 | make jmc happy by somewhat smarter synopsis scanning code for -h; ok | Otto Moerbeek | |
jaredy@ | |||
2007-06-01 | more adosfs removal; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2007-05-23 | - attempt to explain (sub)sections before we start discussing them | Jason McIntyre | |
- merge the "-s section" and "section" parts: it doesn't make sense to keep them separate | |||
2007-05-23 | update the section list; | Jason McIntyre | |
2007-05-23 | for -S, note that machines have pages for all archs, and this mechanism | Jason McIntyre | |
allows one to view pages for one arch whilst using another (this seems to be not always clear to people); | |||
2007-05-23 | improve the descriptions for -f and -k, specifically making it | Jason McIntyre | |
clear that they run, respectively, whatis(1) and apropos(1); | |||
2007-05-23 | remove some unneccessary bracketing; | Jason McIntyre | |
2007-05-19 | improve the descriptions of "section" and "subsection"; ok millert | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2007-01-09 | fix usage | Theo de Raadt | |
2006-12-14 | Coverity CID 2996: Don't return without closing fp. | Jasper Lievisse Adriaanse | |
Fix from christos NetBSD. ok otto@, millert@ (earlier version) | |||
2006-05-09 | i.e. -> e.g. | Jason McIntyre | |
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt | |
2005-10-31 | Rewrite -m processing to not use queue internals and make it more | Otto Moerbeek | |
simple as well. ok hshoexer@ jaredy@ henning@ | |||
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek | |
in" deraadt@ | |||
2005-05-26 | byebye umap, union and null references; pedro@ ok. | Federico G. Schwindt | |
2005-04-15 | document mdoc(7) and mdoc.samples(7); | Jason McIntyre | |
from pascoe@ | |||
2004-09-15 | remove unused code | Theo de Raadt | |
2004-02-23 | - mark up punctuation | Jason McIntyre | |
- use more suitable macros where necessary - a little grammar - sort options and sync usage() (last part checked by henning) | |||
2003-12-16 | Support MANPAGER environment variable plus some KNF I had in my tree. | Todd C. Miller | |
Closes PR 3563 | |||
2003-11-09 | cosmetic change; don't put an ending semicolon on the same line as | Todd C. Miller | |
a for() loop. | |||
2003-08-08 | - add descriptions of the different sections | Jason McIntyre | |
- add .Xr's to the intro pages - little cleanup ok millert@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-15 | copyrights added; | Jason McIntyre | |
these are all (c) aaron@ ok aaron@ | |||
2003-01-21 | typos; | Jason McIntyre | |
ok deraadt@ | |||
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller | |
each non-option shall be treated as arguments to option '\1'. BSD getopt match '-' in optstring with a '-' on the command line. This is used to support deprecated options like "su -" that would otherwise prevent the use of getopt(). Resolving this simply requires that the leading '-' be moved somewhere else (I moved it to the end of optstring) since position within optstring is not meaningful. | |||
2002-11-23 | let comment match reality. ok millert@ | Marc Espie | |
2002-09-17 | ansi | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-11-17 | make signal handler safe, by blocking signals around the things that it ↵ | Theo de Raadt | |
cares about; millert ok | |||
2001-09-02 | Remove a duplicate line; dfa@solo.ee | Aaron Campbell | |
2001-08-18 | whack strcpy | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-04-10 | space police + pet peeves | Todd C. Miller | |
use memcpy() not memmove() when we don't care about overlapping segments use puts(foo) instead of print("%s\n", foo) | |||
2001-01-31 | KNF | Theo de Raadt | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. |