summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getdirentries.2
Commit message (Collapse)AuthorAgeFilesLines
* Document the getdents(2) system call. The documentation wasmpp1999-07-301-13/+27
| | | | | | added to the getdirentries(2) man page because 95%+ of that man page comprised the text of the getdents(2) man page I obtained from NetBSD.
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Typo.jmz1998-10-301-1/+1
|
* Document EINVAL return value.bde1998-06-141-0/+7
|
* Fixed #includes in synopsis to compile.bde1997-03-281-6/+7
| | | | | Fixed #includes in synopsis to declare the prototype in the synopsis. Fixed stale types in description of struct dirent.
* Merge from Lite2 onto mainline -peter1997-03-111-3/+9
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-2/+2
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+3
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Fixed various problems: typos, grammer, missing include filesmpp1996-05-231-3/+3
| | | | | wrong function type declarations, and wrong argument type declarations.
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+22
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+152
OpenPOWER on IntegriCloud