Use .In instead of .Aq Pa for header files.

This commit is contained in:
joerg 2010-03-22 18:58:31 +00:00
parent d76767ed61
commit 5e015e5e29
72 changed files with 204 additions and 204 deletions

View File

@ -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 @@ type
.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

View File

@ -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 @@ Neither of these protocols is exposed to user-mode applications.
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

View File

@ -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 @@ Currently, only writes to Ethernets and SLIP links are supported.
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 @@ is returned if no interface has been specified.
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 @@ The current version numbers are given by
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 @@ has some knowledge of how to get from packet to packet.
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 @@ BPF_ALU, BPF_JMP, BPF_RET, and BPF_MISC.
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,

View File

@ -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>. All rights reserved.
@ -92,9 +92,9 @@ calls which apply to
.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

View File

@ -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 @@ plain super-user-restricted system call if the special file is not accessible.
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

View File

@ -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 @@ Intermediate System) may be changed by issuing an
.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.

View File

@ -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 @@ It can be configured via
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

View File

@ -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>
@ -69,7 +69,7 @@ device at a securelevel less than 1.
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

View File

@ -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 @@ struct icmp6_hdr {
.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 .

View File

@ -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 @@ network standard format (on the
.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

View File

@ -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 @@ protocol.
.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

View File

@ -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 @@ time-out value for the circuit.
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

View File

@ -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 @@ symbol tables are currently dealt with.
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

View File

@ -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 @@ The
driver supports neither the
.Xr fdformat 1
facility nor the
.Aq Pa sys/fdio.h
.In sys/fdio.h
interface.

View File

@ -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 $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -75,7 +75,7 @@ Get Graphics Info
Get info about device, setting the entries in the
.Ar grfinfo
structure, as defined in
.Aq Pa hpdev/grfioctl.h .
.In hpdev/grfioctl.h .
For the standard 98730, the number of planes should be 4. The number of
colors would therefore be 15, excluding black. If one 98732A frame buffer
board is installed, there will still be 4 planes, with the 4 planes on the
@ -101,7 +101,7 @@ Map Device to user space
Map in control registers and frame buffer space. Once the device file is
mapped, the frame buffer structure is accessible. The structure describing
the 98730 is defined in
.Aq Pa hpdev/grf_dvreg.h .
.In hpdev/grf_dvreg.h .
.El
.Sh FILES
.Bl -tag -width /dev/MAKEDEV.hpux -compact

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gbox.4,v 1.4 2003/08/07 10:31:06 agc Exp $
.\" $NetBSD: gbox.4,v 1.5 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -88,7 +88,7 @@ Get Graphics Info
Get info about device, setting the entries in the
.Em grfinfo
structure, as defined in
.Aq Pa hpdev/grfioctl.h .
.In hpdev/grfioctl.h .
For the standard 98700, the number of planes should be 4. The number of
colors would therefore be 15, excluding black. With the 98701 option installed
there will be another 4 planes for a total of 8, giving 255 colors.
@ -113,7 +113,7 @@ Map in control registers and framebuffer space. Once the device file is
mapped, the frame buffer structure is accessible.
The frame buffer structure describing the 98700
is given in
.Aq Pa hpdev/grf_gbreg.h .
.In hpdev/grf_gbreg.h .
.It Dv GRFIOCUNMAP
Unmap Device
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rbox.4,v 1.4 2003/08/07 10:31:06 agc Exp $
.\" $NetBSD: rbox.4,v 1.5 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -78,7 +78,7 @@ Get Graphics Info
Get info about device, setting the entries in the
.Ar grfinfo
structure, as defined in
.Aq Pa hpdev/grfioctl.h .
.In hpdev/grfioctl.h .
For the standard 98720, the number of planes should be 4. The number of
colors would therefore be 15, excluding black. If one 98722A frame buffer
board is installed, there will still be 4 planes, with the 4 planes on the

View File

@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rmp.4 5.2 (Berkeley) 3/27/91
.\" $NetBSD: rmp.4,v 1.10 2003/08/07 10:31:06 agc Exp $
.\" $NetBSD: rmp.4,v 1.11 2010/03/22 18:58:31 joerg Exp $
.\"
.Dd May 15, 2003
.Dt RMP 4 hp300
@ -67,7 +67,7 @@ packets.
The format of an
.Tn RMP
packet is defined in the include file
.Aq Pa netrmp/rmp_var.h .
.In netrmp/rmp_var.h .
The
.Tn RMP
packet arrives encapsulated in an

View File

@ -1,4 +1,4 @@
.\" $NetBSD: topcat.4,v 1.4 2003/08/07 10:31:06 agc Exp $
.\" $NetBSD: topcat.4,v 1.5 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -79,7 +79,7 @@ Get Graphics Info
Get info about device, setting the entries in the
.Ar grfinfo
structure, as defined in
.Aq Pa hpdev/grfioctl.h .
.In hpdev/grfioctl.h .
For the 98544 or 98549,
the number of planes should be 1, as they are monochrome devices.
The number of planes for a 98545 is 4, translating to 15 colors,
@ -108,7 +108,7 @@ Map Device to user space
Map in control registers and framebuffer space. Once the device file is
mapped, the frame buffer structure is accessible. The frame buffer structure
describing Topcat/Catseye devices is defined in
.Aq Pa hpdev/grf_tcreg.h .
.In hpdev/grf_tcreg.h .
.El
.Pp
For further information about the use of

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fdc.4,v 1.13 2008/04/30 13:10:56 martin Exp $
.\" $NetBSD: fdc.4,v 1.14 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -61,7 +61,7 @@ selects the default format for the attached floppy drive, as determined
by the BIOS configuration for the diskette drive.
.Sh FORMATTING
The driver supports floppy disk formatting using the interfaces in
.Aq Pa sys/fdio.h :
.In sys/fdio.h :
.Bl -tag -width FDIOCFORMAT_TRACK -compact
.It Dv FDIOCGETFORMAT Fa struct fdformat_parms
Fetch current formatting parameters. This gets the default parameters

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fd.4,v 1.11 2008/04/30 13:10:56 martin Exp $
.\" $NetBSD: fd.4,v 1.12 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -62,7 +62,7 @@ device encode the floppy density as follows:
.El
.Sh FORMATTING
The driver supports floppy disk formatting using the interfaces in
.Aq Pa sys/fdio.h :
.In sys/fdio.h :
.Pp
.Bl -tag -width FDIOCFORMAT_TRACK -compact
.It Dv FDIOCGETFORMAT Fa struct fdformat_parms

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fdc.4,v 1.2 2008/04/30 13:10:56 martin Exp $
.\" $NetBSD: fdc.4,v 1.3 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -61,7 +61,7 @@ device encode the floppy density as follows:
.El
.Sh FORMATTING
The driver supports floppy disk formatting using the interfaces in
.Aq Pa sys/fdio.h :
.In sys/fdio.h :
.Pp
.Bl -tag -width FDIOCFORMAT_TRACK -compact
.It Dv FDIOCGETFORMAT Fa struct fdformat_parms

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fd.4,v 1.10 2008/04/30 13:10:56 martin Exp $
.\" $NetBSD: fd.4,v 1.11 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -59,7 +59,7 @@ device encode the floppy density as follows:
.El
.Sh FORMATTING
The driver supports floppy disk formatting using the interfaces in
.Aq Pa sys/fdio.h :
.In sys/fdio.h :
.Pp
.Bl -tag -width FDIOCFORMAT_TRACK -compact
.It Dv FDIOCGETFORMAT Fa struct fdformat_parms

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mtc.4,v 1.9 2007/12/02 19:20:50 wiz Exp $
.\" $NetBSD: mtc.4,v 1.10 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1980, 1987, 1991 Regents of the University of California.
.\" All rights reserved.
@ -58,7 +58,7 @@ communicates with the host through
a packet protocol known as the Mass Storage Control Protocol
.Pq Tn MSCP .
Consult the file
.Aq Pa mscp/mscp.h
.In mscp/mscp.h
for a detailed description of this protocol.
.Sh SEE ALSO
.Xr intro 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uda.4,v 1.14 2009/04/11 22:20:43 wiz Exp $
.\" $NetBSD: uda.4,v 1.15 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -59,7 +59,7 @@ communicates with the host through
a packet protocol known as the Mass Storage Control Protocol
.Pq Tn MSCP .
Consult the file
.Aq Pa mscp/mscp.h
.In mscp/mscp.h
for a detailed description of this protocol.
.Sh SEE ALSO
.Xr intro 4

View File

@ -1,4 +1,4 @@
.\" $NetBSD: va.4,v 1.11 2003/08/07 10:31:14 agc Exp $
.\" $NetBSD: va.4,v 1.12 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -92,7 +92,7 @@ Printing should be turned off using
.Xr lpc 8 .
.Pp
To set the Benson-Varian into plot mode include the file
.Aq Pa sys/vcmd.h
.In sys/vcmd.h
and use the following
.Xr ioctl 2
call

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vp.4,v 1.11 2003/08/07 10:31:14 agc Exp $
.\" $NetBSD: vp.4,v 1.12 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -57,7 +57,7 @@ Printing should be turned off using
.Xr lpc 8 .
.Pp
To set the Versatec into plot mode you should include
.Aq Pa sys/vcmd.h
.In sys/vcmd.h
and use the
.Xr ioctl 2
call

View File

@ -1,4 +1,4 @@
.\" $NetBSD: midi.4,v 1.29 2009/04/10 17:08:32 joerg Exp $
.\" $NetBSD: midi.4,v 1.30 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1999-2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -381,7 +381,7 @@ sequencer.
Reads and writes of
.Pa /dev/music
pass eight-byte event structures defined in
.Aq Pa sys/midiio.h
.In sys/midiio.h
(which see for their documentation and examples of use).
Some events correspond to
.Tn MIDI
@ -622,16 +622,16 @@ Some
sequencer events and
.Xr ioctl 2
operations are unimplemented, as
.Aq Pa sys/midiio.h
.In sys/midiio.h
notes.
.Pp
.Tn OSS
source-compatible sequencer macros should be added to
.Aq Pa sys/soundcard.h ,
.In sys/soundcard.h ,
implemented with the
.Nx
ones in
.Aq Pa sys/midiio.h ,
.In sys/midiio.h ,
so sources written for OSS can be easily compiled.
.Pp
The sequencer blocks (or returns

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mtio.4,v 1.16 2004/05/11 22:42:47 wiz Exp $
.\" $NetBSD: mtio.4,v 1.17 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -135,10 +135,10 @@ A number of
.Xr ioctl 2
operations are available on raw magnetic tape.
Please see
.Aq Pa sys/mtio.h
.In sys/mtio.h
for their definitions.
.\" The following definitions are from
.\" .Aq Pa sys/mtio.h :
.\" .In sys/mtio.h :
.\" .Bd -literal
.\" there was a copy of sys/mtio.h here. silly.
.\" .Ed

View File

@ -24,7 +24,7 @@
.\" DEALINGS IN THE SOFTWARE.
.\"
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
.\" $NetBSD: multicast.4,v 1.4 2010/03/22 18:58:31 joerg Exp $
.\"
.Dd September 4, 2003
.Dt MULTICAST 4
@ -178,7 +178,7 @@ The
contains the
.Dv VIFF_*
flags as defined in
.Aq Pa netinet/ip_mroute.h .
.In netinet/ip_mroute.h .
The
.Va min_ttl_threshold
contains the minimum TTL a multicast data packet must have to be
@ -215,7 +215,7 @@ The
contains the
.Dv MIFF_*
flags as defined in
.Aq Pa netinet6/ip6_mroute.h .
.In netinet6/ip6_mroute.h .
The
.Va pif_index
is the physical interface index of the corresponding local interface.
@ -245,7 +245,7 @@ or
The IPv4 upcalls have
.Vt "struct igmpmsg"
header (see
.Aq Pa netinet/ip_mroute.h )
.In netinet/ip_mroute.h )
with field
.Va im_mbz
set to zero.
@ -257,7 +257,7 @@ set to zero.
The IPv6 upcalls have
.Vt "struct mrt6msg"
header (see
.Aq Pa netinet6/ip6_mroute.h )
.In netinet6/ip6_mroute.h )
with field
.Va im6_mbz
set to zero.
@ -427,9 +427,9 @@ in the future there will be IPv6 support as well.
Below is a summary of the expandable API solution.
Note that all new options and structures are defined
in
.Aq Pa netinet/ip_mroute.h
.In netinet/ip_mroute.h
and
.Aq Pa netinet6/ip6_mroute.h ,
.In netinet6/ip6_mroute.h ,
unless stated otherwise.
.Pp
The user-level process uses new

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rnd.4,v 1.15 2009/03/15 10:31:44 joerg Exp $
.\" $NetBSD: rnd.4,v 1.16 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1997 Michael Graff
.\" All rights reserved.
@ -158,7 +158,7 @@ Various
functions are available to control device behavior, gather statistics,
and add data to the entropy pool.
These are all defined in the
.Aq Pa sys/rnd.h
.In sys/rnd.h
file, along with the data types and constants.
.Pp
.Bl -tag -width RNDADDTOENTCNT

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sd.4,v 1.17 2005/06/20 13:25:24 peter Exp $
.\" $NetBSD: sd.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
@ -173,7 +173,7 @@ calls apply to
.Tn SCSI
disks as well as to other disks.
They are defined in the header file
.Aq Pa disklabel.h .
.In disklabel.h .
.Pp
.Bl -tag -width DIOCSDINFO
.\".It Dv DIOCSBAD

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ses.4,v 1.8 2009/04/10 13:41:09 wiz Exp $
.\" $NetBSD: ses.4,v 1.9 2010/03/22 18:58:31 joerg Exp $
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -63,7 +63,7 @@ calls apply to
.Em SES
devices.
They are defined in the header file
.Aq Pa scsipi/ses.h
.In scsipi/ses.h
(q.v.).
.Pp
.Bl -tag -width SESIOC_GETENCSTAT

View File

@ -1,4 +1,4 @@
.\" $NetBSD: speaker.4,v 1.13 2009/03/15 10:39:36 joerg Exp $
.\" $NetBSD: speaker.4,v 1.14 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@ -67,7 +67,7 @@ on a speaker file descriptor to control the speaker driver directly;
definitions for the
.Fn ioctl
interface are in
.Aq Pa machine/spkr.h .
.In machine/spkr.h .
The tone_t structure used in these calls has two fields,
specifying a frequency (in hz) and a duration (in 1/100ths of a second).
A frequency of zero is interpreted as a rest.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: st.4,v 1.24 2005/12/26 19:48:12 perry Exp $
.\" $NetBSD: st.4,v 1.25 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
@ -310,7 +310,7 @@ calls apply to
tapes.
Some also apply to other tapes.
They are defined in the header file
.Aq Pa sys/mtio.h .
.In sys/mtio.h .
.\"
.\" Almost all of this discussion belongs in a separate mt(4)
.\" manual page, since it is common to all magnetic tapes.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tcp.4,v 1.24 2009/05/13 13:01:02 wiz Exp $
.\" $NetBSD: tcp.4,v 1.25 2010/03/22 18:58:31 joerg Exp $
.\" $FreeBSD: tcp.4,v 1.11.2.16 2004/02/16 22:21:47 bms Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@ -124,7 +124,7 @@ Therefore,
provides a boolean option,
.Dv TCP_NODELAY
(from
.Aq Pa netinet/tcp.h ,
.In netinet/tcp.h ,
to defeat this algorithm.
.It Dv TCP_MAXSEG
By default, a sender- and receiver-TCP

View File

@ -1,4 +1,4 @@
.\" $NetBSD: termios.4,v 1.33 2009/12/25 02:33:50 mrg Exp $
.\" $NetBSD: termios.4,v 1.34 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -829,7 +829,7 @@ characteristics
do so by using the
.Nm
structure as defined in the header
.Aq Pa termios.h .
.In termios.h .
This structure contains minimally four scalar elements of bit flags
and one array of special characters.
The scalar flag elements are named:
@ -1520,7 +1520,7 @@ This table lists the array index, the corresponding special character,
and the system default value.
For an accurate list of
the system defaults, consult the header file
.Aq Pa ttydefaults.h .
.In ttydefaults.h .
.Pp
.Bl -column "Index Name" "Special Character" -offset indent -compact
.It Em "Index Name Special Character Default Value"
@ -1568,7 +1568,7 @@ The initial values of the flags and control characters
after
.Xr open 2
is set according to the values in the header
.Aq Pa sys/ttydefaults.h .
.In sys/ttydefaults.h .
.Sh SEE ALSO
.Xr tcsendbreak 3 ,
.Xr tcsetattr 3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tp.4,v 1.17 2005/05/25 00:13:24 snj Exp $
.\" $NetBSD: tp.4,v 1.18 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -164,7 +164,7 @@ supports several options
to control such things as negotiable options
in the protocol and protocol strategies.
The options are defined in
.Aq Pa netiso/tp_user.h ,
.In netiso/tp_user.h ,
and are described below.
.Pp
In the tables below,
@ -272,7 +272,7 @@ during a connection's lifetime.
It can only be used with
.Xr getsockopt 2 .
The structure it returns is described in
.Aq Pa netiso/tp_stat.h .
.In netiso/tp_stat.h .
.\" See
.\" .Xr tpperf 8 .
.It Dv TPOPT_FLAGS
@ -293,7 +293,7 @@ or
.Xr setsockopt 2
system call.
It is described in
.Aq Pa netiso/tp_user.h .
.In netiso/tp_user.h .
.Pp
The fields of the
.Ar tp_conn_param
@ -586,9 +586,9 @@ The
entity returns
.Va errno
error values as defined in
.Aq Pa sys/errno.h
.In sys/errno.h
and
.Aq Pa netiso/iso_errno.h .
.In netiso/iso_errno.h .
.\" User programs may print messages associated with these value by
.\" using an expanded version of
.\" .Xr perror 3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tty.4,v 1.25 2008/02/22 22:03:33 reed Exp $
.\" $NetBSD: tty.4,v 1.26 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -293,7 +293,7 @@ If the value of the int pointed to by
contains the
.Dv FREAD
bit as defined in
.Aq Pa sys/fcntl.h ,
.In sys/fcntl.h ,
then all characters in the input queue are cleared. If it contains
the
.Dv FWRITE
@ -314,7 +314,7 @@ and is the means by which most full\&-screen oriented programs determine the
screen size. The
.Va winsize
structure is defined in
.Aq Pa sys/ioctl.h .
.In sys/ioctl.h .
.It Dv TIOCSWINSZ Fa struct winsize *ws
Set the window size associated with the terminal to be the value in
the
@ -426,7 +426,7 @@ extensible.
Change to the new line discipline pointed to by
.Fa ldisc .
The old list of available line disciplines are listed in
.Aq Pa sys/ttycom.h
.In sys/ttycom.h
and are:
.Pp
.Bl -tag -width TIOCGWINSZ -compact

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uk.4,v 1.10 2003/06/27 18:50:20 wiz Exp $
.\" $NetBSD: uk.4,v 1.11 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1996
.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
@ -59,7 +59,7 @@ driver has no ioctls of its own but rather acts as a medium for the generic
.Xr scsi 4
ioctls.
These are described in
.Aq Pa sys/scsiio.h .
.In sys/scsiio.h .
.Sh FILES
.Bl -tag -width /dev/uk[0-255] -compact
.It Pa /dev/uk[0-255]

View File

@ -1,4 +1,4 @@
.\" $NetBSD: unix.4,v 1.20 2009/08/23 19:32:16 joerg Exp $
.\" $NetBSD: unix.4,v 1.21 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -59,7 +59,7 @@ filesystem pathnames for addressing.
addresses are variable-length filesystem pathnames of
at most 104 characters.
The include file
.Aq Pa sys/un.h
.In sys/un.h
defines this address:
.Bd -literal -offset indent
struct sockaddr_un {
@ -89,7 +89,7 @@ and
can be calculated by the macro
.Fn SUN_LEN
defined in
.Aq Pa sys/un.h .
.In sys/un.h .
The
.Ar sun_path
field must be terminated by a NUL character to be used with
@ -145,7 +145,7 @@ Any valid descriptor may be sent in a message.
The file descriptor(s) to be passed are described using a
.Ar struct cmsghdr
that is defined in the include file
.Aq Pa sys/socket.h .
.In sys/socket.h .
The type of the message is
.Dv SCM_RIGHTS ,
and the data portion of the messages is an array of integers
@ -189,7 +189,7 @@ control message.
The msg_control field in the msghdr structure points
to a buffer that contains a cmsghdr structure followed by a variable
length sockcred structure, defined in
.Aq Pa sys/socket.h
.In sys/socket.h
as follows:
.Bd -literal
struct sockcred {
@ -221,7 +221,7 @@ struct unpcbid {
};
.Ed
as defined in
.Aq Pa sys/un.h .
.In sys/un.h .
.Pp
The
.Fn SOCKCREDSIZE

View File

@ -1,4 +1,4 @@
.\" $NetBSD: usb.4,v 1.91 2009/05/18 00:07:47 snj Exp $
.\" $NetBSD: usb.4,v 1.92 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -445,7 +445,7 @@ can destroy the bus integrity.
.El
.Pp
The include file
.Aq Pa dev/usb/usb.h
.In dev/usb/usb.h
contains definitions for the types used by the various
.Xr ioctl 2
calls.
@ -462,7 +462,7 @@ and
macros to handle byte order and alignment properly.
.Pp
The include file
.Aq Pa dev/usb/usbhid.h
.In dev/usb/usbhid.h
similarly contains the definitions for
Human Interface Devices
.Pq Tn HID .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: wsdisplay.4,v 1.34 2009/03/09 19:24:28 joerg Exp $
.\" $NetBSD: wsdisplay.4,v 1.35 2010/03/22 18:58:31 joerg Exp $
.\"
.\" Copyright (c) 1999 Matthias Drochner.
.\" Copyright (c) 2002 Ben Harris.
@ -183,12 +183,12 @@ calls are provided by the
.Nm
driver or by devices which use it.
Their definitions are found in
.Aq Pa dev/wscons/wsconsio.h .
.In dev/wscons/wsconsio.h .
.Bl -tag -width Dv
.It Dv WSDISPLAYIO_GTYPE Pq Li int
Retrieve the type of the display.
The list of types is in
.Aq Pa dev/wscons/wsconsio.h .
.In dev/wscons/wsconsio.h .
.It Dv WSDISPLAYIO_GINFO Pq Li "struct wsdisplay_fbinfo"
Retrieve basic information about a framebuffer display.
The returned structure is as follows:

View File

@ -1,4 +1,4 @@
.\" $NetBSD: a.out.5,v 1.19 2004/10/04 19:12:52 rumble Exp $
.\" $NetBSD: a.out.5,v 1.20 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,7 +43,7 @@
.In a.out.h
.Sh DESCRIPTION
The include file
.Aq Pa a.out.h
.In a.out.h
declares three structures and several macros.
The structures describe the format of
executable machine code files
@ -399,7 +399,7 @@ and
.Dv AUX_OBJECT
.Po
see
.Aq Pa link.h
.In link.h
for their definitions
.Pc .
.Dv AUX_FUNC

View File

@ -1,4 +1,4 @@
.\" $NetBSD: core.5,v 1.24 2008/05/02 18:11:05 martin Exp $
.\" $NetBSD: core.5,v 1.25 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -251,7 +251,7 @@ header file.
The core file consists of a core header followed by a number of
segments. Each segment is preceded by a core segment header.
Both the core header and core segment header are defined in
.Aq Pa sys/core.h .
.In sys/core.h .
.Pp
The core header,
.Fa struct core ,
@ -286,7 +286,7 @@ These values may be extracted with the
and
.Fn CORE_GETFLAG
macros. The machine ID values are listed in
.Aq Pa sys/exec_aout.h .
.In sys/exec_aout.h .
For a valid core file, the magic value in the header must be
.Dv COREMAGIC .
No flags are defined for the core header.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dir.5,v 1.21 2008/10/31 14:15:12 christos Exp $
.\" $NetBSD: dir.5,v 1.22 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -75,7 +75,7 @@ partitioned area of such a disk.
.Xr mount 8 . )
.Pp
The directory entry format is defined in the file
.Aq Pa sys/dirent.h :
.In sys/dirent.h :
.Bd -literal
/*
* A directory entry has a struct dirent at the front of it, containing

View File

@ -1,4 +1,4 @@
.\" $NetBSD: elf.5,v 1.14 2008/04/30 13:10:57 martin Exp $
.\" $NetBSD: elf.5,v 1.15 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -39,7 +39,7 @@
Because of the flexible nature of ELF, the structures describing it are
available both as 32bit and 64bit versions. This document uses the 32bit
versions, refer to
.Aq Pa elf.h
.In elf.h
for the corresponding 64bit versions.
.Pp
The four main types of an ELF object file are:

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fs.5,v 1.17 2005/12/26 19:48:12 perry Exp $
.\" $NetBSD: fs.5,v 1.18 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -42,9 +42,9 @@
.In ufs/ufs/inode.h
.Sh DESCRIPTION
The files
.Aq Pa ufs/ffs/fs.h
.In ufs/ffs/fs.h
and
.Aq Pa ufs/ufs/inode.h
.In ufs/ufs/inode.h
declare several structures and define variables and macros
which are used to create and manage the underlying format of
file system objects on random access devices (disks).
@ -67,7 +67,7 @@ that is of size
.Dv SBSIZE .
The following structure described the super-block and is
from the file
.Aq Pa ufs/ffs/fs.h :
.In ufs/ffs/fs.h :
.Bd -literal
#define FS_MAGIC 0x011954
struct fs {
@ -360,7 +360,7 @@ each current directory, each mounted-on file,
text file, and the root.
An inode is `named' by its device/i-number pair.
For further information, see the include file
.Aq Pa ufs/ufs/inode.h .
.In ufs/ufs/inode.h .
.Sh SEE ALSO
.Xr newfs 8
.Sh HISTORY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: link.5,v 1.22 2008/04/30 13:10:57 martin Exp $
.\" $NetBSD: link.5,v 1.23 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -37,7 +37,7 @@
.In link.h
.Sh DESCRIPTION
The include file
.Aq Pa link.h
.In link.h
declares several structures that are present in dynamically linked
programs and libraries.
The structures define the interface between several components of the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: stab.5,v 1.13 2003/08/07 10:31:17 agc Exp $
.\" $NetBSD: stab.5,v 1.14 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -39,7 +39,7 @@
.In stab.h
.Sh DESCRIPTION
The file
.Aq Pa stab.h
.In stab.h
defines some of the symbol table
.Fa n_type
field values for a.out files.
@ -91,7 +91,7 @@ The low bits of the
field are used to place a symbol into
at most one segment, according to
the following masks, defined in
.Aq Pa a.out.h .
.In a.out.h .
A symbol can be in none of these segments by having none of these segment
bits set.
.Bd -literal

View File

@ -1,4 +1,4 @@
.\" $NetBSD: statvfs.5,v 1.11 2009/04/10 22:28:48 ad Exp $
.\" $NetBSD: statvfs.5,v 1.12 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,7 +40,7 @@
.In sys/statvfs.h
.Sh DESCRIPTION
The
.Aq Pa sys/statvfs.h
.In sys/statvfs.h
header defines the structures and functions that
return information about a mounted file system.
The
@ -184,6 +184,6 @@ can be easily computed as:
.Xr statvfs 2
.Sh HISTORY
The
.Aq Pa sys/statvfs.h
.In sys/statvfs.h
header first appeared in
.Nx 3.0 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: types.5,v 1.12 2006/01/12 20:35:42 wiz Exp $
.\" $NetBSD: types.5,v 1.13 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -39,7 +39,7 @@
.In sys/types.h
.Sh DESCRIPTION
The file
.Aq Pa sys/types.h
.In sys/types.h
contains the defined data types used in the kernel (most are
used throughout the system).
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: utmp.5,v 1.15 2006/09/18 21:10:34 hubertf Exp $
.\" $NetBSD: utmp.5,v 1.16 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -41,7 +41,7 @@
.In utmp.h
.Sh DESCRIPTION
The file
.Aq Pa utmp.h
.In utmp.h
declares the structures used to record information about current
users in the file
.Nm utmp ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: utmpx.5,v 1.7 2008/04/30 13:10:57 martin Exp $
.\" $NetBSD: utmpx.5,v 1.8 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -50,7 +50,7 @@ reserve more space for logging hostnames, and also
information on a process' ID, termination signal and exit status.
.Pp
The
.Aq Pa utmpx.h
.In utmpx.h
header defines the structures and functions for logging user.
Currently logged in users are tracked in
.Pa /var/run/utmpx ,

View File

@ -1,4 +1,4 @@
.\" $NetBSD: environ.7,v 1.21 2005/07/05 19:46:02 kleink Exp $
.\" $NetBSD: environ.7,v 1.22 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -129,7 +129,7 @@ NLS rules and symbols for formatting time and date information.
Control how the
.Fn _DIAGASSERT
macro (from
.Aq Pa assert.h )
.In assert.h )
behaves once the assertion is raised.
Refer to
.Xr _DIAGASSERT 3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: script.7,v 1.5 2008/04/30 13:10:57 martin Exp $
.\" $NetBSD: script.7,v 1.6 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -113,7 +113,7 @@ line, excluding the
itself, is limited to
.Dv PATH_MAX
(as defined in
.Aq Pa limits.h ) .
.In limits.h ) .
Other operating systems impose much smaller limits on the length of
the
.Dq #!

View File

@ -1,4 +1,4 @@
.\" $NetBSD: signal.7,v 1.14 2009/02/27 13:44:45 christos Exp $
.\" $NetBSD: signal.7,v 1.15 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -32,7 +32,7 @@
.Nd signal facilities
.Sh DESCRIPTION
The
.Aq Pa signal.h
.In signal.h
header file defines the following signals:
.Pp
.Bl -column "99" "SIGVTALARM" "terminate process" -compact

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sysctl.7,v 1.32 2010/02/21 14:26:33 wiz Exp $
.\" $NetBSD: sysctl.7,v 1.33 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -70,7 +70,7 @@ See the
manual page for programming examples.
.Sh Top level names
The top level names are defined with a CTL_ prefix in
.Aq Pa sys/sysctl.h ,
.In sys/sysctl.h ,
and are as follows.
The next and subsequent levels down are found in the include files
listed here, and described in separate sections below.
@ -773,19 +773,19 @@ Return information on the System V style message facility.
The
.Sy msg_sysctl_info
structure is defined in
.Aq Pa sys/msg.h .
.In sys/msg.h .
.It Li KERN_SYSVIPC_SEM_INFO
Return information on the System V style semaphore facility.
The
.Sy sem_sysctl_info
structure is defined in
.Aq Pa sys/sem.h .
.In sys/sem.h .
.It Li KERN_SYSVIPC_SHM_INFO
Return information on the System V style shared memory facility.
The
.Sy shm_sysctl_info
structure is defined in
.Aq Pa sys/shm.h .
.In sys/shm.h .
.El
.It Li kern.ipc.shmmax ( KERN_SYSVIPC_SHMMAX )
Max shared memory segment size in bytes.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: boot.8,v 1.12 2009/09/05 11:37:52 wiz Exp $
.\" $NetBSD: boot.8,v 1.13 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -111,10 +111,10 @@ immediately by a pathname.
.Pp
The scripts may be modified for local configuration if necessary.
The flags are placed in register 11 (as defined in
.Aq Pa sys/reboot.h ) .
.In sys/reboot.h ) .
The boot device is specified in register 10.
The encoding of this register is also defined in
.Aq Pa sys/reboot.h .
.In sys/reboot.h .
The current encoding has a historical basis, and is shown in the following
table:
.Pp

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bus_dma.9,v 1.48 2009/03/15 13:46:19 joerg Exp $
.\" $NetBSD: bus_dma.9,v 1.49 2010/03/22 18:58:32 joerg Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -97,7 +97,7 @@ Provide a bus- and machine-independent "DMA mapping interface."
.Sh NOTES
All data structures, function prototypes, and macros will be defined
by the port-specific header
.Aq Pa machine/bus.h .
.In machine/bus.h .
Note that this document
assumes the existence of types already defined by the current "bus.h"
interface.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bus_space.9,v 1.37 2009/03/10 10:30:28 joerg Exp $
.\" $NetBSD: bus_space.9,v 1.38 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -347,7 +347,7 @@ functions exist to allow device drivers
machine-independent access to bus memory and register areas.
All of the functions and types described in this document can be used
by including the
.Aq Pa machine/bus.h
.In machine/bus.h
header file.
.Pp
Many common devices are used on multiple architectures, but are accessed
@ -377,7 +377,7 @@ functions.
Implementations are encouraged to implement prototyped (type-checked)
versions of these interfaces, but may implement them as macros if appropriate.
Machine-dependent types, variables, and functions should be marked clearly in
.Aq Pa machine/bus.h
.In machine/bus.h
to avoid confusion with the
machine-independent types and functions, and, if possible, should be
given names which make the machine-dependence clear.
@ -493,7 +493,7 @@ Functions which take a count of bytes have undefined results if the specified
is zero.
.Sh TYPES
Several types are defined in
.Aq Pa machine/bus.h
.In machine/bus.h
to facilitate use of the
.Nm
functions by drivers.
@ -1603,7 +1603,7 @@ Drivers that were written to the
old, deprecated specification can be compiled by defining the
.Dv __BUS_SPACE_COMPAT_OLDDEFS
preprocessor symbol before including
.Aq Pa machine/bus.h .
.In machine/bus.h .
.Sh SEE ALSO
.Xr bus_dma 9 ,
.Xr mb 9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: errno.9,v 1.4 2004/12/05 16:20:43 atatat Exp $
.\" $NetBSD: errno.9,v 1.5 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -61,7 +61,7 @@ value to userland or simply zero.
.Pp
The following is a list of the defined names and their meanings as
given in
.Aq Pa errno.h .
.In errno.h .
It is important to note that the value \-1 is
.Em not
used, since it is commonly used to indicate generic failure and leaves

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ethersubr.9,v 1.21 2010/01/25 20:09:15 jruoho Exp $
.\" $NetBSD: ethersubr.9,v 1.22 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -178,12 +178,12 @@ UCB CSRG (original implementation)
Ignatios Souvatzis (support for new ARP system)
.Sh CODE REFERENCES
Ethernet support functions are declared in
.Aq Pa net/if_ether.h
.In net/if_ether.h
and defined (if not implemented as macro) in
.Pa /usr/src/sys/net/if_ethersubr.c .
.Pp
FDDI support functions are declared in
.Aq Pa net/if_fddi.h
.In net/if_fddi.h
and defined (if not implemented as macro) in
.Pa /usr/src/sys/net/if_fddisubr.c .
.Sh HISTORY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: knote.9,v 1.12 2008/04/30 13:10:58 martin Exp $
.\" $NetBSD: knote.9,v 1.13 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2001, 2002, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -49,7 +49,7 @@ in the form of a
which is a
.Fa struct knote
as defined in
.Aq Pa sys/event.h .
.In sys/event.h .
.Pp
.Fn knote
takes a singly linked

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pci_configure_bus.9,v 1.14 2006/02/24 21:57:22 wiz Exp $
.\" $NetBSD: pci_configure_bus.9,v 1.15 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright 2001 Wasabi Systems, Inc.
.\" All rights reserved.
@ -119,7 +119,7 @@ by
on certain PCI devices, such as PCI host bridges or PCI bus analyzers
which are instantiated as devices on the bus.
In order for this to take place, the header
.Aq Pa machine/pci_machdep.h
.In machine/pci_machdep.h
must define the
.Dv __HAVE_PCI_CONF_HOOK
symbol (without a value), and a machine-dependent function

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pci_intr.9,v 1.13 2008/05/02 21:36:23 martin Exp $
.\" $NetBSD: pci_intr.9,v 1.14 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -54,9 +54,9 @@ The
functions exist to allow device drivers machine-independent access to
PCI bus interrupts.
The functions described in this page are typically declared in a port's
.Aq Pa machine/pci_machdep.h
.In machine/pci_machdep.h
header file; however, drivers should generally include
.Aq Pa dev/pci/pcivar.h
.In dev/pci/pcivar.h
to get other PCI-specific declarations as well.
.Pp
Each driver has an

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pfil.9,v 1.31 2008/05/29 14:51:25 mrg Exp $
.\" $NetBSD: pfil.9,v 1.32 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@ -153,7 +153,7 @@ interface first appeared in
The
.Nm
input and output lists were originally implemented as
.Aq Pa sys/queue.h
.In sys/queue.h
.Dv LIST
structures;
however this was changed in

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pmap.9,v 1.41 2009/11/07 08:52:26 wiz Exp $
.\" $NetBSD: pmap.9,v 1.42 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -153,7 +153,7 @@ module may use whatever optimizations it has available to reduce
the expense of virtual-to-physical mapping synchronization.
.Ss HEADER FILES AND DATA STRUCTURES
Machine-dependent code must provide the header file
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
This file contains the definition of the
.Dv pmap
structure:
@ -171,7 +171,7 @@ implementation uses.
Note that all prototypes for
.Nm
interface functions are provided by the header file
.Aq Pa uvm/uvm_pmap.h .
.In uvm/uvm_pmap.h .
It is possible to override this behavior by defining the
C pre-processor macro
.Dv PMAP_EXCLUDE_DECLS .
@ -183,7 +183,7 @@ module, for example.
If the
.Dv PMAP_EXCLUDE_DECLS
macro is defined,
.Aq Pa machine/pmap.h
.In machine/pmap.h
.Em must
provide function prototypes in a block like so:
.Bd -literal -offset indent
@ -195,7 +195,7 @@ __END_DECLS
.Ed
.Pp
The header file
.Aq Pa uvm/uvm_pmap.h
.In uvm/uvm_pmap.h
defines a structure for tracking
.Nm
statistics (see below).
@ -720,7 +720,7 @@ implementation does not delay virtual-to-physical mapping updates,
.Fn pmap_update
has no operation.
In this case, the call may be deleted using a C pre-processor macro in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.It void Fn "pmap_activate" "struct lwp *l"
Activate the physical map used by the process behind lwp
.Fa l .
@ -935,7 +935,7 @@ The
function is enabled by defining the C pre-processor macro
.Dv PMAP_STEAL_MEMORY
in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.It vaddr_t Fn "pmap_growkernel" "vaddr_t maxkvaddr"
Management of the kernel virtual address space is complicated by the
fact that it is not always safe to wait for resources with which to
@ -971,7 +971,7 @@ The
function is enabled by defining the C pre-processor macro
.Dv PMAP_GROWKERNEL
in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.It void Fn "pmap_fork" "pmap_t src_map" "pmap_t dst_map"
Some
.Nm
@ -1000,7 +1000,7 @@ The
function is enabled by defining the C pre-processor macro
.Dv PMAP_FORK
in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.It vaddr_t Fn "PMAP_MAP_POOLPAGE" "paddr_t pa"
This function is used by the
.Xr pool 9
@ -1019,7 +1019,7 @@ It must always succeed.
The use of
.Fn PMAP_MAP_POOLPAGE
is enabled by defining it as a C pre-processor macro in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
If
.Fn PMAP_MAP_POOLPAGE
is defined,
@ -1045,7 +1045,7 @@ provided kernel-accessible address.
The use of
.Fn PMAP_UNMAP_POOLPAGE
is enabled by defining it as a C pre-processor macro in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
If
.Fn PMAP_UNMAP_POOLPAGE
is defined,
@ -1078,7 +1078,7 @@ indicates if the machine dependent pmap uses the topdown VM.
The use of
.Fn PMAP_PREFER
is enabled by defining it as a C pre-processor macro in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.Pp
.It void Fn "pmap_procwr" "struct proc *p" "vaddr_t va" "vsize_t size"
Synchronize CPU instruction caches of the specified range.
@ -1092,7 +1092,7 @@ The use of
is enabled by defining a C pre-processor macro
.Dv PMAP_NEED_PROCWR
in
.Aq Pa machine/pmap.h .
.In machine/pmap.h .
.El
.Sh SEE ALSO
.Xr uvm 9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pmc.9,v 1.9 2009/03/12 12:42:12 joerg Exp $
.\" $NetBSD: pmc.9,v 1.10 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2002, 2005 Wasabi Systems, Inc.
.\" All rights reserved.
@ -112,7 +112,7 @@ All function calls in this interface may be defined as
macros.
If any function is not implemented as a macro, its prototype must be
defined by the port-specific header
.Aq Pa machine/pmc.h .
.In machine/pmc.h .
.Pp
Counters are numbered from 0 to
.Dv N\-1

View File

@ -1,4 +1,4 @@
.\" $NetBSD: scsipi.9,v 1.24 2009/10/19 18:41:10 bouyer Exp $
.\" $NetBSD: scsipi.9,v 1.25 2010/03/22 18:58:33 joerg Exp $
.\"
.\"
.\" Copyright (c) 2001 Manuel Bouyer.
@ -189,7 +189,7 @@ adapter's ID on this channel
.It Va int chan_defquirks
default device quirks.
Quirks are defined in
.Aq Pa dev/scsipi/scsipiconf.h
.In dev/scsipi/scsipiconf.h
and are usually set in the middle layer based on the device's inquiry
data.
For some kinds of adapters it may be convenient to have a set of
@ -222,7 +222,7 @@ pointer to the device's
pointer to the channel the device is connected to
.It Va int periph_quirks
device quirks, defined in
.Aq Pa dev/scsipi/scsipiconf.h
.In dev/scsipi/scsipiconf.h
.It Va int periph_target
target ID, or drive number on ATAPI
.It Va int periph_lun

View File

@ -1,4 +1,4 @@
.\" $NetBSD: todr.9,v 1.15 2008/04/30 13:10:58 martin Exp $
.\" $NetBSD: todr.9,v 1.16 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 2000, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -108,7 +108,7 @@ The
.Fn todr_*
functions return 0 if the requested operation was successful;
otherwise an error code from
.Aq Pa sys/errno.h
.In sys/errno.h
shall be returned.
However, behaviour is undefined if an invalid
.Fa todr_chip_handle_t

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uiomove.9,v 1.14 2008/04/30 13:10:58 martin Exp $
.\" $NetBSD: uiomove.9,v 1.15 2010/03/22 18:58:33 joerg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -51,7 +51,7 @@ The
argument is a pointer to a
.Fa struct uio
as defined by
.Aq Pa sys/uio.h :
.In sys/uio.h :
.Bd -literal
struct uio {
struct iovec *uio_iov; /* pointer to array of iovecs */