diff options
| author | njoly <njoly@NetBSD.org> | 2010-07-22 18:20:21 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2010-07-22 18:20:21 +0000 |
| commit | dcf57cdbc887a2eb0df8bdd0475b46dd78dc3373 (patch) | |
| tree | dc389d3a0d7b7eb3b9caa6e0d3a30b0785ad76c4 /lib/libc/sys | |
| parent | feeade32b43764c130b592d48ee9e0a6255f9e63 (diff) | |
Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/pathconf.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 327f47f3995..41ba4d5f041 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -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 @@ Return 1 if appropriate privileges are required for the .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 |
