diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 20:56:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 20:56:33 +0000 |
commit | b5b8a9f57def49cb6c9aba978593e877c3b4056d (patch) | |
tree | e1e4db7354d2d7ac101c4058978a8310e827c276 /share/man/man9/VOP_LOOKUP.9 | |
parent | a02c11d1c0cebd6695820e5f7bd3fa4fb14853a8 (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
- use .Ox for OpenBSD, .Fx for FreeBSD
Diffstat (limited to 'share/man/man9/VOP_LOOKUP.9')
-rw-r--r-- | share/man/man9/VOP_LOOKUP.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index a7a0c8d0c55..28c1c5a4cab 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: VOP_LOOKUP.9,v 1.8 2003/04/30 04:53:18 tedu Exp $ +.\" $OpenBSD: VOP_LOOKUP.9,v 1.9 2003/06/06 20:56:32 jmc Exp $ .\" .\" Copyright (c) 2003 Ted Unangst .\" All rights reserved. @@ -427,7 +427,8 @@ stub call .Xr vn_lock 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by Ted Unangst for OpenBSD. +This man page was written by Ted Unangst for +.Ox . .Sh BUGS The locking discipline is too complex. Refer to |