Fix wrong value (1 -> 0) in _PC_NO_TRUNC description.
This commit is contained in:
parent
feeade32b4
commit
dcf57cdbc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue