Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Fix wrong value (1 -> 0) in _PC_NO_TRUNC descri...



details:   https://anonhg.NetBSD.org/src/rev/4f4ea84f2c7d
branches:  trunk
changeset: 756548:4f4ea84f2c7d
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Jul 22 18:20:21 2010 +0000

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

diffstat:

 lib/libc/sys/pathconf.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 15770a247b07 -r 4f4ea84f2c7d lib/libc/sys/pathconf.2
--- a/lib/libc/sys/pathconf.2   Thu Jul 22 18:08:11 2010 +0000
+++ b/lib/libc/sys/pathconf.2   Thu Jul 22 18:20:21 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index