Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak previous; | 2016-09-03 | 1 | -2/+3 | |
| | |||||
* | note that getpass is obsolete. removed from posix in 2001. | 2016-09-03 | 1 | -3/+10 | |
| | |||||
* | Mention explicit_bzero(3); ok jmc | 2016-09-01 | 1 | -3/+5 | |
| | |||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -4/+4 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 1 | -2/+2 | |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - clean up macro abuse | 2003-05-30 | 1 | -5/+5 | |
| | | | | | - section reorder - merge COMPATIBILITY | ||||
* | Add ERRORS and STANDARDS sections | 2001-12-07 | 1 | -6/+41 | |
| | |||||
* | Insert a missing comma. | 2001-02-10 | 1 | -2/+2 | |
| | |||||
* | Add readpasasphrase(3), a more flexible getpass(3) replacement. | 2000-11-21 | 1 | -1/+2 | |
| | | | | getpass(3) is now implemented in terms of readpasasphrase(3). | ||||
* | After some constructive criticism from pjanzen@ and some e-mail tag: | 1999-06-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | - only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens). | ||||
* | repairs; go back over some old files, because we should properly distinguish | 1999-05-29 | 1 | -4/+2 | |
| | | | | | between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | ||||
* | repairs | 1999-05-29 | 1 | -13/+16 | |
| | |||||
* | do not needlessly uppercase function names | 1998-06-08 | 1 | -3/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+90 | |