Module Name:    src
Committed By:   joerg
Date:           Mon Mar 22 19:30:55 UTC 2010

Modified Files:
        src/lib/libc/compat-43: sigvec.3
        src/lib/libc/db/man: btree.3 dbopen.3 hash.3 recno.3
        src/lib/libc/gen: ctermid.3 err.3 exec.3 fts.3 ftw.3 getcwd.3
            getfsent.3 getgrent.3 getpwent.3 glob.3 sysconf.3 sysctl.3 utime.3
        src/lib/libc/inet: inet6_option_space.3 inet6_rthdr_space.3
        src/lib/libc/locale: nl_langinfo.3
        src/lib/libc/net: gai_strerror.3 getaddrinfo.3 getifaddrs.3
            getnameinfo.3 if_indextoname.3 inet6_option_space.3
            inet6_rthdr_space.3 rcmd.3
        src/lib/libc/regex: regex.3
        src/lib/libc/rpc: rpc.3 rpc_svc_calls.3 rpc_svc_create.3
        src/lib/libc/stdio: funopen.3 tmpnam.3
        src/lib/libc/stdlib: getopt.3 rand.3
        src/lib/libc/sys: chmod.2 intro.2 kqueue.2 mount.2 msgctl.2 poll.2
            ptrace.2 quotactl.2 reboot.2 select.2 semctl.2 semop.2 shmat.2
            shmctl.2 stat.2 swapctl.2 timer_create.2
        src/lib/libc/termios: tcsetattr.3
        src/lib/libc/yp: ypclnt.3

Log Message:
Use .In for header files instead of .Ar Pa and variations.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/compat-43/sigvec.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/db/man/btree.3
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/db/man/dbopen.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/db/man/hash.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/db/man/recno.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/ctermid.3 \
    src/lib/libc/gen/getfsent.3
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/gen/err.3 src/lib/libc/gen/utime.3
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/exec.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/fts.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/ftw.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gen/getcwd.3
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/getgrent.3
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/getpwent.3 \
    src/lib/libc/gen/sysconf.3
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/glob.3
cvs rdiff -u -r1.199 -r1.200 src/lib/libc/gen/sysctl.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/inet/inet6_option_space.3
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/inet/inet6_rthdr_space.3
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/locale/nl_langinfo.3
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/net/gai_strerror.3
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/net/getaddrinfo.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/net/getifaddrs.3 \
    src/lib/libc/net/if_indextoname.3
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/net/getnameinfo.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/net/inet6_option_space.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/net/inet6_rthdr_space.3
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/net/rcmd.3
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/regex/regex.3
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/rpc.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/rpc_svc_calls.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/rpc_svc_create.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/funopen.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/tmpnam.3
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/stdlib/getopt.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdlib/rand.3
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/sys/chmod.2
cvs rdiff -u -r1.54 -r1.55 src/lib/libc/sys/intro.2
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/kqueue.2
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/mount.2
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/sys/msgctl.2
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/poll.2
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/ptrace.2
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/quotactl.2
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/reboot.2
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/sys/select.2
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/semctl.2
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/semop.2
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/shmat.2
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/shmctl.2
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/sys/stat.2
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/swapctl.2
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/sys/timer_create.2
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/termios/tcsetattr.3
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/yp/ypclnt.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/compat-43/sigvec.3
diff -u src/lib/libc/compat-43/sigvec.3:1.25 src/lib/libc/compat-43/sigvec.3:1.26
--- src/lib/libc/compat-43/sigvec.3:1.25	Sat Dec  3 21:05:31 2005
+++ src/lib/libc/compat-43/sigvec.3	Mon Mar 22 19:30:53 2010
@@ -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

