summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOOKUP.9
Commit message (Collapse)AuthorAgeFilesLines
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
| | | | Approved by: re
* Style and markup changes only.truckman2002-09-181-3/+3
| | | | | 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.
* More file system > filesystemtrhodes2002-05-161-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* VFS_ABORTOP hasn't existed since 1999/12/15.dd2001-09-031-1/+0
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+3
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-4/+4
|
* "VFS entry point" -> "entry point", to be consistent with other VOP_*(9)ben2000-07-151-1/+1
| | | | | | | manual pages. PR: 18593 Submitted by: Anatoly Vorobey <mellon@pobox.com>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.charnier1998-03-121-3/+5
| | | | Use .An/.Aq.
* Fixed spelling of EACCES.bde1997-11-231-3/+3
|
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-4/+4
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+2
|
* Some minor mdoc cleanup.mpp1997-03-071-3/+4
|
* Typo police.mpp1997-03-041-3/+3
|
* This is the current draft of my filesystem manpages. Some files aredfr1997-03-031-0/+447
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