Module Name:    src
Committed By:   njoly
Date:           Mon Jun  9 09:15:48 UTC 2014

Modified Files:
        src/lib/libc/sys: pathconf.2

Log Message:
Replace wrong numeric values with corresponding symbolic constants.
While here, remove unneeded paragraph macro.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/lib/libc/sys/pathconf.2:1.28
--- src/lib/libc/sys/pathconf.2:1.27	Mon Jul 26 12:30:16 2010
+++ src/lib/libc/sys/pathconf.2	Mon Jun  9 09:15:48 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pathconf.2,v 1.27 2010/07/26 12:30:16 njoly Exp $
+.\"	$NetBSD: pathconf.2,v 1.28 2014/06/09 09:15:48 njoly Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -71,7 +71,6 @@ Symbolic constants for each name value a
 header.
 .Pp
 The available values are as follows:
-.Pp
 .Bl -tag -width "123456"
 .It Li _PC_LINK_MAX
 The maximum file link count.
@@ -155,8 +154,11 @@ An I/O error occurred while reading from
 .It Bq Er ELOOP
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
-A component of a pathname exceeded 255 characters,
-or an entire path name exceeded 1023 characters.
+A component of a pathname exceeded
+.Brq Dv NAME_MAX
+characters, or an entire path name exceeded
+.Brq Dv PATH_MAX
+characters.
 .It Bq Er ENOENT
 The named file does not exist.
 .It Bq Er ENOTDIR

Reply via email to