Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | - Don't use .Ar here. | Aaron Campbell | |
- Use a less Microsoft'ish example directory name. :-) | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-10-18 | small changes | Theo de Raadt | |
1999-10-18 | Add a help(1) man page -- help for new users and administrators. | Aaron Campbell | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-16 | flesh out man -k even more because some people who probably deserve windows, ↵ | Theo de Raadt | |
still do not read that far | |||
1999-07-28 | clarify | Theo de Raadt | |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen | |
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined. | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-11-16 | off by one string termination; wsanchez | Theo de Raadt | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-09-14 | /usr/bin/help == man man" | Theo de Raadt | |
1998-09-14 | move -k documentation to the TOP | Theo de Raadt | |
1998-07-20 | finish off fixing PR 536 completely | Theo de Raadt | |
1998-07-20 | document the -k flag. | Artur Grabowski | |
noted by abyss@abyss.imaji.net pr536 | |||
1998-07-01 | Fix confusing error message | Marc Espie | |
1998-04-25 | fix usage | Todd C. Miller | |
1998-03-09 | Add -s section for svr4 compat and -S subsection ala: | Todd C. Miller | |
man -s 4 -S alpha scc | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-10 | path buf too small; tron@lyssa.owl.de | Theo de Raadt | |
1997-06-06 | 10 X | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt | |
1996-07-18 | bugfix, paths added with -w should now be searched in the same order | michaels | |
as the rest, and not in reverse. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1995-12-14 | fix a typo | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |