Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Replace wrong numeric values with corresponding...



details:   https://anonhg.NetBSD.org/src/rev/dc0226d85f9e
branches:  trunk
changeset: 796544:dc0226d85f9e
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Jun 09 09:15:48 2014 +0000

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

diffstat:

 lib/libc/sys/pathconf.2 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 76f210d00324 -r dc0226d85f9e lib/libc/sys/pathconf.2
--- a/lib/libc/sys/pathconf.2   Mon Jun 09 08:52:43 2014 +0000
+++ b/lib/libc/sys/pathconf.2   Mon Jun 09 09:15:48 2014 +0000
@@ -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 @@
 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 @@
 .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



Home | Main Index | Thread Index | Old Index