Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Update _PC_NO_TRUNC description to add the re...



details:   https://anonhg.NetBSD.org/src/rev/31357081b534
branches:  trunk
changeset: 781798:31357081b534
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Oct 01 18:16:36 2012 +0000

description:
Update _PC_NO_TRUNC description to add the returned value, and
replace non-existant KERN_NAME_MAX with {NAME_MAX}.

diffstat:

 share/man/man9/vnodeops.9 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8620099be41d -r 31357081b534 share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Mon Oct 01 17:35:57 2012 +0000
+++ b/share/man/man9/vnodeops.9 Mon Oct 01 18:16:36 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index