Module Name: src
Committed By: njoly
Date: Mon Oct 1 18:16:36 UTC 2012
Modified Files:
src/share/man/man9: vnodeops.9
Log Message:
Update _PC_NO_TRUNC description to add the returned value, and
replace non-existant KERN_NAME_MAX with {NAME_MAX}.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/share/man/man9/vnodeops.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/vnodeops.9
diff -u src/share/man/man9/vnodeops.9:1.85 src/share/man/man9/vnodeops.9:1.86
--- src/share/man/man9/vnodeops.9:1.85 Thu Jun 7 01:01:12 2012
+++ src/share/man/man9/vnodeops.9 Mon Oct 1 18:16:36 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnodeops.9,v 1.85 2012/06/07 01:01:12 agc Exp $
+.\" $NetBSD: vnodeops.9,v 1.86 2012/10/01 18:16:36 njoly Exp $
.\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -1179,7 +1179,9 @@ return 1 if appropriate privileges are r
.Xr chown 2
system call, otherwise zero
.It _PC_NO_TRUNC
-return if file names longer than KERN_NAME_MAX are truncated
+return 0 if file names longer than
+.Brq NAME_MAX
+are silently truncated
.El
.Pp
If