summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpass.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - clean up macro abusejmc2003-05-301-5/+5
| | | | | - section reorder - merge COMPATIBILITY
* Add ERRORS and STANDARDS sectionsmillert2001-12-071-6/+41
|
* Insert a missing comma.aaron2001-02-101-2/+2
|
* Add readpasasphrase(3), a more flexible getpass(3) replacement.millert2000-11-211-1/+2
| | | | getpass(3) is now implemented in terms of readpasasphrase(3).
* After some constructive criticism from pjanzen@ and some e-mail tag:aaron1999-06-041-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 distinguishaaron1999-05-291-4/+2
| | | | | between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
* repairsaaron1999-05-291-13/+16
|
* do not needlessly uppercase function namesderaadt1998-06-081-3/+3
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+90