Index: src/lib/libc/db/man/btree.3
diff -u src/lib/libc/db/man/btree.3:1.11 src/lib/libc/db/man/btree.3:1.12
--- src/lib/libc/db/man/btree.3:1.11	Thu Aug  7 16:42:43 2003
+++ src/lib/libc/db/man/btree.3	Mon Mar 22 19:30:53 2010
@@ -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 {

Index: src/lib/libc/db/man/dbopen.3
diff -u src/lib/libc/db/man/dbopen.3:1.17 src/lib/libc/db/man/dbopen.3:1.18
--- src/lib/libc/db/man/dbopen.3:1.17	Sat Apr 11 20:39:15 2009
+++ src/lib/libc/db/man/dbopen.3	Mon Mar 22 19:30:53 2010
@@ -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 {

Index: src/lib/libc/db/man/hash.3
diff -u src/lib/libc/db/man/hash.3:1.12 src/lib/libc/db/man/hash.3:1.13
--- src/lib/libc/db/man/hash.3:1.12	Fri Sep  5 06:25:04 2008
+++ src/lib/libc/db/man/hash.3	Mon Mar 22 19:30:53 2010
@@ -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 {

Index: src/lib/libc/db/man/recno.3
diff -u src/lib/libc/db/man/recno.3:1.10 src/lib/libc/db/man/recno.3:1.11
--- src/lib/libc/db/man/recno.3:1.10	Tue Aug 26 21:18:38 2008
+++ src/lib/libc/db/man/recno.3	Mon Mar 22 19:30:53 2010
@@ -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.

Index: src/lib/libc/gen/ctermid.3
diff -u src/lib/libc/gen/ctermid.3:1.10 src/lib/libc/gen/ctermid.3:1.11
--- src/lib/libc/gen/ctermid.3:1.10	Thu Aug  7 16:42:46 2003
+++ src/lib/libc/gen/ctermid.3	Mon Mar 22 19:30:53 2010
@@ -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 .
Index: src/lib/libc/gen/getfsent.3
diff -u src/lib/libc/gen/getfsent.3:1.10 src/lib/libc/gen/getfsent.3:1.11
--- src/lib/libc/gen/getfsent.3:1.10	Thu Aug  7 16:42:49 2003
+++ src/lib/libc/gen/getfsent.3	Mon Mar 22 19:30:53 2010
@@ -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 */

Index: src/lib/libc/gen/err.3
diff -u src/lib/libc/gen/err.3:1.19 src/lib/libc/gen/err.3:1.20
--- src/lib/libc/gen/err.3:1.19	Sun Aug 10 10:45:33 2003
+++ src/lib/libc/gen/err.3	Mon Mar 22 19:30:53 2010
@@ -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.
Index: src/lib/libc/gen/utime.3
diff -u src/lib/libc/gen/utime.3:1.19 src/lib/libc/gen/utime.3:1.20
--- src/lib/libc/gen/utime.3:1.19	Thu Aug  7 16:42:59 2003
+++ src/lib/libc/gen/utime.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: utime.3,v 1.19 2003/08/07 16:42:59 agc Exp $
+.\"	$NetBSD: utime.3,v 1.20 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -65,7 +65,7 @@
 .Pf non- Dv NULL ,
 .Fa time
 is assumed to be a pointer to a utimbuf structure, as defined in
-.Aq Pa utime.h :
+.In utime.h :
 .Bd -literal -offset indent
 struct utimbuf {
 	time_t actime;          /* Access time */

Index: src/lib/libc/gen/exec.3
diff -u src/lib/libc/gen/exec.3:1.20 src/lib/libc/gen/exec.3:1.21
--- src/lib/libc/gen/exec.3:1.20	Wed May 25 10:04:37 2005
+++ src/lib/libc/gen/exec.3	Mon Mar 22 19:30:53 2010
@@ -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.

Index: src/lib/libc/gen/fts.3
diff -u src/lib/libc/gen/fts.3:1.27 src/lib/libc/gen/fts.3:1.28
--- src/lib/libc/gen/fts.3:1.27	Wed Mar 31 01:25:46 2004
+++ src/lib/libc/gen/fts.3	Mon Mar 22 19:30:53 2010
@@ -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.

Index: src/lib/libc/gen/ftw.3
diff -u src/lib/libc/gen/ftw.3:1.3 src/lib/libc/gen/ftw.3:1.4
--- src/lib/libc/gen/ftw.3:1.3	Tue Feb  7 19:02:29 2006
+++ src/lib/libc/gen/ftw.3	Mon Mar 22 19:30:53 2010
@@ -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 {

Index: src/lib/libc/gen/getcwd.3
diff -u src/lib/libc/gen/getcwd.3:1.16 src/lib/libc/gen/getcwd.3:1.17
--- src/lib/libc/gen/getcwd.3:1.16	Thu Aug  7 16:42:49 2003
+++ src/lib/libc/gen/getcwd.3	Mon Mar 22 19:30:53 2010
@@ -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

Index: src/lib/libc/gen/getgrent.3
diff -u src/lib/libc/gen/getgrent.3:1.29 src/lib/libc/gen/getgrent.3:1.30
--- src/lib/libc/gen/getgrent.3:1.29	Wed Apr 30 14:51:10 2008
+++ src/lib/libc/gen/getgrent.3	Mon Mar 22 19:30:53 2010
@@ -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 */

Index: src/lib/libc/gen/getpwent.3
diff -u src/lib/libc/gen/getpwent.3:1.36 src/lib/libc/gen/getpwent.3:1.37
--- src/lib/libc/gen/getpwent.3:1.36	Wed Apr 30 14:51:10 2008
+++ src/lib/libc/gen/getpwent.3	Mon Mar 22 19:30:53 2010
@@ -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 */
Index: src/lib/libc/gen/sysconf.3
diff -u src/lib/libc/gen/sysconf.3:1.36 src/lib/libc/gen/sysconf.3:1.37
--- src/lib/libc/gen/sysconf.3:1.36	Mon May 18 09:02:35 2009
+++ src/lib/libc/gen/sysconf.3	Mon Mar 22 19:30:54 2010
@@ -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.
 Symbolic constants for each name value are found in the include file
-.Aq Pa unistd.h .
+.In unistd.h .
 .Pp
 The available values are as follows:
 .Bl -tag -width "123456"

Index: src/lib/libc/gen/glob.3
diff -u src/lib/libc/gen/glob.3:1.35 src/lib/libc/gen/glob.3:1.36
--- src/lib/libc/gen/glob.3:1.35	Sat Apr 11 15:30:49 2009
+++ src/lib/libc/gen/glob.3	Mon Mar 22 19:30:54 2010
@@ -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

Index: src/lib/libc/gen/sysctl.3
diff -u src/lib/libc/gen/sysctl.3:1.199 src/lib/libc/gen/sysctl.3:1.200
--- src/lib/libc/gen/sysctl.3:1.199	Sat Sep 26 04:43:48 2009
+++ src/lib/libc/gen/sysctl.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.3,v 1.199 2009/09/26 04:43:48 elad Exp $
+.\"	$NetBSD: sysctl.3,v 1.200 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -219,7 +219,7 @@
 .Xr sysctl 7 .
 The numeric names are defined as preprocessor macros.
 The top level names are defined with a CTL_ prefix in
-.Aq Pa sys/sysctl.h .
+.In sys/sysctl.h .
 The next and subsequent levels down have different prefixes for each
 subtree.
 .Pp
@@ -268,7 +268,7 @@
 .Pp
 The core interface to all of these meta-functions is the structure
 that the kernel uses to describe the tree internally, as defined in
-.Aq Pa sys/sysctl.h
+.In sys/sysctl.h
 as:
 .Pp
 .Bd -literal

Index: src/lib/libc/inet/inet6_option_space.3
diff -u src/lib/libc/inet/inet6_option_space.3:1.2 src/lib/libc/inet/inet6_option_space.3:1.3
--- src/lib/libc/inet/inet6_option_space.3:1.2	Mon Dec 26 19:40:15 2005
+++ src/lib/libc/inet/inet6_option_space.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inet6_option_space.3,v 1.2 2005/12/26 19:40:15 perry Exp $
+.\"	$NetBSD: inet6_option_space.3,v 1.3 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
@@ -64,7 +64,7 @@
 RFC 2292 defines a set of functions to help the application.
 The function prototypes for
 these functions are all in the
-.Aq Pa netinet/in.h
+.In netinet/in.h
 header.
 .\"
 .Ss inet6_option_space

Index: src/lib/libc/inet/inet6_rthdr_space.3
diff -u src/lib/libc/inet/inet6_rthdr_space.3:1.1 src/lib/libc/inet/inet6_rthdr_space.3:1.2
--- src/lib/libc/inet/inet6_rthdr_space.3:1.1	Thu May 20 23:13:02 2004
+++ src/lib/libc/inet/inet6_rthdr_space.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inet6_rthdr_space.3,v 1.1 2004/05/20 23:13:02 christos Exp $
+.\"	$NetBSD: inet6_rthdr_space.3,v 1.2 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
@@ -91,7 +91,7 @@
 .El
 .Pp
 The function prototypes for these functions are all in the
-.Aq Pa netinet/in.h
+.In netinet/in.h
 header.
 .\"
 .Ss inet6_rthdr_space

Index: src/lib/libc/locale/nl_langinfo.3
diff -u src/lib/libc/locale/nl_langinfo.3:1.18 src/lib/libc/locale/nl_langinfo.3:1.19
--- src/lib/libc/locale/nl_langinfo.3:1.18	Tue Dec 15 00:35:36 2009
+++ src/lib/libc/locale/nl_langinfo.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: nl_langinfo.3,v 1.18 2009/12/15 00:35:36 enami Exp $
+.\"	$NetBSD: nl_langinfo.3,v 1.19 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Written by J.T. Conklin <[email protected]>.
 .\" Public domain.
@@ -24,7 +24,7 @@
 The names and values of
 .Fa item
 are defined in
-.Aq Pa langinfo.h .
+.In langinfo.h .
 The entries under Category indicate in which
 .Xr setlocale 3
 category each item is defined.

Index: src/lib/libc/net/gai_strerror.3
diff -u src/lib/libc/net/gai_strerror.3:1.4 src/lib/libc/net/gai_strerror.3:1.5
--- src/lib/libc/net/gai_strerror.3:1.4	Fri Feb 24 21:57:53 2006
+++ src/lib/libc/net/gai_strerror.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: gai_strerror.3,v 1.4 2006/02/24 21:57:53 wiz Exp $
+.\"	$NetBSD: gai_strerror.3,v 1.5 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $
 .\"	$OpenBSD: gai_strerror.3,v 1.4 2004/12/20 23:04:53 millert Exp $
 .\"
@@ -39,7 +39,7 @@
 .Xr getnameinfo 3 .
 .Pp
 The following error codes and their meaning are defined in
-.Aq Pa netdb.h :
+.In netdb.h :
 .Pp
 .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact
 .It Dv EAI_ADDRFAMILY

Index: src/lib/libc/net/getaddrinfo.3
diff -u src/lib/libc/net/getaddrinfo.3:1.52 src/lib/libc/net/getaddrinfo.3:1.53
--- src/lib/libc/net/getaddrinfo.3:1.52	Mon Dec 14 07:31:49 2009
+++ src/lib/libc/net/getaddrinfo.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getaddrinfo.3,v 1.52 2009/12/14 07:31:49 wiz Exp $
+.\"	$NetBSD: getaddrinfo.3,v 1.53 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
 .\"	$OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $
 .\"
@@ -73,7 +73,7 @@
 is an optional pointer to a
 .Li struct addrinfo ,
 as defined by
-.Aq Pa netdb.h :
+.In netdb.h :
 .Bd -literal
 struct addrinfo {
 	int ai_flags;		/* input flags */

Index: src/lib/libc/net/getifaddrs.3
diff -u src/lib/libc/net/getifaddrs.3:1.11 src/lib/libc/net/getifaddrs.3:1.12
--- src/lib/libc/net/getifaddrs.3:1.11	Wed Apr 22 07:26:52 2009
+++ src/lib/libc/net/getifaddrs.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getifaddrs.3,v 1.11 2009/04/22 07:26:52 wiz Exp $
+.\"	$NetBSD: getifaddrs.3,v 1.12 2010/03/22 19:30:54 joerg Exp $
 .\"	BSDI	getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
 .\"
 .\" Copyright (c) 1995, 1999
@@ -44,7 +44,7 @@
 The list consists of
 .Nm ifaddrs
 structures, as defined in the include file
-.Aq Pa ifaddrs.h .
+.In ifaddrs.h .
 The
 .Nm ifaddrs
 structure contains at least the following entries:
@@ -157,11 +157,11 @@
 .Bsx .
 .Sh BUGS
 If both
-.Aq Pa net/if.h
+.In net/if.h
 and
-.Aq Pa ifaddrs.h
+.In ifaddrs.h
 are being included,
-.Aq Pa net/if.h
+.In net/if.h
 .Em must
 be included before
-.Aq Pa ifaddrs.h .
+.In ifaddrs.h .
Index: src/lib/libc/net/if_indextoname.3
diff -u src/lib/libc/net/if_indextoname.3:1.11 src/lib/libc/net/if_indextoname.3:1.12
--- src/lib/libc/net/if_indextoname.3:1.11	Fri Mar 11 16:13:13 2005
+++ src/lib/libc/net/if_indextoname.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: if_indextoname.3,v 1.11 2005/03/11 16:13:13 ginsbach Exp $
+.\"	$NetBSD: if_indextoname.3,v 1.12 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: if_indextoname.3,v 1.10 2000/11/24 08:13:51 itojun Exp $
 .\"	BSDI	Id: if_indextoname.3,v 2.2 2000/04/17 22:38:05 dab Exp
 .\"
@@ -68,7 +68,7 @@
 .Nm if_nameindex
 structures, one structure per interface, as
 defined in the include file
-.Aq Pa net/if.h .
+.In net/if.h .
 The
 .Nm if_nameindex
 structure contains at least the following entries:

Index: src/lib/libc/net/getnameinfo.3
diff -u src/lib/libc/net/getnameinfo.3:1.36 src/lib/libc/net/getnameinfo.3:1.37
--- src/lib/libc/net/getnameinfo.3:1.36	Mon Mar 21 13:35:04 2005
+++ src/lib/libc/net/getnameinfo.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getnameinfo.3,v 1.36 2005/03/21 13:35:04 kleink Exp $
+.\"	$NetBSD: getnameinfo.3,v 1.37 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
 .\"	$OpenBSD: getnameinfo.3,v 1.36 2004/12/21 09:48:20 jmc Exp $
 .\"
@@ -74,7 +74,7 @@
 is
 .Dv NI_MAXSERV ,
 as defined by
-.Aq Pa netdb.h .
+.In netdb.h .
 If a length parameter is zero, no string will be stored.
 Otherwise, enough space must be provided to store the
 host name or service string plus a byte for the NUL terminator.

Index: src/lib/libc/net/inet6_option_space.3
diff -u src/lib/libc/net/inet6_option_space.3:1.16 src/lib/libc/net/inet6_option_space.3:1.17
--- src/lib/libc/net/inet6_option_space.3:1.16	Mon Dec 26 19:40:15 2005
+++ src/lib/libc/net/inet6_option_space.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inet6_option_space.3,v 1.16 2005/12/26 19:40:15 perry Exp $
+.\"	$NetBSD: inet6_option_space.3,v 1.17 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
@@ -64,7 +64,7 @@
 RFC 2292 defines a set of functions to help the application.
 The function prototypes for
 these functions are all in the
-.Aq Pa netinet/in.h
+.In netinet/in.h
 header.
 .\"
 .Ss inet6_option_space

Index: src/lib/libc/net/inet6_rthdr_space.3
diff -u src/lib/libc/net/inet6_rthdr_space.3:1.15 src/lib/libc/net/inet6_rthdr_space.3:1.16
--- src/lib/libc/net/inet6_rthdr_space.3:1.15	Mon Dec 20 18:30:26 2004
+++ src/lib/libc/net/inet6_rthdr_space.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: inet6_rthdr_space.3,v 1.15 2004/12/20 18:30:26 christos Exp $
+.\"	$NetBSD: inet6_rthdr_space.3,v 1.16 2010/03/22 19:30:54 joerg Exp $
 .\"	$KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993
@@ -91,7 +91,7 @@
 .El
 .Pp
 The function prototypes for these functions are all in the
-.Aq Pa netinet/in.h
+.In netinet/in.h
 header.
 .\"
 .Ss inet6_rthdr_space

Index: src/lib/libc/net/rcmd.3
diff -u src/lib/libc/net/rcmd.3:1.27 src/lib/libc/net/rcmd.3:1.28
--- src/lib/libc/net/rcmd.3:1.27	Mon Dec 26 19:40:15 2005
+++ src/lib/libc/net/rcmd.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rcmd.3,v 1.27 2005/12/26 19:40:15 perry Exp $
+.\"	$NetBSD: rcmd.3,v 1.28 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -247,9 +247,9 @@
 is typed as
 .Fa "void *"
 to avoid dependency between
-.Aq Li unistd.h
+.In unistd.h
 and
-.Aq Li sys/socket.h .
+.In sys/socket.h .
 .Sh ENVIRONMENT
 .Bl -tag -width RCMD_CMDxx -compact
 .It Ev RCMD_CMD

Index: src/lib/libc/regex/regex.3
diff -u src/lib/libc/regex/regex.3:1.20 src/lib/libc/regex/regex.3:1.21
--- src/lib/libc/regex/regex.3:1.20	Sat Apr 11 16:58:21 2009
+++ src/lib/libc/regex/regex.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: regex.3,v 1.20 2009/04/11 16:58:21 wiz Exp $
+.\"	$NetBSD: regex.3,v 1.21 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -105,7 +105,7 @@
 of an RE.
 .Pp
 The header
-.Aq Pa regex.h
+.In regex.h
 declares two structure types,
 .Fa regex_t
 and

Index: src/lib/libc/rpc/rpc.3
diff -u src/lib/libc/rpc/rpc.3:1.21 src/lib/libc/rpc/rpc.3:1.22
--- src/lib/libc/rpc/rpc.3:1.21	Sat Apr 11 15:51:44 2009
+++ src/lib/libc/rpc/rpc.3	Mon Mar 22 19:30:54 2010
@@ -1,6 +1,6 @@
 .\" @(#)rpc.3n 1.31 93/08/31 SMI; from SVr4
 .\" Copyright 1989 AT&T
-.\"	$NetBSD: rpc.3,v 1.21 2009/04/11 15:51:44 joerg Exp $
+.\"	$NetBSD: rpc.3,v 1.22 2010/03/22 19:30:54 joerg Exp $
 .Dd May 7, 1993
 .Dt RPC 3
 .Os
@@ -22,11 +22,11 @@
 .Pp
 All
 RPC routines require the header
-.Aq Pa rpc/rpc.h .
+.In rpc/rpc.h .
 Routines that take a
 .Fa netconfig
 structure also require that
-.Aq Pa netconfig.h
+.In netconfig.h
 be included.
 .Ss Nettype
 Some of the high-level

Index: src/lib/libc/rpc/rpc_svc_calls.3
diff -u src/lib/libc/rpc/rpc_svc_calls.3:1.11 src/lib/libc/rpc/rpc_svc_calls.3:1.12
--- src/lib/libc/rpc/rpc_svc_calls.3:1.11	Sat Apr 11 15:55:28 2009
+++ src/lib/libc/rpc/rpc_svc_calls.3	Mon Mar 22 19:30:54 2010
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_svc_calls 1.5 89/07/25 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"	$NetBSD: rpc_svc_calls.3,v 1.11 2009/04/11 15:55:28 joerg Exp $
+.\"	$NetBSD: rpc_svc_calls.3,v 1.12 2010/03/22 19:30:54 joerg Exp $
 .Dd May 3, 1993
 .Dt RPC_SVC_CALLS 3
 .Os
@@ -201,7 +201,7 @@
 .Nx
 .Em and thus not portable.
 This macro returns a pointer to a sockcred structure, defined in
-.Aq Pa sys/socket.h ,
+.In sys/socket.h ,
 identifying the calling client.
 This only works if the client is calling the server over an
 .Dv AF_LOCAL

Index: src/lib/libc/rpc/rpc_svc_create.3
diff -u src/lib/libc/rpc/rpc_svc_create.3:1.10 src/lib/libc/rpc/rpc_svc_create.3:1.11
--- src/lib/libc/rpc/rpc_svc_create.3:1.10	Wed Mar 11 16:26:35 2009
+++ src/lib/libc/rpc/rpc_svc_create.3	Mon Mar 22 19:30:54 2010
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_svc_create 1.3 89/06/28 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\" $NetBSD: rpc_svc_create.3,v 1.10 2009/03/11 16:26:35 wiz Exp $
+.\" $NetBSD: rpc_svc_create.3,v 1.11 2010/03/22 19:30:54 joerg Exp $
 .Dd May 3, 1993
 .Dt RPC_SVC_CREATE 3
 .Os
@@ -242,7 +242,7 @@
 .Nx
 does not use.
 The structure is defined in
-.Aq Pa rpc/types.h
+.In rpc/types.h
 for compatibility as:
 .Bd -literal
 struct t_bind {

Index: src/lib/libc/stdio/funopen.3
diff -u src/lib/libc/stdio/funopen.3:1.14 src/lib/libc/stdio/funopen.3:1.15
--- src/lib/libc/stdio/funopen.3:1.14	Thu Aug  7 16:43:26 2003
+++ src/lib/libc/stdio/funopen.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: funopen.3,v 1.14 2003/08/07 16:43:26 agc Exp $
+.\"	$NetBSD: funopen.3,v 1.15 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -120,7 +120,7 @@
 does not keep the stream open.
 .Pp
 As a convenience, the include file
-.Aq Pa stdio.h
+.In stdio.h
 defines the macros
 .Fn fropen
 and

Index: src/lib/libc/stdio/tmpnam.3
diff -u src/lib/libc/stdio/tmpnam.3:1.15 src/lib/libc/stdio/tmpnam.3:1.16
--- src/lib/libc/stdio/tmpnam.3:1.15	Sat Jun 18 10:50:25 2005
+++ src/lib/libc/stdio/tmpnam.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tmpnam.3,v 1.15 2005/06/18 10:50:25 lukem Exp $
+.\"	$NetBSD: tmpnam.3,v 1.16 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -75,7 +75,7 @@
 past.
 .Dv P_tmpdir
 is defined in the include file
-.Aq Pa stdio.h .
+.In stdio.h .
 If the argument
 .Fa s
 is
@@ -93,7 +93,7 @@
 bytes in length.
 .Dv L_tmpnam
 is defined in the include file
-.Aq Pa stdio.h .
+.In stdio.h .
 .Pp
 The
 .Fn tempnam

Index: src/lib/libc/stdlib/getopt.3
diff -u src/lib/libc/stdlib/getopt.3:1.31 src/lib/libc/stdlib/getopt.3:1.32
--- src/lib/libc/stdlib/getopt.3:1.31	Tue Sep 23 10:26:54 2003
+++ src/lib/libc/stdlib/getopt.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getopt.3,v 1.31 2003/09/23 10:26:54 wiz Exp $
+.\"	$NetBSD: getopt.3,v 1.32 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -237,7 +237,7 @@
 to decouple
 .Fn getopt
 from
-.Aq Pa stdio.h .
+.In stdio.h .
 .Pp
 A single dash
 .Pq Sq -

Index: src/lib/libc/stdlib/rand.3
diff -u src/lib/libc/stdlib/rand.3:1.11 src/lib/libc/stdlib/rand.3:1.12
--- src/lib/libc/stdlib/rand.3:1.11	Fri Mar 24 16:14:42 2006
+++ src/lib/libc/stdlib/rand.3	Mon Mar 22 19:30:54 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rand.3,v 1.11 2006/03/24 16:14:42 kleink Exp $
+.\"	$NetBSD: rand.3,v 1.12 2010/03/22 19:30:54 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -63,7 +63,7 @@
 of 0 to
 .Dv RAND_MAX
 (as defined by the header file
-.Aq Pa stdlib.h ) .
+.In stdlib.h ) .
 .Pp
 The
 .Fn srand

Index: src/lib/libc/sys/chmod.2
diff -u src/lib/libc/sys/chmod.2:1.35 src/lib/libc/sys/chmod.2:1.36
--- src/lib/libc/sys/chmod.2:1.35	Sun Jan 11 02:46:30 2009
+++ src/lib/libc/sys/chmod.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chmod.2,v 1.35 2009/01/11 02:46:30 christos Exp $
+.\"	$NetBSD: chmod.2,v 1.36 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -82,7 +82,7 @@
 .Em or'd
 permission bit masks
 defined in
-.Aq Pa sys/stat.h :
+.In sys/stat.h :
 .Bd -literal -offset indent -compact
 #define S_IRWXU 0000700    /* RWX mask for owner */
 #define S_IRUSR 0000400    /* R for owner */

Index: src/lib/libc/sys/intro.2
diff -u src/lib/libc/sys/intro.2:1.54 src/lib/libc/sys/intro.2:1.55
--- src/lib/libc/sys/intro.2:1.54	Thu Jul 23 13:37:34 2009
+++ src/lib/libc/sys/intro.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: intro.2,v 1.54 2009/07/23 13:37:34 wiz Exp $
+.\"	$NetBSD: intro.2,v 1.55 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -91,7 +91,7 @@
 .Pp
 The following is a complete list of the errors and their
 names as given in
-.Aq Pa errno.h .
+.In errno.h .
 .Bl -hang -width Ds
 .It Er 0 Em "Error 0" .
 Not used.
@@ -133,7 +133,7 @@
 bytes
 .Pf ( Dv ARG_MAX
 in
-.Aq Pa sys/syslimits.h ) .
+.In sys/syslimits.h ) .
 .It Er 8 ENOEXEC Em "Exec format error" .
 A request was made to execute a file
 that, although it has the appropriate permissions,

Index: src/lib/libc/sys/kqueue.2
diff -u src/lib/libc/sys/kqueue.2:1.26 src/lib/libc/sys/kqueue.2:1.27
--- src/lib/libc/sys/kqueue.2:1.26	Sun Nov 22 18:05:50 2009
+++ src/lib/libc/sys/kqueue.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: kqueue.2,v 1.26 2009/11/22 18:05:50 mbalmer Exp $
+.\"	$NetBSD: kqueue.2,v 1.27 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -94,7 +94,7 @@
 is a pointer to an array of
 .Va kevent
 structures, as defined in
-.Aq Pa sys/event.h .
+.In sys/event.h .
 All changes contained in the
 .Fa changelist
 are applied before any pending events are read from the queue.

Index: src/lib/libc/sys/mount.2
diff -u src/lib/libc/sys/mount.2:1.43 src/lib/libc/sys/mount.2:1.44
--- src/lib/libc/sys/mount.2:1.43	Fri Apr 10 22:26:55 2009
+++ src/lib/libc/sys/mount.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.2,v 1.43 2009/04/10 22:26:55 ad Exp $
+.\"	$NetBSD: mount.2,v 1.44 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -156,7 +156,7 @@
 .Fa type
 argument defines the type of the file system.
 The types of file systems known to the system are defined in
-.Aq Pa sys/mount.h ,
+.In sys/mount.h ,
 and those supported by the current running kernel obtained
 using
 .Xr sysctl 8

Index: src/lib/libc/sys/msgctl.2
diff -u src/lib/libc/sys/msgctl.2:1.14 src/lib/libc/sys/msgctl.2:1.15
--- src/lib/libc/sys/msgctl.2:1.14	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/msgctl.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: msgctl.2,v 1.14 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: msgctl.2,v 1.15 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -67,7 +67,7 @@
 structure used inside the
 .Sy msgid_ds
 structure is defined in
-.Aq Pa sys/ipc.h
+.In sys/ipc.h
 and contains the following members:
 .Bd -literal
     uid_t cuid;  /* creator user id */
@@ -113,7 +113,7 @@
 that exceed the system limit
 .Pf ( Dv MSGMNB
 from
-.Aq Pa sys/msg.h )
+.In sys/msg.h )
 are silently truncated to that limit.
 .It Dv IPC_RMID
 Remove the message queue specified by

Index: src/lib/libc/sys/poll.2
diff -u src/lib/libc/sys/poll.2:1.27 src/lib/libc/sys/poll.2:1.28
--- src/lib/libc/sys/poll.2:1.27	Wed Apr 30 13:10:51 2008
+++ src/lib/libc/sys/poll.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: poll.2,v 1.27 2008/04/30 13:10:51 martin Exp $
+.\"	$NetBSD: poll.2,v 1.28 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 The
 .Fa fds
 argument is a pointer to an array of pollfd structures as defined in
-.Aq Pa poll.h
+.In poll.h
 (shown below).
 The
 .Fa nfds

Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.30 src/lib/libc/sys/ptrace.2:1.31
--- src/lib/libc/sys/ptrace.2:1.30	Mon Mar 12 12:50:42 2007
+++ src/lib/libc/sys/ptrace.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.30 2007/03/12 12:50:42 skrll Exp $
+.\"	$NetBSD: ptrace.2,v 1.31 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" This file is in the public domain.
 .Dd March 12, 2007
@@ -296,7 +296,7 @@
 Additionally, the following requests exist but are
 not available on all machine architectures.
 The file
-.Aq Pa machine/ptrace.h
+.In machine/ptrace.h
 lists which requests exist on a given machine.
 .Bl -tag -width 12n
 .It Dv PT_STEP
@@ -307,7 +307,7 @@
 This request reads the traced process' machine registers into the
 .Dq Li "struct reg"
 (defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
 pointed to by
 .Fa addr .
 .It Dv PT_SETREGS
@@ -316,7 +316,7 @@
 it loads the traced process' machine registers from the
 .Dq Li "struct reg"
 (defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
 pointed to by
 .Fa addr .
 .It Dv PT_GETFPREGS
@@ -324,7 +324,7 @@
 the
 .Dq Li "struct fpreg"
 (defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
 pointed to by
 .Fa addr .
 .It Dv PT_SETFPREGS
@@ -333,7 +333,7 @@
 it loads the traced process' floating-point registers from the
 .Dq Li "struct fpreg"
 (defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
 pointed to by
 .Fa addr .
 .\" .It Dv PT_SYSCALL
@@ -355,10 +355,10 @@
 .\" element is of type
 .\" .Dq Li "struct mdproc" ,
 .\" which should be declared by including
-.\" .Aq Pa sys/param.h ,
-.\" .Aq Pa sys/user.h ,
+.\" .In sys/param.h ,
+.\" .In sys/user.h ,
 .\" and
-.\" .Aq Pa machine/proc.h ,
+.\" .In machine/proc.h ,
 .\" and contains the following fields (among others):
 .\" .Bl -item -compact -offset indent
 .\" .It

Index: src/lib/libc/sys/quotactl.2
diff -u src/lib/libc/sys/quotactl.2:1.24 src/lib/libc/sys/quotactl.2:1.25
--- src/lib/libc/sys/quotactl.2:1.24	Thu Oct  9 14:40:11 2008
+++ src/lib/libc/sys/quotactl.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: quotactl.2,v 1.24 2008/10/09 14:40:11 christos Exp $
+.\"	$NetBSD: quotactl.2,v 1.25 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -104,7 +104,7 @@
 is a pointer to a
 .Fa struct dqblk
 structure (defined in
-.Aq Pa ufs/ufs/quota.h ) .
+.In ufs/ufs/quota.h ) .
 .It Dv Q_SETQUOTA
 Set disk quota limits for the user or group
 (as determined by the command type) with identifier
@@ -113,7 +113,7 @@
 is a pointer to a
 .Fa struct dqblk
 structure (defined in
-.Aq Pa ufs/ufs/quota.h ) .
+.In ufs/ufs/quota.h ) .
 The usage fields of the
 .Fa dqblk
 structure are ignored.
@@ -126,7 +126,7 @@
 is a pointer to a
 .Fa struct dqblk
 structure (defined in
-.Aq Pa ufs/ufs/quota.h ) .
+.In ufs/ufs/quota.h ) .
 Only the usage fields are used.
 This call is restricted to the super-user.
 .It Dv Q_SYNC

Index: src/lib/libc/sys/reboot.2
diff -u src/lib/libc/sys/reboot.2:1.28 src/lib/libc/sys/reboot.2:1.29
--- src/lib/libc/sys/reboot.2:1.28	Thu Feb 25 17:15:55 2010
+++ src/lib/libc/sys/reboot.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: reboot.2,v 1.28 2010/02/25 17:15:55 wiz Exp $
+.\"	$NetBSD: reboot.2,v 1.29 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -52,7 +52,7 @@
 .Fa howto
 is a mask of options; the system call interface allows the following
 options, defined in the include file
-.Aq Pa sys/reboot.h ,
+.In sys/reboot.h ,
 to be passed
 to the new kernel or the new bootstrap and init programs.
 In addition to the options described below, other options

Index: src/lib/libc/sys/select.2
diff -u src/lib/libc/sys/select.2:1.36 src/lib/libc/sys/select.2:1.37
--- src/lib/libc/sys/select.2:1.36	Sun Oct 19 16:54:19 2008
+++ src/lib/libc/sys/select.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: select.2,v 1.36 2008/10/19 16:54:19 wiz Exp $
+.\"	$NetBSD: select.2,v 1.37 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -286,7 +286,7 @@
 a larger definition of
 .Dv FD_SETSIZE
 before the inclusion of
-.Aq Pa sys/types.h .
+.In sys/types.h .
 The kernel will cope, and the userland libraries provided with the
 system are also ready for large numbers of file descriptors.
 .Pp

Index: src/lib/libc/sys/semctl.2
diff -u src/lib/libc/sys/semctl.2:1.19 src/lib/libc/sys/semctl.2:1.20
--- src/lib/libc/sys/semctl.2:1.19	Sun Jun 21 18:04:46 2009
+++ src/lib/libc/sys/semctl.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: semctl.2,v 1.19 2009/06/21 18:04:46 wiz Exp $
+.\"	$NetBSD: semctl.2,v 1.20 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -67,7 +67,7 @@
 and
 .Dv IPC_STAT
 commands is defined in
-.Aq Pa sys/sem.h
+.In sys/sem.h
 and contains the following members:
 .Bd -literal
     struct ipc_perm sem_perm; /* operation permissions */
@@ -81,7 +81,7 @@
 structure used inside the
 .Sy semid_ds
 structure is defined in
-.Aq Pa sys/ipc.h
+.In sys/ipc.h
 and contains the following members:
 .Bd -literal
     uid_t cuid;  /* creator user id */

Index: src/lib/libc/sys/semop.2
diff -u src/lib/libc/sys/semop.2:1.16 src/lib/libc/sys/semop.2:1.17
--- src/lib/libc/sys/semop.2:1.16	Thu Nov  3 17:07:28 2005
+++ src/lib/libc/sys/semop.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: semop.2,v 1.16 2005/11/03 17:07:28 chs Exp $
+.\"	$NetBSD: semop.2,v 1.17 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -138,7 +138,7 @@
 The maximum is defined as
 .Dv MAX_SOPS
 in
-.Aq Pa sys/sem.h .
+.In sys/sem.h .
 .It Bq Er EFBIG
 .Va sem_num
 in one of the sem_buf structures is less than 0, or greater than the actual

Index: src/lib/libc/sys/shmat.2
diff -u src/lib/libc/sys/shmat.2:1.17 src/lib/libc/sys/shmat.2:1.18
--- src/lib/libc/sys/shmat.2:1.17	Thu May 13 10:20:58 2004
+++ src/lib/libc/sys/shmat.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: shmat.2,v 1.17 2004/05/13 10:20:58 wiz Exp $
+.\"	$NetBSD: shmat.2,v 1.18 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -66,7 +66,7 @@
 bytes
 .Pf ( Dv SHMLBA
 is defined in
-.Aq Pa sys/shm.h ) .
+.In sys/shm.h ) .
 .Pp
 A shared memory segment can be mapped read-only by specifying the
 .Dv SHM_RDONLY

Index: src/lib/libc/sys/shmctl.2
diff -u src/lib/libc/sys/shmctl.2:1.20 src/lib/libc/sys/shmctl.2:1.21
--- src/lib/libc/sys/shmctl.2:1.20	Sun Jun 21 17:52:42 2009
+++ src/lib/libc/sys/shmctl.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: shmctl.2,v 1.20 2009/06/21 17:52:42 dholland Exp $
+.\"	$NetBSD: shmctl.2,v 1.21 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1995 Frank van der Linden
 .\" All rights reserved.
@@ -67,7 +67,7 @@
 structure used inside the
 .Sy shmid_ds
 structure is defined in
-.Aq Pa sys/ipc.h
+.In sys/ipc.h
 and contains the following members:
 .Bd -literal
     uid_t cuid;  /* creator user id */

Index: src/lib/libc/sys/stat.2
diff -u src/lib/libc/sys/stat.2:1.39 src/lib/libc/sys/stat.2:1.40
--- src/lib/libc/sys/stat.2:1.39	Fri Feb 12 12:29:10 2010
+++ src/lib/libc/sys/stat.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stat.2,v 1.39 2010/02/12 12:29:10 wiz Exp $
+.\"	$NetBSD: stat.2,v 1.40 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -79,7 +79,7 @@
 .Fa stat
 structure
 as defined by
-.Aq Pa sys/stat.h
+.In sys/stat.h
 (shown below)
 and into which information is placed concerning the file.
 .Bd -literal
@@ -218,7 +218,7 @@
 .Ed
 .Pp
 For a list of access modes, see
-.Aq Pa sys/stat.h ,
+.In sys/stat.h ,
 .Xr access 2
 and
 .Xr chmod 2 .

Index: src/lib/libc/sys/swapctl.2
diff -u src/lib/libc/sys/swapctl.2:1.34 src/lib/libc/sys/swapctl.2:1.35
--- src/lib/libc/sys/swapctl.2:1.34	Thu May 29 14:51:25 2008
+++ src/lib/libc/sys/swapctl.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: swapctl.2,v 1.34 2008/05/29 14:51:25 mrg Exp $
+.\"	$NetBSD: swapctl.2,v 1.35 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" All rights reserved.
@@ -270,9 +270,9 @@
 in
 .Nx 1.4 ,
 when the header file was also moved from
-.Aq Pa vm/vm_swap.h
+.In vm/vm_swap.h
 to its current location in
-.Aq Pa sys/swap.h .
+.In sys/swap.h .
 .Sh AUTHORS
 The current swap system was designed and implemented by
 Matthew Green

Index: src/lib/libc/sys/timer_create.2
diff -u src/lib/libc/sys/timer_create.2:1.9 src/lib/libc/sys/timer_create.2:1.10
--- src/lib/libc/sys/timer_create.2:1.9	Thu Mar 26 16:55:37 2009
+++ src/lib/libc/sys/timer_create.2	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: timer_create.2,v 1.9 2009/03/26 16:55:37 drochner Exp $
+.\"	$NetBSD: timer_create.2,v 1.10 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 The
 .Ar clockid
 must be a valid clock id as defined in
-.Aq Pa time.h .
+.In time.h .
 The timer is created in a disarmed state.
 .Pp
 An optional

Index: src/lib/libc/termios/tcsetattr.3
diff -u src/lib/libc/termios/tcsetattr.3:1.12 src/lib/libc/termios/tcsetattr.3:1.13
--- src/lib/libc/termios/tcsetattr.3:1.12	Sat May  1 08:15:54 2004
+++ src/lib/libc/termios/tcsetattr.3	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tcsetattr.3,v 1.12 2004/05/01 08:15:54 wiz Exp $
+.\"	$NetBSD: tcsetattr.3,v 1.13 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -94,7 +94,7 @@
 The unsigned integer
 .Li speed_t
 is typdef'd in the include file
-.Aq Pa termios.h .
+.In termios.h .
 The value of the integer corresponds directly to the baud rate being
 represented, however, the following symbolic values are defined.
 .Bd -literal
@@ -216,7 +216,7 @@
 field is created by
 .Em or Ns 'ing
 the following values, as specified in the include file
-.Aq Pa termios.h .
+.In termios.h .
 .Bl -tag -width "TCSADRAIN"
 .It Fa TCSANOW
 The change occurs immediately.

Index: src/lib/libc/yp/ypclnt.3
diff -u src/lib/libc/yp/ypclnt.3:1.23 src/lib/libc/yp/ypclnt.3:1.24
--- src/lib/libc/yp/ypclnt.3:1.23	Wed Apr 30 13:10:51 2008
+++ src/lib/libc/yp/ypclnt.3	Mon Mar 22 19:30:55 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ypclnt.3,v 1.23 2008/04/30 13:10:51 martin Exp $
+.\"	$NetBSD: ypclnt.3,v 1.24 2010/03/22 19:30:55 joerg Exp $
 .\"
 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -290,7 +290,7 @@
 .Bl -tag -width "inkey, inval"
 .It Fa instatus
 Holds one of the return status values described in
-.Aq Pa rpcsvc/yp_prot.h :
+.In rpcsvc/yp_prot.h :
 see
 .Fn ypprot_err
 below for a function that will translate
@@ -298,7 +298,7 @@
 protocol errors into a
 .Nm ypclnt
 layer error code as described in
-.Aq Pa rpcsvc/ypclnt.h .
+.In rpcsvc/ypclnt.h .
 .It Fa inkey, inval
 The key and value arguments are somewhat different here than described
 above.

Reply via email to