Module Name:    src
Committed By:   njoly
Date:           Mon May 31 12:16:20 UTC 2010

Modified Files:
        src/lib/libc/sys: acct.2 bind.2 chdir.2 chflags.2 chmod.2 chown.2
            chroot.2 connect.2 execve.2 link.2 mkdir.2 mkfifo.2 mknod.2 mount.2
            open.2 pathconf.2 quotactl.2 readlink.2 rename.2 rmdir.2 stat.2
            statvfs.2 swapctl.2 swapon.3 symlink.2 truncate.2 unlink.2

Log Message:
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
and PATH_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/sys/acct.2
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/bind.2
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/chdir.2
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/chflags.2 \
    src/lib/libc/sys/quotactl.2 src/lib/libc/sys/readlink.2 \
    src/lib/libc/sys/truncate.2
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/chmod.2 \
    src/lib/libc/sys/swapctl.2
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/chown.2
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/chroot.2 \
    src/lib/libc/sys/rename.2 src/lib/libc/sys/unlink.2
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/connect.2
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/sys/execve.2
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/link.2 src/lib/libc/sys/mkdir.2 \
    src/lib/libc/sys/pathconf.2
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/mkfifo.2 src/lib/libc/sys/mknod.2 \
    src/lib/libc/sys/rmdir.2 src/lib/libc/sys/symlink.2
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/sys/mount.2 src/lib/libc/sys/stat.2
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/sys/open.2
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/statvfs.2
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/sys/swapon.3

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/acct.2
diff -u src/lib/libc/sys/acct.2:1.18 src/lib/libc/sys/acct.2:1.19
--- src/lib/libc/sys/acct.2:1.18	Mon Apr  5 07:53:47 2010
+++ src/lib/libc/sys/acct.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: acct.2,v 1.18 2010/04/05 07:53:47 wiz Exp $
+.\"	$NetBSD: acct.2,v 1.19 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -98,9 +98,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.

Index: src/lib/libc/sys/bind.2
diff -u src/lib/libc/sys/bind.2:1.26 src/lib/libc/sys/bind.2:1.27
--- src/lib/libc/sys/bind.2:1.26	Sat Sep 10 22:27:39 2005
+++ src/lib/libc/sys/bind.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bind.2,v 1.26 2005/09/10 22:27:39 wiz Exp $
+.\"	$NetBSD: bind.2,v 1.27 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -111,9 +111,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A prefix component of the path name does not exist.

Index: src/lib/libc/sys/chdir.2
diff -u src/lib/libc/sys/chdir.2:1.20 src/lib/libc/sys/chdir.2:1.21
--- src/lib/libc/sys/chdir.2:1.20	Thu May 13 10:20:57 2004
+++ src/lib/libc/sys/chdir.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chdir.2,v 1.20 2004/05/13 10:20:57 wiz Exp $
+.\"	$NetBSD: chdir.2,v 1.21 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -84,9 +84,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named directory does not exist.

Index: src/lib/libc/sys/chflags.2
diff -u src/lib/libc/sys/chflags.2:1.25 src/lib/libc/sys/chflags.2:1.26
--- src/lib/libc/sys/chflags.2:1.25	Sat Oct 21 18:26:08 2006
+++ src/lib/libc/sys/chflags.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chflags.2,v 1.25 2006/10/21 18:26:08 rillig Exp $
+.\"	$NetBSD: chflags.2,v 1.26 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -118,9 +118,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.
Index: src/lib/libc/sys/quotactl.2
diff -u src/lib/libc/sys/quotactl.2:1.25 src/lib/libc/sys/quotactl.2:1.26
--- src/lib/libc/sys/quotactl.2:1.25	Mon Mar 22 19:30:55 2010
+++ src/lib/libc/sys/quotactl.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: quotactl.2,v 1.25 2010/03/22 19:30:55 joerg Exp $
+.\"	$NetBSD: quotactl.2,v 1.26 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -166,9 +166,9 @@
 A component of a path prefix was not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A filename does not exist.
Index: src/lib/libc/sys/readlink.2
diff -u src/lib/libc/sys/readlink.2:1.25 src/lib/libc/sys/readlink.2:1.26
--- src/lib/libc/sys/readlink.2:1.25	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/readlink.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: readlink.2,v 1.25 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: readlink.2,v 1.26 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -83,9 +83,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.
Index: src/lib/libc/sys/truncate.2
diff -u src/lib/libc/sys/truncate.2:1.25 src/lib/libc/sys/truncate.2:1.26
--- src/lib/libc/sys/truncate.2:1.25	Sun Mar 16 11:33:40 2008
+++ src/lib/libc/sys/truncate.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: truncate.2,v 1.25 2008/03/16 11:33:40 wiz Exp $
+.\"	$NetBSD: truncate.2,v 1.26 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -96,9 +96,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.

