Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre | |
of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat | |
ok millert@ deraadt@ | |||
2005-10-06 | - keep text concerning the options in the option descriptions | Jason McIntyre | |
- use a list for excluded files - clean up BUGS which is very ugly - use -print0 rather than -print - couple minor bits ok deraadt@ | |||
2005-10-04 | standard synopsis/usage() and sort options list; | Jason McIntyre | |
2005-10-04 | ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@. | Matthieu Herrb | |
2004-06-29 | kill spaces | Michael Shalayeff | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-05-13 | Use dp->d_namlen instead of strlen(dp->d_name) and check for | Todd C. Miller | |
dp->d_namlen == 0. Shouldn't be possible but the check prevents any possibilty of using an array index of -1. | |||
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-04-14 | More strlcpy/strlcat and use memmove for equivalent() so it is more | Todd C. Miller | |
readable. deraadt@ OK | |||
2003-04-10 | Some style from Andrey Matveev | Todd C. Miller | |
o avoid including sys/types.h and sys/param.h together o sort includes o in one place warn(3) -> warnx(3) o proper usage() (argument `todir' is optional) Also, fromdir was marked as optional in the manual--it is not. | |||
2002-09-23 | Add missing includes, breaks and semicolons to appease gcc3; David Krause | Todd C. Miller | |
deraadt@ OK | |||
2002-06-17 | KNF | Theo de Raadt | |
2002-05-29 | strlcat | Theo de Raadt | |
2002-03-28 | Fix err*() usage. | Oleg Safiullin | |
ok millert@ | |||
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-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-07-04 | no you are wrong | Michael Shalayeff | |
2001-07-04 | cvs history shows this appeared first in OpenBSD 2.0, not 1.2. | jasoni | |
2001-07-04 | removed unused variable (-Wall cleanup) | jasoni | |
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-07-20 | Code cleanup, user errx and warn instead of the hacks already there. | Eric Jackson | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
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-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-03-08 | Use .Ox | Todd C. Miller | |
1997-06-23 | One more slight change. | Jason Downs | |
1997-06-22 | Convert the find(1) examples to mandoc. | Jason Downs | |
1997-06-22 | Slightly cleaner. | Jason Downs | |
1997-06-21 | New mandoc man page. | Jason Downs | |
1996-08-19 | We need a malloc prototype for alphas | Niklas Hallqvist | |
1996-08-19 | Move the except check. | Jason Downs | |
1996-08-19 | kill a little more cruft. | Jason Downs | |
1996-08-19 | lndir from X11, hacked up. | Jason Downs | |