Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Consistently use `.Brq Dv XXX' across syscalls ...
details: https://anonhg.NetBSD.org/src/rev/502018b4192e
branches: trunk
changeset: 755289:502018b4192e
user: njoly <njoly%NetBSD.org@localhost>
date: Mon May 31 12:16:20 2010 +0000
description:
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
and PATH_MAX.
diffstat:
lib/libc/sys/acct.2 | 6 +++---
lib/libc/sys/bind.2 | 6 +++---
lib/libc/sys/chdir.2 | 6 +++---
lib/libc/sys/chflags.2 | 6 +++---
lib/libc/sys/chmod.2 | 6 +++---
lib/libc/sys/chown.2 | 6 +++---
lib/libc/sys/chroot.2 | 6 +++---
lib/libc/sys/connect.2 | 6 +++---
lib/libc/sys/execve.2 | 6 +++---
lib/libc/sys/link.2 | 6 +++---
lib/libc/sys/mkdir.2 | 6 +++---
lib/libc/sys/mkfifo.2 | 6 +++---
lib/libc/sys/mknod.2 | 6 +++---
lib/libc/sys/mount.2 | 10 +++++-----
lib/libc/sys/open.2 | 6 +++---
lib/libc/sys/pathconf.2 | 4 ++--
lib/libc/sys/quotactl.2 | 6 +++---
lib/libc/sys/readlink.2 | 6 +++---
lib/libc/sys/rename.2 | 6 +++---
lib/libc/sys/rmdir.2 | 6 +++---
lib/libc/sys/stat.2 | 6 +++---
lib/libc/sys/statvfs.2 | 6 +++---
lib/libc/sys/swapctl.2 | 6 +++---
lib/libc/sys/swapon.3 | 6 +++---
lib/libc/sys/symlink.2 | 6 +++---
lib/libc/sys/truncate.2 | 6 +++---
lib/libc/sys/unlink.2 | 6 +++---
27 files changed, 82 insertions(+), 82 deletions(-)
diffs (truncated from 578 to 300 lines):
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/acct.2
--- a/lib/libc/sys/acct.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/acct.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/bind.2
--- a/lib/libc/sys/bind.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/bind.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/chdir.2
--- a/lib/libc/sys/chdir.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/chdir.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/chflags.2
--- a/lib/libc/sys/chflags.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/chflags.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/chmod.2
--- a/lib/libc/sys/chmod.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/chmod.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/chown.2
--- a/lib/libc/sys/chown.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/chown.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/chroot.2
--- a/lib/libc/sys/chroot.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/chroot.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/connect.2
--- a/lib/libc/sys/connect.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/connect.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/execve.2
--- a/lib/libc/sys/execve.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/execve.2 Mon May 31 12:16:20 2010 +0000
@@ -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
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/link.2
--- a/lib/libc/sys/link.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/link.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/mkdir.2
--- a/lib/libc/sys/mkdir.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/mkdir.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/mkfifo.2
--- a/lib/libc/sys/mkfifo.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/mkfifo.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/mknod.2
--- a/lib/libc/sys/mknod.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/mknod.2 Mon May 31 12:16:20 2010 +0000
@@ -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.
diff -r 3a4691fa7593 -r 502018b4192e lib/libc/sys/mount.2
--- a/lib/libc/sys/mount.2 Mon May 31 11:02:24 2010 +0000
+++ b/lib/libc/sys/mount.2 Mon May 31 12:16:20 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index