Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Use .In for header files instead of .Ar Pa and vari...
details: https://anonhg.NetBSD.org/src/rev/abc8fecaea87
branches: trunk
changeset: 753311:abc8fecaea87
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Mar 22 19:30:53 2010 +0000
description:
Use .In for header files instead of .Ar Pa and variations.
diffstat:
lib/libc/compat-43/sigvec.3 | 4 ++--
lib/libc/db/man/btree.3 | 4 ++--
lib/libc/db/man/dbopen.3 | 6 +++---
lib/libc/db/man/hash.3 | 4 ++--
lib/libc/db/man/recno.3 | 6 +++---
lib/libc/gen/ctermid.3 | 4 ++--
lib/libc/gen/err.3 | 4 ++--
lib/libc/gen/exec.3 | 4 ++--
lib/libc/gen/fts.3 | 4 ++--
lib/libc/gen/ftw.3 | 4 ++--
lib/libc/gen/getcwd.3 | 4 ++--
lib/libc/gen/getfsent.3 | 4 ++--
lib/libc/gen/getgrent.3 | 4 ++--
lib/libc/gen/getpwent.3 | 4 ++--
lib/libc/gen/glob.3 | 4 ++--
lib/libc/gen/sysconf.3 | 4 ++--
lib/libc/gen/sysctl.3 | 6 +++---
lib/libc/gen/utime.3 | 4 ++--
lib/libc/inet/inet6_option_space.3 | 4 ++--
lib/libc/inet/inet6_rthdr_space.3 | 4 ++--
lib/libc/locale/nl_langinfo.3 | 4 ++--
lib/libc/net/gai_strerror.3 | 4 ++--
lib/libc/net/getaddrinfo.3 | 4 ++--
lib/libc/net/getifaddrs.3 | 12 ++++++------
lib/libc/net/getnameinfo.3 | 4 ++--
lib/libc/net/if_indextoname.3 | 4 ++--
lib/libc/net/inet6_option_space.3 | 4 ++--
lib/libc/net/inet6_rthdr_space.3 | 4 ++--
lib/libc/net/rcmd.3 | 6 +++---
lib/libc/regex/regex.3 | 4 ++--
lib/libc/rpc/rpc.3 | 6 +++---
lib/libc/rpc/rpc_svc_calls.3 | 4 ++--
lib/libc/rpc/rpc_svc_create.3 | 4 ++--
lib/libc/stdio/funopen.3 | 4 ++--
lib/libc/stdio/tmpnam.3 | 6 +++---
lib/libc/stdlib/getopt.3 | 4 ++--
lib/libc/stdlib/rand.3 | 4 ++--
lib/libc/sys/chmod.2 | 4 ++--
lib/libc/sys/intro.2 | 6 +++---
lib/libc/sys/kqueue.2 | 4 ++--
lib/libc/sys/mount.2 | 4 ++--
lib/libc/sys/msgctl.2 | 6 +++---
lib/libc/sys/poll.2 | 4 ++--
lib/libc/sys/ptrace.2 | 18 +++++++++---------
lib/libc/sys/quotactl.2 | 8 ++++----
lib/libc/sys/reboot.2 | 4 ++--
lib/libc/sys/select.2 | 4 ++--
lib/libc/sys/semctl.2 | 6 +++---
lib/libc/sys/semop.2 | 4 ++--
lib/libc/sys/shmat.2 | 4 ++--
lib/libc/sys/shmctl.2 | 4 ++--
lib/libc/sys/stat.2 | 6 +++---
lib/libc/sys/swapctl.2 | 6 +++---
lib/libc/sys/timer_create.2 | 4 ++--
lib/libc/termios/tcsetattr.3 | 6 +++---
lib/libc/yp/ypclnt.3 | 6 +++---
56 files changed, 138 insertions(+), 138 deletions(-)
diffs (truncated from 1201 to 300 lines):
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/compat-43/sigvec.3
--- a/lib/libc/compat-43/sigvec.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/compat-43/sigvec.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigvec.3,v 1.25 2005/12/03 21:05:31 wiz Exp $
+.\" $NetBSD: sigvec.3,v 1.26 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -270,7 +270,7 @@
is a pointer to the
.Fa sigcontext
structure (defined in
-.Aq Pa signal.h ) ,
+.In signal.h ) ,
used to restore the context from before the signal.
.Sh ERRORS
.Fn sigvec
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/db/man/btree.3
--- a/lib/libc/db/man/btree.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/db/man/btree.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: btree.3,v 1.11 2003/08/07 16:42:43 agc Exp $
+.\" $NetBSD: btree.3,v 1.12 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -53,7 +53,7 @@
The btree access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/db/man/dbopen.3
--- a/lib/libc/db/man/dbopen.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/db/man/dbopen.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dbopen.3,v 1.17 2009/04/11 20:39:15 joerg Exp $
+.\" $NetBSD: dbopen.3,v 1.18 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -117,7 +117,7 @@
argument is of type
.Vt DBTYPE
(as defined in the
-.Aq Pa db.h
+.In db.h
include file) and may be set to
.Dv DB_BTREE ,
.Dv DB_HASH ,
@@ -140,7 +140,7 @@
.Dv NULL
on error.
The DB structure is defined in the
-.Aq Pa db.h
+.In db.h
include file, and contains at least the following fields:
.Bd -literal
typedef struct {
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/db/man/hash.3
--- a/lib/libc/db/man/hash.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/db/man/hash.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hash.3,v 1.12 2008/09/05 06:25:04 lukem Exp $
+.\" $NetBSD: hash.3,v 1.13 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@
The access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/db/man/recno.3
--- a/lib/libc/db/man/recno.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/db/man/recno.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: recno.3,v 1.10 2008/08/26 21:18:38 joerg Exp $
+.\" $NetBSD: recno.3,v 1.11 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@
The recno access method specific data structure provided to
.Fn dbopen
is defined in the
-.Aq Pa db.h
+.In db.h
include file as follows:
.Bd -literal
typedef struct {
@@ -161,7 +161,7 @@
.Fa data
field of the key should be a pointer to a memory location of type
recno_t, as defined in the
-.Aq Pa db.h
+.In db.h
include file.
This type is normally the largest unsigned integral type available to
the implementation.
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/ctermid.3
--- a/lib/libc/gen/ctermid.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/ctermid.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ctermid.3,v 1.10 2003/08/07 16:42:46 agc Exp $
+.\" $NetBSD: ctermid.3,v 1.11 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@
is assumed to point to an array at least
.Dv L_ctermid
bytes long (as defined in the include file
-.Aq Pa stdio.h ) .
+.In stdio.h ) .
.Pp
The current implementation simply returns
.Ql /dev/tty .
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/err.3
--- a/lib/libc/gen/err.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/err.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: err.3,v 1.19 2003/08/10 10:45:33 wiz Exp $
+.\" $NetBSD: err.3,v 1.20 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -110,7 +110,7 @@
It is often appropriate to use the value
.Dv EXIT_FAILURE ,
defined in
-.Aq Ar stdlib.h ,
+.In stdlib.h ,
as the
.Fa status
argument given to these functions.
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/exec.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: exec.3,v 1.20 2005/05/25 10:04:37 wiz Exp $
+.\" $NetBSD: exec.3,v 1.21 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -148,7 +148,7 @@
If this variable isn't specified,
.Va _PATH_DEFPATH
from
-.Aq Pa paths.h
+.In paths.h
is used instead, its value being:
.Pa /usr/bin:/bin:/usr/pkg/bin:/usr/local/bin .
In addition, certain errors are treated specially.
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/fts.3
--- a/lib/libc/gen/fts.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/fts.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fts.3,v 1.27 2004/03/31 01:25:46 snj Exp $
+.\" $NetBSD: fts.3,v 1.28 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -93,7 +93,7 @@
prune and/or re-visit portions of the hierarchy.
.Pp
Two structures are defined (and typedef'd) in the include file
-.Aq Pa fts.h .
+.In fts.h .
The first is
.Fa FTS ,
the structure that represents the file hierarchy itself.
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/ftw.3
--- a/lib/libc/gen/ftw.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/ftw.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftw.3,v 1.3 2006/02/07 19:02:29 wiz Exp $
+.\" $NetBSD: ftw.3,v 1.4 2010/03/22 19:30:53 joerg Exp $
.\"
.\" From OpenBSD: ftw.3,v 1.4 2003/10/30 18:52:58 jmc Exp
.\"
@@ -68,7 +68,7 @@
function passes the aforementioned arguments plus a pointer to a
.Dv FTW
structure as defined by
-.Aq Pa ftw.h
+.In ftw.h
(shown below):
.Bd -literal
struct FTW {
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/getcwd.3
--- a/lib/libc/gen/getcwd.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/getcwd.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getcwd.3,v 1.16 2003/08/07 16:42:49 agc Exp $
+.\" $NetBSD: getcwd.3,v 1.17 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@
.Dv MAXPATHLEN
(as defined in the include
file
-.Aq Pa sys/param.h ) .
+.In sys/param.h ) .
Obviously,
.Fa buf
should be at least
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/getfsent.3
--- a/lib/libc/gen/getfsent.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/getfsent.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getfsent.3,v 1.10 2003/08/07 16:42:49 agc Exp $
+.\" $NetBSD: getfsent.3,v 1.11 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,7 +63,7 @@
each return a pointer to an object with the following structure
containing the broken-out fields of a line in the file system
description file,
-.Aq Pa fstab.h .
+.In fstab.h .
.Bd -literal -offset indent
struct fstab {
char *fs_spec; /* block special device name */
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/getgrent.3
--- a/lib/libc/gen/getgrent.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/getgrent.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getgrent.3,v 1.29 2008/04/30 14:51:10 christos Exp $
+.\" $NetBSD: getgrent.3,v 1.30 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -92,7 +92,7 @@
.Ar group
found in the include
file
-.Aq Pa grp.h :
+.In grp.h :
.Bd -literal -offset indent
struct group {
char *gr_name; /* group name */
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/getpwent.3
--- a/lib/libc/gen/getpwent.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/getpwent.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getpwent.3,v 1.36 2008/04/30 14:51:10 christos Exp $
+.\" $NetBSD: getpwent.3,v 1.37 2010/03/22 19:30:53 joerg Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -92,7 +92,7 @@
.Ar passwd
found in the include
file
-.Aq Pa pwd.h :
+.In pwd.h :
.Bd -literal -offset indent
struct passwd {
char *pw_name; /* user name */
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/glob.3
--- a/lib/libc/gen/glob.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/glob.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: glob.3,v 1.35 2009/04/11 15:30:49 joerg Exp $
+.\" $NetBSD: glob.3,v 1.36 2010/03/22 19:30:54 joerg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -404,7 +404,7 @@
.Va errno
and returns one of the following non-zero constants, which are defined
in the include file
-.Aq Pa glob.h :
+.In glob.h :
.Bl -tag -width GLOB_ABORTEDXXX
.It Dv GLOB_ABORTED
The scan was stopped because an error was encountered and either
diff -r e4363ee886cd -r abc8fecaea87 lib/libc/gen/sysconf.3
--- a/lib/libc/gen/sysconf.3 Mon Mar 22 18:58:31 2010 +0000
+++ b/lib/libc/gen/sysconf.3 Mon Mar 22 19:30:53 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysconf.3,v 1.36 2009/05/18 09:02:35 wiz Exp $
+.\" $NetBSD: sysconf.3,v 1.37 2010/03/22 19:30:54 joerg Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,7 +55,7 @@
.Fa name
argument specifies the system variable to be queried.
Home |
Main Index |
Thread Index |
Old Index