Use standard section headers.

This commit is contained in:
wiz 2001-09-10 23:32:29 +00:00
parent c30b958988
commit 1f8c01ef58
21 changed files with 46 additions and 46 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: link.5,v 1.11 2001/06/19 12:34:27 wiz Exp $
.\" $NetBSD: link.5,v 1.12 2001/09/10 23:38:45 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -615,6 +615,6 @@ The number of valid entries in
.It Fa hi_next
Next bucket in case of hashing collisions.
.El
.Sh CAVEATS
.Sh BUGS
Only the (GNU) C compiler currently supports the creation of shared libraries.
Other programming languages can not be used.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ttyaction.5,v 1.5 2001/09/08 01:29:09 wiz Exp $
.\" $NetBSD: ttyaction.5,v 1.6 2001/09/10 23:38:46 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -94,7 +94,7 @@ console * chown ${USER}:tty /dev/mouse
will
.Fa chown
the mouse appropriately when the console owner changes.
.Sh EXAMPLE
.Sh EXAMPLES
Here are some more example records:
.Bd -literal -offset indent
tty0 login /somewhere/tty_setup ${TTY}

View File

@ -1,4 +1,4 @@
.\" $NetBSD: installboot.8,v 1.13 2001/09/05 23:53:23 wiz Exp $
.\" $NetBSD: installboot.8,v 1.14 2001/09/10 23:32:29 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -95,7 +95,7 @@ boot program in the bootblock area on
.Bd -literal -offset indent
installboot /usr/mdec/xxboot /dev/rsd0a
.Ed
.Sh CAVEATS
.Sh BUGS
If
.Nm
is accidentally used on the whole disk partition, the RDB will be overwritten,
@ -113,7 +113,7 @@ Most 68060 boards, unlike the DraCo, don't set the SysBase->AttnFlags
bit for the 68060 CPU (a patch program which is called during
AmigaOS startup does this). You need to add options BB060STUPIDROM
to your kernel to boot on such a machine.
.Sh BUGS
.Pp
There is currently no easy way to edit the RDB from within
.Nx .
Therefore, you have to use HDTOOLBOX or a similar tool to

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ahdilabel.8,v 1.5 2001/08/20 12:00:49 wiz Exp $
.\" $NetBSD: ahdilabel.8,v 1.6 2001/09/10 23:32:30 wiz Exp $
.\"
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -148,7 +148,7 @@ Quit
.Sh EXAMPLES
.Dl ahdilabel sd0
Edit the AHDI label for disk sd0.
.Sh CAVEATS
.Sh BUGS
The changes made to the AHDI partitions will become active on the next
.Em first open
of the disk. You are advised to use

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bootpref.8,v 1.7 2001/09/05 23:53:23 wiz Exp $
.\" $NetBSD: bootpref.8,v 1.8 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -194,15 +194,15 @@ All strings can be specified by their shortest abbreviation
If no parameters are specified,
.Nm bootpref
shows the current boot preferences.
.Sh AUTHOR
.Sh AUTHORS
.An Julian Coleman
.Sh CAVEATS
.Sh BUGS
Setting the boot os to
.Ar none
will cause the machine not to boot from the hard disk.
.Pp
The majority of the parameters are not used under
.Nx
.Nx .
.Sh SEE ALSO
.Xr installboot 8
.Sh HISTORY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: installboot.8,v 1.7 2001/04/21 14:40:03 wiz Exp $
.\" $NetBSD: installboot.8,v 1.8 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -120,7 +120,7 @@ boot programs in the bootblock area on
.Bd -literal -offset indent
installboot sd0
.Ed
.Sh CAVEATS
.Sh BUGS
.Nm
knows too much about kernel internal details, forcing it to
check the running kernel's release and revision.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: drtest.8,v 1.8 2001/09/05 23:53:25 wiz Exp $
.\" $NetBSD: drtest.8,v 1.9 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -62,7 +62,7 @@ While
.Nm
is running, the cylinder number is printed on
the console for every 10th cylinder read.
.Sh EXAMPLE
.Sh EXAMPLES
A sample run of
.Xr drtest
is shown below.
@ -107,7 +107,7 @@ where
.Sh SEE ALSO
.Xr format 8 ,
.Xr bad144 8
.Sh AUTHOR
.Sh AUTHORS
Helge Skrivervik
.Sh HISTORY
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: newdisk.8,v 1.2 2001/04/21 14:46:35 wiz Exp $
.\" $NetBSD: newdisk.8,v 1.3 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1998 MINOURA Makoto.
.\" All rights reserved.
@ -73,7 +73,7 @@ The default primary boot program.
.Sh SEE ALSO
.Xr boot 8 ,
.Xr installboot 8
.Sh AUTHOR
.Sh AUTHORS
.Nm
was written by MINOURA Makoto <minoura@netbsd.org>.
.Sh HISTORY

View File

