Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Use .In instead of .Aq Pa for header files.
details: https://anonhg.NetBSD.org/src/rev/e4363ee886cd
branches: trunk
changeset: 753310:e4363ee886cd
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Mar 22 18:58:31 2010 +0000
description:
Use .In instead of .Aq Pa for header files.
diffstat:
libexec/talkd/talkd.8 | 4 ++--
share/man/man4/atalk.4 | 4 ++--
share/man/man4/bpf.4 | 14 +++++++-------
share/man/man4/cd.4 | 6 +++---
share/man/man4/clockctl.4 | 4 ++--
share/man/man4/esis.4 | 4 ++--
share/man/man4/fss.4 | 4 ++--
share/man/man4/gpio.4 | 4 ++--
share/man/man4/icmp6.4 | 4 ++--
share/man/man4/inet.4 | 4 ++--
share/man/man4/inet6.4 | 4 ++--
share/man/man4/joy.4 | 4 ++--
share/man/man4/ksyms.4 | 4 ++--
share/man/man4/man4.amiga/fdc.4 | 4 ++--
share/man/man4/man4.hp300/dvbox.4 | 6 +++---
share/man/man4/man4.hp300/gbox.4 | 6 +++---
share/man/man4/man4.hp300/rbox.4 | 4 ++--
share/man/man4/man4.hp300/rmp.4 | 4 ++--
share/man/man4/man4.hp300/topcat.4 | 6 +++---
share/man/man4/man4.i386/fdc.4 | 4 ++--
share/man/man4/man4.sparc/fd.4 | 4 ++--
share/man/man4/man4.sparc64/fdc.4 | 4 ++--
share/man/man4/man4.sun3/fd.4 | 4 ++--
share/man/man4/man4.vax/mtc.4 | 4 ++--
share/man/man4/man4.vax/uda.4 | 4 ++--
share/man/man4/man4.vax/va.4 | 4 ++--
share/man/man4/man4.vax/vp.4 | 4 ++--
share/man/man4/midi.4 | 10 +++++-----
share/man/man4/mtio.4 | 6 +++---
share/man/man4/multicast.4 | 14 +++++++-------
share/man/man4/rnd.4 | 4 ++--
share/man/man4/sd.4 | 4 ++--
share/man/man4/ses.4 | 4 ++--
share/man/man4/speaker.4 | 4 ++--
share/man/man4/st.4 | 4 ++--
share/man/man4/tcp.4 | 4 ++--
share/man/man4/termios.4 | 8 ++++----
share/man/man4/tp.4 | 12 ++++++------
share/man/man4/tty.4 | 8 ++++----
share/man/man4/uk.4 | 4 ++--
share/man/man4/unix.4 | 12 ++++++------
share/man/man4/usb.4 | 6 +++---
share/man/man4/wsdisplay.4 | 6 +++---
share/man/man5/a.out.5 | 6 +++---
share/man/man5/core.5 | 6 +++---
share/man/man5/dir.5 | 4 ++--
share/man/man5/elf.5 | 4 ++--
share/man/man5/fs.5 | 10 +++++-----
share/man/man5/link.5 | 4 ++--
share/man/man5/stab.5 | 6 +++---
share/man/man5/statvfs.5 | 6 +++---
share/man/man5/types.5 | 4 ++--
share/man/man5/utmp.5 | 4 ++--
share/man/man5/utmpx.5 | 4 ++--
share/man/man7/environ.7 | 4 ++--
share/man/man7/script.7 | 4 ++--
share/man/man7/signal.7 | 4 ++--
share/man/man7/sysctl.7 | 10 +++++-----
share/man/man8/man8.vax/boot.8 | 6 +++---
share/man/man9/bus_dma.9 | 4 ++--
share/man/man9/bus_space.9 | 10 +++++-----
share/man/man9/errno.9 | 4 ++--
share/man/man9/ethersubr.9 | 6 +++---
share/man/man9/knote.9 | 4 ++--
share/man/man9/pci_configure_bus.9 | 4 ++--
share/man/man9/pci_intr.9 | 6 +++---
share/man/man9/pfil.9 | 4 ++--
share/man/man9/pmap.9 | 26 +++++++++++++-------------
share/man/man9/pmc.9 | 4 ++--
share/man/man9/scsipi.9 | 6 +++---
share/man/man9/todr.9 | 4 ++--
share/man/man9/uiomove.9 | 4 ++--
72 files changed, 204 insertions(+), 204 deletions(-)
diffs (truncated from 1778 to 300 lines):
diff -r b57df45a2633 -r e4363ee886cd libexec/talkd/talkd.8
--- a/libexec/talkd/talkd.8 Mon Mar 22 18:51:32 2010 +0000
+++ b/libexec/talkd/talkd.8 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: talkd.8,v 1.10 2008/09/27 04:41:20 reed Exp $
+.\" $NetBSD: talkd.8,v 1.11 2010/03/22 19:01:49 joerg Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -53,7 +53,7 @@
.Tn LOOK_UP
.Po
see
-.Aq Pa protocols/talkd.h
+.In protocols/talkd.h
.Pc .
This causes the server to search its invitation
tables to check if an invitation currently exists for the caller
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/atalk.4
--- a/share/man/man4/atalk.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/atalk.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: atalk.4,v 1.18 2005/12/26 19:48:12 perry Exp $
+.\" $NetBSD: atalk.4,v 1.19 2010/03/22 18:58:31 joerg Exp $
.\"
.\" This file is derived from the atalk.4 man page in the Netatalk 1.4b2
.\" distribution. That distribution is covered by the following copyright:
@@ -65,7 +65,7 @@
AppleTalk addresses are three byte quantities, stored in network
byte order.
The include file
-.Aq Pa netatalk/at.h
+.In netatalk/at.h
defines the AppleTalk address format.
.Pp
Sockets in the AppleTalk protocol family use the following address
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/bpf.4
--- a/share/man/man4/bpf.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/bpf.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: bpf.4,v 1.44 2010/03/14 11:32:39 wiz Exp $
+.\" $NetBSD: bpf.4,v 1.45 2010/03/22 18:58:31 joerg Exp $
.\"
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.44 2010/03/14 11:32:39 wiz Exp $
+.\" $NetBSD: bpf.4,v 1.45 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -89,7 +89,7 @@
The
.Xr ioctl 2
command codes below are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
All commands require these includes:
.Bd -literal -offset indent
#include \*[Lt]sys/types.h\*[Gt]
@@ -131,7 +131,7 @@
The device types, prefixed with
.Dq DLT_ ,
are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
.It Dv BIOCGDLTLIST (struct bpf_dltlist)
Returns an array of available type of the data link layer
underlying the attached interface:
@@ -283,7 +283,7 @@
and
.Dv BPF_MINOR_VERSION
from
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
An incompatible filter
may result in undefined behavior (most likely, an error returned by
.Xr ioctl 2
@@ -418,7 +418,7 @@
The macro
.Dv BPF_WORDALIGN
is defined in
-.Aq Pa net/bpf.h
+.In net/bpf.h
to facilitate this process.
It rounds up its argument
to the nearest word aligned value (where a word is
@@ -472,7 +472,7 @@
Various other mode and
operator bits are or'd into the class to give the actual instructions.
The classes and modes are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
.Pp
Below are the semantics for each defined BPF instruction.
We use the convention that A is the accumulator, X is the index register,
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/cd.4
--- a/share/man/man4/cd.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/cd.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cd.4,v 1.17 2002/08/20 15:47:46 wiz Exp $
+.\" $NetBSD: cd.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996
.\" Julian Elischer <julian%freebsd.org@localhost>. All rights reserved.
@@ -92,9 +92,9 @@
.Tn CD-ROM
drives are defined
in the header files
-.Aq Pa sys/cdio.h
+.In sys/cdio.h
and
-.Aq Pa sys/disklabel.h .
+.In sys/disklabel.h .
.Pp
.Bl -tag -width CDIOCREADSUBCHANNEL
.It Dv DIOCGDINFO
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/clockctl.4
--- a/share/man/man4/clockctl.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/clockctl.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: clockctl.4,v 1.7 2009/02/19 09:44:41 wiz Exp $
+.\" $NetBSD: clockctl.4,v 1.8 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -70,7 +70,7 @@
The following
.Xr ioctl 2
calls are defined in
-.Aq Pa sys/clockctl.h :
+.In sys/clockctl.h :
.Bl -tag -width CLOCKCTL
.It Dv CLOCKCTL_SETTIMEOFDAY
This will run the
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/esis.4
--- a/share/man/man4/esis.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/esis.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: esis.4,v 1.13 2003/08/07 10:31:01 agc Exp $
+.\" $NetBSD: esis.4,v 1.14 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -86,7 +86,7 @@
.Dv SIOCSSTYPE
.Xr ioctl 2 ,
which is defined in
-.Aq Pa sys/netiso/iso_snpac.h .
+.In sys/netiso/iso_snpac.h .
.Pp
The protocol behaves differently depending on whether the System is
configured as an End System or an Intermediate System.
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/fss.4
--- a/share/man/man4/fss.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/fss.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fss.4,v 1.12 2008/09/21 10:25:07 hannken Exp $ */
+.\" $NetBSD: fss.4,v 1.13 2010/03/22 18:58:31 joerg Exp $ */
.\"
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
The
.Xr ioctl 2
command codes below are defined in
-.Aq Pa sys/dev/fssvar.h .
+.In sys/dev/fssvar.h .
.Pp
The (third) argument to
.Xr ioctl 2
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/gpio.4
--- a/share/man/man4/gpio.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/gpio.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.17 2009/09/27 21:07:29 wiz Exp $
+.\" $NetBSD: gpio.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
.\" $OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
.\"
.\" Copyright (c) 2004 Alexander Yurchenko <grange%openbsd.org@localhost>
@@ -69,7 +69,7 @@
All other pins will not be accessible once the runlevel has been raised.
.Sh IOCTL INTERFACE
The following structures and constants are defined in the
-.Aq Pa sys/gpio.h
+.In sys/gpio.h
header file:
.Pp
.Bl -tag -width XXXX -compact
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/icmp6.4
--- a/share/man/man4/icmp6.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/icmp6.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: icmp6.4,v 1.16 2009/12/08 02:40:04 joerg Exp $
+.\" $NetBSD: icmp6.4,v 1.17 2010/03/22 18:58:31 joerg Exp $
.\" $KAME: icmp6.4,v 1.6 2004/12/27 05:30:56 itojun Exp $
.\" $OpenBSD: icmp6.4,v 1.19 2004/12/23 20:33:03 jaredy Exp $
.\"
@@ -161,7 +161,7 @@
.Va icmp6_type
describes the type of the message.
Suitable values are defined in
-.Aq Pa netinet/icmp6.h .
+.In netinet/icmp6.h .
.Va icmp6_code
describes the sub-type of the message and depends on
.Va icmp6_type .
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/inet.4
--- a/share/man/man4/inet.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/inet.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet.4,v 1.17 2005/06/14 12:13:14 peter Exp $
+.\" $NetBSD: inet.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,7 +59,7 @@
.Tn VAX
these are word and byte
reversed). The include file
-.Aq Pa netinet/in.h
+.In netinet/in.h
defines this address
as a discriminated union.
.Pp
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/inet6.4
--- a/share/man/man4/inet6.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/inet6.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inet6.4,v 1.31 2010/03/10 21:33:15 wiz Exp $
+.\" $NetBSD: inet6.4,v 1.32 2010/03/22 18:58:31 joerg Exp $
.\" $KAME: inet6.4,v 1.18 2000/11/24 08:50:32 itojun Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -68,7 +68,7 @@
.Sh ADDRESSING
IPv6 addresses are 16 byte quantities, stored in network standard byteorder.
The include file
-.Aq Pa netinet/in.h
+.In netinet/in.h
defines this address
as a discriminated union.
.Pp
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/joy.4
--- a/share/man/man4/joy.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/joy.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: joy.4,v 1.8 2006/08/01 11:08:17 drochner Exp $
+.\" $NetBSD: joy.4,v 1.9 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996 Matthieu Herrb
.\" All rights reserved.
@@ -66,7 +66,7 @@
The
.Xr ioctl 2
commands are listed in
-.Aq Pa machine/joystick.h
+.In machine/joystick.h
and currently are:
.Pp
.Bl -tag -width JOY_GET_X_OFFSET -compact
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/ksyms.4
--- a/share/man/man4/ksyms.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/ksyms.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ksyms.4,v 1.6 2008/11/12 12:35:53 ad Exp $
+.\" $NetBSD: ksyms.4,v 1.7 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -55,7 +55,7 @@
The
.Xr ioctl 2
command codes below are defined in
-.Aq Pa sys/ksyms.h .
+.In sys/ksyms.h .
.Pp
The (third) argument to the
.Xr ioctl 2
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/man4.amiga/fdc.4
--- a/share/man/man4/man4.amiga/fdc.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/man4.amiga/fdc.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fdc.4,v 1.7 2008/04/30 13:10:55 martin Exp $
+.\" $NetBSD: fdc.4,v 1.8 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -75,5 +75,5 @@
driver supports neither the
.Xr fdformat 1
facility nor the
-.Aq Pa sys/fdio.h
+.In sys/fdio.h
interface.
diff -r b57df45a2633 -r e4363ee886cd share/man/man4/man4.hp300/dvbox.4
--- a/share/man/man4/man4.hp300/dvbox.4 Mon Mar 22 18:51:32 2010 +0000
+++ b/share/man/man4/man4.hp300/dvbox.4 Mon Mar 22 18:58:31 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dvbox.4,v 1.4 2003/08/07 10:31:06 agc Exp $
+.\" $NetBSD: dvbox.4,v 1.5 2010/03/22 18:58:31 joerg Exp $
Home |
Main Index |
Thread Index |
Old Index