summaryrefslogtreecommitdiffstats
path: root/share/man/man9/getnewvnode.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove macro instances from arbitrary string width specifiers. for examplejmc2020-11-141-3/+3
| | | | | | | -width ".Dv BOB" -> -width "BOB" although they are not errors, they are misleading and probably should not get pasted around
* Add const to struct vops.claudio2020-01-201-3/+3
|
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
| | | | From: Jan Stary
* use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-171-3/+3
|
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-5/+5
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* "int (**vops)((void *)" is now "struct vops *vops"; from David Matthew Mattlijmc2012-05-181-3/+3
| | | | ok tedu
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* kill __P in proto; ok deraadt pvalchevjaredy2004-12-061-2/+2
|
* filesystem -> file system for section 9tedu2003-03-101-2/+2
| | | | ok jmc@
* man9/:mpech2002-05-281-3/+5
| | | | | | | | | o) Start new sentence on a new line; o) FreeBSD -> .Fx; o) OpenBSD -> .Ox; o) Close .Bl/Bd lists; millert@ ok
* Check in some new vnode man page from FreeBSD. Thanks to Peter Wernercsapuntz2002-02-281-0/+81