aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_LOOKUP.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Bring VOP_LOOKUP(9) up to dateAlan Somers2018-08-081-6/+3
| | | | | | | | | | | | | * Remove the cn_hash field (removed by r51906) * Add the cn_lkflags field (added by r144285) * Remove duplicate definition of cnp. Reviewed by: kib MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D16629 Notes: svn path=/head/; revision=337482
* VOP_LOOKUP.9: update locking infoAlan Somers2017-11-171-13/+3
| | | | | | | | | | | | | | The old description has been inaccurate since at least 243271, if not before. Submitted by: will Reviewed by: kib MFC after: 3 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D13108 Notes: svn path=/head/; revision=325946
* The cn_consume was removed in r296716.Edward Tomasz Napierala2017-03-271-2/+1
| | | | | | | | MFC after: 2 weeks Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=316056
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Remove pseudocode from VOP_* manual pages. It was out of date anyway.Edward Tomasz Napierala2009-03-301-254/+0
| | | | | | | | Reviewed by: scottl Approved by: rwatson (mentor) Notes: svn path=/head/; revision=190573
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147647
* Mark lists as in the rest of section 9 manpages.Ruslan Ermilov2005-01-281-3/+3
| | | | | | | Submitted by: Joel Dahl (mostly) Notes: svn path=/head/; revision=140931
* Folded two SEE ALSO sections into one.Ruslan Ermilov2005-01-181-2/+1
| | | | Notes: svn path=/head/; revision=140411
* Update comments in example as well.Alfred Perlstein2004-07-081-1/+1
| | | | Notes: svn path=/head/; revision=131771
* Update because struct componentname now has a thread pointer insteadAlfred Perlstein2004-07-081-4/+4
| | | | | | | of a proc pointer. Notes: svn path=/head/; revision=131770
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-3/+3
| | | | | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor) Notes: svn path=/head/; revision=115440
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* Style and markup changes only.Don Lewis2002-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. Notes: svn path=/head/; revision=103534
* More file system > filesystemTom Rhodes2002-05-161-2/+2
| | | | Notes: svn path=/head/; revision=96711
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* VFS_ABORTOP hasn't existed since 1999/12/15.Dima Dorfman2001-09-031-1/+0
| | | | Notes: svn path=/head/; revision=82879
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-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 Notes: svn path=/head/; revision=79727
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-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. Notes: svn path=/head/; revision=72126
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-4/+4
| | | | Notes: svn path=/head/; revision=69052
* "VFS entry point" -> "entry point", to be consistent with other VOP_*(9)Ben Smithurst2000-07-151-1/+1
| | | | | | | | | | manual pages. PR: 18593 Submitted by: Anatoly Vorobey <mellon@pobox.com> Notes: svn path=/head/; revision=63232
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-3/+5
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Fixed spelling of EACCES.Bruce Evans1997-11-231-3/+3
| | | | Notes: svn path=/head/; revision=31370
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-4/+4
| | | | Notes: svn path=/head/; revision=29966
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+2
| | | | Notes: svn path=/head/; revision=24890
* Some minor mdoc cleanup.Mike Pritchard1997-03-071-3/+4
| | | | Notes: svn path=/head/; revision=23467
* Typo police.Mike Pritchard1997-03-041-3/+3
| | | | Notes: svn path=/head/; revision=23367
* This is the current draft of my filesystem manpages. Some files areDoug Rabson1997-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. Notes: svn path=/head/; revision=23353