aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vnode.9
Commit message (Collapse)AuthorAgeFilesLines
* More file system > filesystemTom Rhodes2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=96711
* mdoc(7) police: macroize UNIX.Ruslan Ermilov2002-03-181-1/+3
| | | | Notes: svn path=/head/; revision=92566
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-4/+4
| | | | | | | | | | | | | 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
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=77575
* Prepare for pseudofs.Dag-Erling Smørgrav2001-03-281-1/+1
| | | | Notes: svn path=/head/; revision=74962
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+1
| | | | Notes: svn path=/head/; revision=70466
* - Add HPFS and NWFS vnode tags.Chris Costello2000-04-021-12/+12
| | | | | | | | | | - Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101, 1.102. Reviewed by: alfred Notes: svn path=/head/; revision=58956
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Flesh out VOP_ADVLOCK.9 with a description of the available flagsKris Kennaway1999-06-301-45/+66
| | | | | | | | | Sync vnode.9 with the definitions in <sys/vnode.h> Reviewed by: Doug Rabson Notes: svn path=/head/; revision=48368
* typo: Adviseroty -> AdvisoryTim Vanderhoek1999-06-221-2/+2
| | | | Notes: svn path=/head/; revision=48089
* Add a section on vnode types. Mostly based on information supplied byEivind Eklund1998-09-281-2/+39
| | | | | | | Terry Lambert <terry@lambert.org> Notes: svn path=/head/; revision=39738
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-3/+3
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Fix a few typos.James Raynard1998-02-281-3/+3
| | | | Notes: svn path=/head/; revision=33923
* Be a little closer to current reality.Poul-Henning Kamp1997-10-111-21/+42
| | | | Notes: svn path=/head/; revision=30295
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+2
| | | | Notes: svn path=/head/; revision=24890
* Minor mdoc fixes.Mike Pritchard1997-03-221-2/+2
| | | | Notes: svn path=/head/; revision=24123
* This is the current draft of my filesystem manpages. Some files areDoug Rabson1997-03-031-0/+178
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