Module Name:    src
Committed By:   njoly
Date:           Thu Jul 22 18:20:21 UTC 2010

Modified Files:
        src/lib/libc/sys: pathconf.2

Log Message:
Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/pathconf.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/pathconf.2
diff -u src/lib/libc/sys/pathconf.2:1.24 src/lib/libc/sys/pathconf.2:1.25
--- src/lib/libc/sys/pathconf.2:1.24	Mon May 31 12:16:20 2010
+++ src/lib/libc/sys/pathconf.2	Thu Jul 22 18:20:21 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pathconf.2,v 1.24 2010/05/31 12:16:20 njoly Exp $
+.\"	$NetBSD: pathconf.2,v 1.25 2010/07/22 18:20:21 njoly Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -93,7 +93,7 @@
 .Xr chown 2
 system call, otherwise 0.
 .It Li _PC_NO_TRUNC
-Return 1 if filenames longer than
+Return 0 if filenames longer than
 .Brq Dv NAME_MAX
 are truncated.
 .It Li _PC_VDISABLE

Reply via email to