Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-05 | sync usage() w/ man page synopsis; | Jason McIntyre | |
2005-07-05 | little bit better description of -ml; | Jason McIntyre | |
agreed w/ wiz@netbsd | |||
2005-07-05 | - sort description of -m | Jason McIntyre | |
- correct typos in -m description - formatting improvements from wiz@netbsd | |||
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove | |
ok henning@ | |||
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-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-28 | change the text following the preprocessor directives '#else' and | Dan Harnett | |
'#endif' into comments. ok millert@ | |||
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller | |
avoid number of arguments limit. Also, file is optional; Brian Poole | |||
2002-02-28 | another bug | Todd C. Miller | |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller | |
Now I can sleep. | |||
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller | |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller | |
I have ANSIfied, stylized, and Wallified it and converted it use "modern" things such as getopt(). I also fixed some obvious buffer overflows and updated the man page. |