Improve _PC_NO_TRUNC description. From Matthew Mondor on

current-users@.
This commit is contained in:
njoly 2010-07-26 12:30:16 +00:00
parent dadac8f503
commit 29a656f391
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pathconf.2,v 1.26 2010/07/22 19:28:25 wiz Exp $
.\" $NetBSD: pathconf.2,v 1.27 2010/07/26 12:30:16 njoly Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
.\"
.Dd July 22, 2010
.Dd July 26, 2010
.Dt PATHCONF 2
.Os
.Sh NAME
@ -95,7 +95,9 @@ system call, otherwise 0.
.It Li _PC_NO_TRUNC
Return 0 if filenames longer than
.Brq Dv NAME_MAX
are truncated.
are silently truncated, or non-zero if an error is generated when
.Brq Dv NAME_MAX
is exceeded.
.It Li _PC_VDISABLE
Returns the terminal character disabling value.
.It Li _PC_SYNC_IO