Module Name: src Committed By: njoly Date: Mon Jul 26 12:30:16 UTC 2010
Modified Files: src/lib/libc/sys: pathconf.2 Log Message: Improve _PC_NO_TRUNC description. From Matthew Mondor on current-us...@. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 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.26 src/lib/libc/sys/pathconf.2:1.27 --- src/lib/libc/sys/pathconf.2:1.26 Thu Jul 22 19:28:25 2010 +++ src/lib/libc/sys/pathconf.2 Mon Jul 26 12:30:16 2010 @@ -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 @@ .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