Index: src/lib/libc/sys/chmod.2
diff -u src/lib/libc/sys/chmod.2:1.36 src/lib/libc/sys/chmod.2:1.37
--- src/lib/libc/sys/chmod.2:1.36	Mon Mar 22 19:30:55 2010
+++ src/lib/libc/sys/chmod.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chmod.2,v 1.36 2010/03/22 19:30:55 joerg Exp $
+.\"	$NetBSD: chmod.2,v 1.37 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -157,9 +157,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.
Index: src/lib/libc/sys/swapctl.2
diff -u src/lib/libc/sys/swapctl.2:1.36 src/lib/libc/sys/swapctl.2:1.37
--- src/lib/libc/sys/swapctl.2:1.36	Mon May 17 12:23:05 2010
+++ src/lib/libc/sys/swapctl.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: swapctl.2,v 1.36 2010/05/17 12:23:05 jruoho Exp $
+.\"	$NetBSD: swapctl.2,v 1.37 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" All rights reserved.
@@ -216,9 +216,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named device does not exist.

Index: src/lib/libc/sys/chown.2
diff -u src/lib/libc/sys/chown.2:1.30 src/lib/libc/sys/chown.2:1.31
--- src/lib/libc/sys/chown.2:1.30	Thu May 13 10:20:57 2004
+++ src/lib/libc/sys/chown.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chown.2,v 1.30 2004/05/13 10:20:57 wiz Exp $
+.\"	$NetBSD: chown.2,v 1.31 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -117,9 +117,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.

Index: src/lib/libc/sys/chroot.2
diff -u src/lib/libc/sys/chroot.2:1.22 src/lib/libc/sys/chroot.2:1.23
--- src/lib/libc/sys/chroot.2:1.22	Thu May 13 10:20:57 2004
+++ src/lib/libc/sys/chroot.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chroot.2,v 1.22 2004/05/13 10:20:57 wiz Exp $
+.\"	$NetBSD: chroot.2,v 1.23 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -83,9 +83,9 @@
 A component of the path name is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named directory does not exist.
Index: src/lib/libc/sys/rename.2
diff -u src/lib/libc/sys/rename.2:1.22 src/lib/libc/sys/rename.2:1.23
--- src/lib/libc/sys/rename.2:1.22	Tue Dec 27 17:24:07 2005
+++ src/lib/libc/sys/rename.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rename.2,v 1.22 2005/12/27 17:24:07 chs Exp $
+.\"	$NetBSD: rename.2,v 1.23 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -89,9 +89,9 @@
 .Bl -tag -width Er
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of the
Index: src/lib/libc/sys/unlink.2
diff -u src/lib/libc/sys/unlink.2:1.22 src/lib/libc/sys/unlink.2:1.23
--- src/lib/libc/sys/unlink.2:1.22	Mon Apr  5 07:53:47 2010
+++ src/lib/libc/sys/unlink.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: unlink.2,v 1.22 2010/04/05 07:53:47 wiz Exp $
+.\"	$NetBSD: unlink.2,v 1.23 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -83,9 +83,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.

Index: src/lib/libc/sys/connect.2
diff -u src/lib/libc/sys/connect.2:1.27 src/lib/libc/sys/connect.2:1.28
--- src/lib/libc/sys/connect.2:1.27	Tue May 18 14:53:47 2004
+++ src/lib/libc/sys/connect.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: connect.2,v 1.27 2004/05/18 14:53:47 wiz Exp $
+.\"	$NetBSD: connect.2,v 1.28 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -152,9 +152,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named socket does not exist.

Index: src/lib/libc/sys/execve.2
diff -u src/lib/libc/sys/execve.2:1.39 src/lib/libc/sys/execve.2:1.40
--- src/lib/libc/sys/execve.2:1.39	Mon May 18 13:56:05 2009
+++ src/lib/libc/sys/execve.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: execve.2,v 1.39 2009/05/18 13:56:05 wiz Exp $
+.\"	$NetBSD: execve.2,v 1.40 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -244,9 +244,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The new process file does not exist, or

Index: src/lib/libc/sys/link.2
diff -u src/lib/libc/sys/link.2:1.23 src/lib/libc/sys/link.2:1.24
--- src/lib/libc/sys/link.2:1.23	Mon Mar 23 14:11:27 2009
+++ src/lib/libc/sys/link.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: link.2,v 1.23 2009/03/23 14:11:27 joerg Exp $
+.\"	$NetBSD: link.2,v 1.24 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -90,9 +90,9 @@
 A component of either path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of either path prefix does not exist.
Index: src/lib/libc/sys/mkdir.2
diff -u src/lib/libc/sys/mkdir.2:1.23 src/lib/libc/sys/mkdir.2:1.24
--- src/lib/libc/sys/mkdir.2:1.23	Tue Dec 27 17:24:07 2005
+++ src/lib/libc/sys/mkdir.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mkdir.2,v 1.23 2005/12/27 17:24:07 chs Exp $
+.\"	$NetBSD: mkdir.2,v 1.24 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -65,9 +65,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of the path prefix does not exist.
Index: src/lib/libc/sys/pathconf.2
diff -u src/lib/libc/sys/pathconf.2:1.23 src/lib/libc/sys/pathconf.2:1.24
--- src/lib/libc/sys/pathconf.2:1.23	Thu Apr 22 08:00:34 2010
+++ src/lib/libc/sys/pathconf.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pathconf.2,v 1.23 2010/04/22 08:00:34 jruoho Exp $
+.\"	$NetBSD: pathconf.2,v 1.24 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -94,7 +94,7 @@
 system call, otherwise 0.
 .It Li _PC_NO_TRUNC
 Return 1 if filenames longer than
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 are truncated.
 .It Li _PC_VDISABLE
 Returns the terminal character disabling value.

