summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_READDIR.9
Commit message (Collapse)AuthorAgeFilesLines
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
| | | | | uses of iov_base which assume its type is `char *' (in order to do pointer arithmetic) have been updated to cast iov_base to `char *'.
* Convert descriptions in the ERRORS section to full sentences if theytruckman2002-09-181-1/+1
| | | | were not full sentences, elaborating as necessary.
* Style and markup changes only.truckman2002-09-181-1/+1
| | | | | Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+3
| | | | Use .An/.Aq.
* Updated synopsis for Lite2.bde1997-04-131-3/+4
| | | | Fixed missing #include in synopsis.
* Some minor mdoc cleanup.mpp1997-03-071-2/+2
|
* Formatting tweaks.dfr1997-03-041-2/+2
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+165
incomplete and some are just placeholders but I wanted to try to get something at least into 2.2 on the grounds that what I have is a lot better than nothing. I also wanted to commit something which documents the interfaces in 2.2 before I start updating the documentation for 3.0. This is a definite 2.2 candidate and is also relavent to 2.1 if people still care about that branch.
OpenPOWER on IntegriCloud