aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/namei.9
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 03:23:10 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 03:23:10 +0000
commitbca1f3c245e3d178672d984af6b171fe61cb72fe (patch)
treee70957096552700533a93c42f9afc0ff56f6657e /share/man/man9/namei.9
parent8d1562594470690c915d0def61c65f6b3d93e823 (diff)
The LOCKPARENT flag is singular. It doesn't work causing complications
is also a singular fact.
Notes
Notes: svn path=/head/; revision=60751
Diffstat (limited to 'share/man/man9/namei.9')
-rw-r--r--share/man/man9/namei.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 5f40c2be1b8f..1eb8ad2e31b9 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -194,9 +194,9 @@ if SAVESTART or SAVENAME is set.
To free only the ni_cnd.cn_pnbuf, there is a special flags NDF_ONLY_PNBUF.
To not free the cnd, use the flag ND_NO_FREE_PNBUF.
.Sh BUGS
-LOCKPARENT do not always result in parent vp being locked (see details in
+LOCKPARENT does not always result in parent vp being locked (see details in
description).
-This result in complications everywhere LOCKPARENT is used.
+This results in complications everywhere LOCKPARENT is used.
In order to solve this for the cases that include both LOCKPARENT and LOCKLEAF,
it will be necessary to go to recursive locking.
.Sh SEE ALSO