Index: src/lib/libc/sys/mkfifo.2
diff -u src/lib/libc/sys/mkfifo.2:1.19 src/lib/libc/sys/mkfifo.2:1.20
--- src/lib/libc/sys/mkfifo.2:1.19	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/mkfifo.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mkfifo.2,v 1.19 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: mkfifo.2,v 1.20 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -69,9 +69,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of the path prefix does not exist.
Index: src/lib/libc/sys/mknod.2
diff -u src/lib/libc/sys/mknod.2:1.19 src/lib/libc/sys/mknod.2:1.20
--- src/lib/libc/sys/mknod.2:1.19	Thu Jan 18 14:07:01 2007
+++ src/lib/libc/sys/mknod.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mknod.2,v 1.19 2007/01/18 14:07:01 drochner Exp $
+.\"	$NetBSD: mknod.2,v 1.20 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -70,9 +70,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of the path prefix does not exist.
Index: src/lib/libc/sys/rmdir.2
diff -u src/lib/libc/sys/rmdir.2:1.19 src/lib/libc/sys/rmdir.2:1.20
--- src/lib/libc/sys/rmdir.2:1.19	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/rmdir.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rmdir.2,v 1.19 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: rmdir.2,v 1.20 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -62,9 +62,9 @@
 A component of the path is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named directory does not exist.
Index: src/lib/libc/sys/symlink.2
diff -u src/lib/libc/sys/symlink.2:1.19 src/lib/libc/sys/symlink.2:1.20
--- src/lib/libc/sys/symlink.2:1.19	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/symlink.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: symlink.2,v 1.19 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: symlink.2,v 1.20 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -68,9 +68,9 @@
 prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of the

Index: src/lib/libc/sys/mount.2
diff -u src/lib/libc/sys/mount.2:1.44 src/lib/libc/sys/mount.2:1.45
--- src/lib/libc/sys/mount.2:1.44	Mon Mar 22 19:30:55 2010
+++ src/lib/libc/sys/mount.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.2,v 1.44 2010/03/22 19:30:55 joerg Exp $
+.\"	$NetBSD: mount.2,v 1.45 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -276,9 +276,9 @@
 Too many symbolic links were encountered in translating a pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 A component of
@@ -381,9 +381,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOTDIR
 A component of the path is not a directory.
Index: src/lib/libc/sys/stat.2
diff -u src/lib/libc/sys/stat.2:1.44 src/lib/libc/sys/stat.2:1.45
--- src/lib/libc/sys/stat.2:1.44	Tue May 18 18:05:52 2010
+++ src/lib/libc/sys/stat.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stat.2,v 1.44 2010/05/18 18:05:52 wiz Exp $
+.\"	$NetBSD: stat.2,v 1.45 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -304,9 +304,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv { NAME_MAX }
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv { PATH_MAX }
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.

Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.41 src/lib/libc/sys/open.2:1.42
--- src/lib/libc/sys/open.2:1.41	Mon Apr  5 07:53:47 2010
+++ src/lib/libc/sys/open.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: open.2,v 1.41 2010/04/05 07:53:47 wiz Exp $
+.\"	$NetBSD: open.2,v 1.42 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -275,9 +275,9 @@
 The process has already reached its limit for open file descriptors.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 .Dv O_CREAT

Index: src/lib/libc/sys/statvfs.2
diff -u src/lib/libc/sys/statvfs.2:1.4 src/lib/libc/sys/statvfs.2:1.5
--- src/lib/libc/sys/statvfs.2:1.4	Fri Nov  4 06:09:20 2005
+++ src/lib/libc/sys/statvfs.2	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: statvfs.2,v 1.4 2005/11/04 06:09:20 gendalia Exp $
+.\"	$NetBSD: statvfs.2,v 1.5 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -117,11 +117,11 @@
 The length of a component of
 .Fa path
 exceeds
-.Dv NAME_MAX
+.Brq Dv NAME_MAX
 characters, or the length of
 .Fa path
 exceeds
-.Dv PATH_MAX
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The file referred to by

Index: src/lib/libc/sys/swapon.3
diff -u src/lib/libc/sys/swapon.3:1.15 src/lib/libc/sys/swapon.3:1.16
--- src/lib/libc/sys/swapon.3:1.15	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/swapon.3	Mon May 31 12:16:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: swapon.3,v 1.15 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: swapon.3,v 1.16 2010/05/31 12:16:20 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -70,9 +70,9 @@
 A component of the path prefix is not a directory.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named device does not exist.

Reply via email to