@ -1,4 +1,4 @@
.\" $NetBSD: poffd.8,v 1.5 1999/12/30 22:31:20 simonb Exp $
.\" $NetBSD: poffd.8,v 1.6 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1995 MINOURA Makoto.
.\" All rights reserved.
@ -77,7 +77,7 @@ is omitted, `/sbin/shutdown -r +1' is executed instead.
.Xr pow 4 ,
.Xr rtcalarm 8 ,
.Xr shutdown 8
.Sh AUTHOR
.Sh AUTHORS
.Nm
was written by MINOURA Makoto <minoura@flab.fujitsu.co.jp>.
.Sh SPECIAL THANKS

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rtcalarm.8,v 1.5 2000/11/07 06:43:34 lukem Exp $
.\" $NetBSD: rtcalarm.8,v 1.6 2001/09/10 23:32:30 wiz Exp $
.\"
.\" Copyright (c) 1995 MINOURA Makoto.
.\" All rights reserved.
@ -71,6 +71,6 @@ displays the current settings of the alarm timer.
Note that setting the alarm timer is allowed only for the super user.
.Sh SEE ALSO
.Xr pow 4
.Sh AUTHOR
.Sh AUTHORS
.Nm
was written by MINOURA Makoto <minoura@flab.fujitsu.co.jp>.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bus_dma.9,v 1.19 2001/09/03 00:37:54 uwe Exp $
.\" $NetBSD: bus_dma.9,v 1.20 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -724,7 +724,7 @@ value to be interpreted by the device pager.
.El
.Sh SEE ALSO
.Xr bus_space 9
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
interface was designed and implemented by Jason R. Thorpe of the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: cnmagic.9,v 1.5 2001/06/21 11:59:00 wiz Exp $
.\" $NetBSD: cnmagic.9,v 1.6 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 2000 Eduardo Horvath
.\" All rights reserved.
@ -180,7 +180,7 @@ Returns
.Li 0
on success or a non-zero error value.
.El
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
console magic key sequence management framework was designed and implemented by

View File

@ -1,4 +1,4 @@
.\" $NetBSD: disk.9,v 1.13 2001/06/21 11:59:00 wiz Exp $
.\" $NetBSD: disk.9,v 1.14 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1995, 1996 Jason R. Thorpe.
.\" All rights reserved.
@ -357,7 +357,7 @@ They are located in
.Pa sys/dev/ccd.c
and
.Pa sys/dev/vnd.c .
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
generic disk framework was architected and implemented by

View File

@ -1,4 +1,4 @@
.\" $NetBSD: evcnt.9,v 1.3 2001/05/06 23:48:33 wiz Exp $
.\" $NetBSD: evcnt.9,v 1.4 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 2000 Christopher G. Demetriou
.\" All rights reserved.
@ -293,7 +293,7 @@ The
source file
.Pa usr.bin/vmstat/vmstat.c
shows an example of how to access event counters from user programs.
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
generic event counter framework was designed and implemented by

View File

@ -1,4 +1,4 @@
.\" $NetBSD: extent.9,v 1.19 2001/09/04 02:51:15 wiz Exp $
.\" $NetBSD: extent.9,v 1.20 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -371,7 +371,7 @@ Function prototypes for the framework are located in
The i386 bus management code uses the extent manager for managing I/O
ports and I/O memory. This code is in the file
.Pa sys/arch/i386/i386/machdep.c .
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
extent manager was architected and implemented by Jason

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ioctl.9,v 1.9 2001/07/26 14:29:09 bjh21 Exp $
.\" $NetBSD: ioctl.9,v 1.10 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -162,7 +162,7 @@ to it or sizeof(struct foo)
In order for the new ioctl to be known to the system it is installed
in either <sys/ioctl.h> or one of the files that are reached from
<sys/ioctl.h>.
.Sh EXAMPLE
.Sh EXAMPLES
#define FOOIOCTL _IOWR('i',23,int)

View File

@ -1,4 +1,4 @@
.\" $NetBSD: linedisc.9,v 1.3 2001/04/09 17:13:19 wiz Exp $
.\" $NetBSD: linedisc.9,v 1.4 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 2000 Christopher G. Demetriou.
.\" All rights reserved.
@ -90,7 +90,7 @@ be found or removed
will return
.Dv NULL .
.El
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
extensible line discipline framework was created by

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bioscall.9,v 1.3 2001/06/21 12:03:29 wiz Exp $
.\" $NetBSD: bioscall.9,v 1.4 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -77,7 +77,7 @@ The
structure is defined to contain structures for each register, to allow
access to 32-, 16- or 8-bit wide sections of the registers.
Definitions are provided which simplify access to the union members.
.Sh RETURN VALUE
.Sh RETURN VALUES
.Nm
fills in
.Fa *regs

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pmap.9,v 1.8 2001/09/10 21:25:23 chris Exp $
.\" $NetBSD: pmap.9,v 1.9 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -1021,7 +1021,7 @@ For this reason, it is recommended that
implementations leave the body of the
.Fn pmap_copy
function empty for now.
.Sh AUTHOR
.Sh AUTHORS
The original Mach VAX
.Nm
module was written by

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rnd.9,v 1.8 2001/09/04 02:51:16 wiz Exp $
.\" $NetBSD: rnd.9,v 1.9 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -170,7 +170,7 @@ is permitted, and the device does not need to be attached.
.Sh HISTORY
The random device was introduced in
.Nx 1.3 .
.Sh AUTHOR
.Sh AUTHORS
This implementation was written by Michael Graff <explorer@flame.org>
using ideas and algorithms gathered from many sources, including
the driver written by Ted Ts'o.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: softintr.9,v 1.6 2001/09/04 02:51:16 wiz Exp $
.\" $NetBSD: softintr.9,v 1.7 2001/09/10 23:36:57 wiz Exp $
.\"
.\" Copyright (c) 2000 Christopher G. Demetriou.
.\" All rights reserved.
@ -124,7 +124,7 @@ immediately.
can safely be called multiple times before the
callback routine is invoked.
.El
.Sh AUTHOR
.Sh AUTHORS
The
.Nx
machine-independent software interrupt framework was designed by