mdoc(7) police: use certified section headers wherever possible.

This commit is contained in:
Ruslan Ermilov 2000-11-17 11:44:16 +00:00
parent 0381c6e5ba
commit 251c176f41
106 changed files with 121 additions and 119 deletions

@ -47,5 +47,5 @@ resulting is much smaller....
.Sh SEE ALSO
Wargames,
the movie (an MGM production, PGP 13, directed by John Badham, 1983).
.Sh AUTHOR
.Sh AUTHORS
This manual page was written by Joey Hess <joeyh@kitenet.net>.

@ -296,7 +296,7 @@ or
.Xr signal 3 ,
.Xr sigsetops 3 ,
.Xr tty 4
.Sh EXAMPLE
.Sh EXAMPLES
On the
.Tn VAX\-11
The handler routine can be declared:

@ -95,5 +95,5 @@ The
.Fn basename
function first appeared in
.Ox 2.2 .
.Sh AUTHOR
.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>

@ -102,5 +102,5 @@ The
.Fn dirname
function first appeared in
.Ox 2.2 .
.Sh AUTHOR
.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>

@ -123,7 +123,7 @@ function waits for the associated process to terminate
and returns the exit status of the command
as returned by
.Fn wait4 .
.Sh RETURN VALUE
.Sh RETURN VALUES
The
.Fn popen
function returns

@ -100,7 +100,7 @@ The
function makes no effort to ensure that
.Fa path
refers to a shared memory object.
.Sh PORTABILITY
.Sh COMPATIBILITY
The
.Fa path
argument does not necessarily represent a pathname (although it does in this

@ -98,7 +98,7 @@ or
The caller attempted to use a descriptor that would
circumvent protection or cause a failure.
.El
.Sh REFERENCES
.Sh SEE ALSO
i386 Microprocessor Programmer's Reference Manual, Intel
.Sh WARNING
You can really hose your process using this.

@ -123,7 +123,7 @@ remains valid in a process until that process closes it, or
until a successful call to one of the
.Xr exec 3
function.
.Sh RETURN VALUE
.Sh RETURN VALUES
Upon successful completion,
.Fn catopen
returns a message catalog descriptor.

@ -172,7 +172,7 @@ function multiple times.
This is an extension to the
.St -p1003.2
specification.
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -literal -compact
int bflag, ch, fd;

@ -95,7 +95,7 @@ The argument
will be set to point to the ``value'' portion of the token, or
.Dv NULL
if no ``value'' portion was present.
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -literal -compact
char *tokens[] = {
#define ONE 0

@ -58,7 +58,7 @@ bytes of value
.Fa c
(converted to an unsigned char) to the string
.Fa b .
.Sh RETURNS
.Sh RETURN VALUES
The
.Fn memset
function returns its first argument.

@ -111,7 +111,7 @@ after replacing the token itself with a
.Dv NUL
character.
When no more tokens remain, a null pointer is returned.
.Sh EXAMPLE
.Sh EXAMPLES
The following uses
.Fn strtok_r
to parse two strings using separate contexts:

@ -93,7 +93,7 @@ The resolution (granularity) of a clock is returned by the
.Fn clock_getres
call. This value is placed in a (non-NULL)
.Fa *tp .
.Sh RETURN
.Sh RETURN VALUES
A 0 return value indicates that the call succeeded.
A -1 return value indicates an error occurred, and in this
case an error code is stored into the global variable

@ -107,7 +107,7 @@ from setting arbitrary time stamps on files.
The system time can still be adjusted backwards using the
.Xr adjtime 2
system call even when the system is secure.
.Sh RETURN
.Sh RETURN VALUES
A 0 return value indicates that the call succeeded.
A -1 return value indicates an error occurred, and in this
case an error code is stored into the global variable

@ -75,13 +75,13 @@ The standard time sharing scheduler;
.It Bq Er SCHED_RR
Round-robin scheduling across same priority processes.
.El
.Sh RETURN
.Sh RETURN VALUES
If successful, the
.Fn sched_get_priority_max
and
.Fn sched_get_priority_min
functions shall return the appropriate maximum or minimum values,
respectively. If unsuccessful, the shall return a value of -1 and set
respectively. If unsuccessful, they shall return a value of -1 and set
.Fa errno
to indicate the error.
.Pp

@ -133,7 +133,7 @@ returned. In this implementation, the
function will fail if
.Fa pid
is negative.
.Sh RETURN
.Sh RETURN VALUES
The function will return zero if it completes successfully, or it
will return a value of -1 and set
.Va errno

@ -128,7 +128,7 @@ returned. In this implementation, the
function will fail if
.Fa pid
is negative.
.Sh RETURN
.Sh RETURN VALUES
The function will return zero if it completes successfully, or it
will return a value of -1 and set
.Va errno

@ -40,7 +40,7 @@ The
.Fn sched_yield
function forces the running process to relinquish the processor until it
again becomes the head of its process list. It takes no arguments.
.Sh RETURN
.Sh RETURN VALUES
The
.Fn sched_yield
function will return zero if it completes successfully, or it

@ -100,7 +100,7 @@ The
function makes no effort to ensure that
.Fa path
refers to a shared memory object.
.Sh PORTABILITY
.Sh COMPATIBILITY
The
.Fa path
argument does not necessarily represent a pathname (although it does in this

@ -190,7 +190,7 @@ function extracts the value of the item.
Conversely
.Fn hid_set_data
can be used to put data into a report (which must be zeroed first).
.Sh EXAMPLE
.Sh EXAMPLES
Not yet.
.Sh FILES
.Pa /usr/share/misc/usb_hid_usages

@ -190,7 +190,7 @@ function extracts the value of the item.
Conversely
.Fn hid_set_data
can be used to put data into a report (which must be zeroed first).
.Sh EXAMPLE
.Sh EXAMPLES
Not yet.
.Sh FILES
.Pa /usr/share/misc/usb_hid_usages

@ -190,7 +190,7 @@ function extracts the value of the item.
Conversely
.Fn hid_set_data
can be used to put data into a report (which must be zeroed first).
.Sh EXAMPLE
.Sh EXAMPLES
Not yet.
.Sh FILES
.Pa /usr/share/misc/usb_hid_usages

@ -144,7 +144,7 @@ The component devices need to name partitions of type
.Dq 4.2BSD
as shown by
.Xr disklabel 8 ).
.Sh EXAMPLE
.Sh EXAMPLES
.Pp
A number of ccdconfig examples are shown below. The arguments passed
to ccdconfig are exactly the same as you might place in the

@ -94,7 +94,7 @@ The
.Nm
first appered in
.Fx 3.0 .
.Sh AUTHOR
.Sh AUTHORS
HPFS kernel implementation,
.Nm
and manual were written by Semen Ustimenko <semenu@FreeBSD.org>.

@ -2665,7 +2665,7 @@ The name of the editor to use for editing configuration files, by default
.Xr newfs 8 ,
.Pa http://www.lemis.com/vinum.html ,
.Pa http://www.lemis.com/vinum-debugging.html .
.Sh AUTHOR
.Sh AUTHORS
.An Greg Lehey Aq grog@lemis.com .
.Sh HISTORY
The

@ -155,7 +155,7 @@ is set to \-1.
.Pp
The arguments to these macros are evaluated only once and may safely
have side effects.
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -literal -offset indent
#include <limits.h>
#include <bitstring.h>

@ -121,7 +121,7 @@ The
.Nm
device driver first appeared in
.Fx 4.0 .
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -125,7 +125,7 @@ This option sets the defauilt, built-in keymap of the
.Nm
driver to the named keymap.
See
.Sx EXAMPLE
.Sx EXAMPLES
below.
.It Em KBD_DISABLE_KEYMAP_LOAD
The keymap can be modified by the
@ -162,7 +162,7 @@ Certain keyboards, such as those on some ThinkPad models, behave
like the old XT keyboard and require this option.
.El
.\".Sh FILES
.Sh EXAMPLE
.Sh EXAMPLES
The
.Nm
driver requires the keyboard controller

@ -142,7 +142,7 @@ The
.Nm
device driver first appeared in
.Nx 1.5 .
.Sh AUTHOR
.Sh AUTHORS
The initial version of the
.Nm
driver was written by

@ -59,5 +59,5 @@ device driver first appeared in
.Fx 4.0 .
.Sh SEE ALSO
.Xr pcm 4
.Sh AUTHOR
.Sh AUTHORS
.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp

@ -174,7 +174,7 @@ this will kick the f/w into getting unstuck.
.Xr scsi 4 ,
.Xr da 4 ,
.Xr sa 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by Matthew Jacob for NASA/Ames Research Center.

@ -42,5 +42,5 @@ Qlogic cards (to replace the usually out of date firmware on the cards).
this will kick the f/w into getting unstuck.
.Sh SEE ALSO
.Xr isp 4
.Sh AUTHOR
.Sh AUTHORS
This driver was written by Matthew Jacob.

@ -177,7 +177,7 @@ Also check latest status of project at web page:
.Ss Added/modified/renamed features and tools
Please consult the manpages referred above.
.\"
.Sh REFERENCES
.Sh SEE ALSO
To understand
.Nm
protocol stack conformance, please refer to

@ -7,7 +7,7 @@
.Sh NAME
.Nm cx
.Nd asynchronous/synchronous Cronyx-Sigma adapter driver
.Sh SYNOPSYS
.Sh SYNOPSIS
.Cd "device cx0 at isa? port 0x240 irq 15 drq 7"
.Cd "device cx1 at isa? port 0x260 irq 12 drq 6"
.Cd pseudo-device sppp

@ -338,7 +338,7 @@ movement counts as described in
`non-blocking' device node under
.Em devfs .
.El
.Sh EXAMPLE
.Sh EXAMPLES
.Dl "device mse0 at isa? port 0x23c irq 5"
.Pp
Add the

@ -173,7 +173,7 @@ and the source address override flag is reenabled,
but the node is not removed.
If the interface itself is detached (e.g., because of PCCARD removal), the
node disappears as well.
.Sh EXAMPLE
.Sh EXAMPLES
This command dumps all unrecognized packets received by the
.Dv fxp0
interface to standard output decoded in hex and ASCII:

@ -30,7 +30,7 @@
.Sh NAME
.Nm pci
.Nd Generic PCI driver
.Sh SYNOPSYIS
.Sh SYNOPSIS
.Cd device pci
.Sh DESCRIPTION
The

@ -621,7 +621,7 @@ movement counts as described in
`blocking' device node under
.Em devfs .
.El
.Sh EXAMPLE
.Sh EXAMPLES
.Dl "device psm0 at atkbdc? irq 12 flags 0x2000"
.Pp
Add the

@ -73,5 +73,5 @@ device driver first appeared in
.Fx 4.0 .
.Sh SEE ALSO
.Xr pcm 4
.Sh AUTHOR
.Sh AUTHORS
.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp

@ -59,5 +59,5 @@ device driver first appeared in
.Fx 4.0 .
.Sh SEE ALSO
.Xr pcm 4
.Sh AUTHOR
.Sh AUTHORS
.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp

@ -73,5 +73,5 @@ device driver first appeared in
.Fx 4.0 .
.Sh SEE ALSO
.Xr pcm 4
.Sh AUTHOR
.Sh AUTHORS
.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp

@ -171,7 +171,7 @@ screen saver modules
.It /boot/kernel/vesa.ko
the VESA support module
.El
.Sh EXAMPLE
.Sh EXAMPLES
In order to load the splash screen or the screen saver, you must
have the following line in the kernel configuration file.
.Pp

@ -314,7 +314,7 @@ These options will set the default colors.
Available colors are defined in
.Pa /usr/include/machine/pc/display.h .
See
.Sx EXAMPLE
.Sx EXAMPLES
below.
.It Dv SC_DFLT_FONT
This option will specify the default font.
@ -325,7 +325,7 @@ Without this option, the
driver will use whatever font already loaded in the video card,
unless you explicitly load software font at startup.
See
.Sx EXAMPLE
.Sx EXAMPLES
below.
.El
.Pp
@ -419,7 +419,7 @@ key map files
.It Pa /usr/share/syscons/scrmaps/*
screen map files
.El
.Sh EXAMPLE
.Sh EXAMPLES
As the
.Nm
driver requires the keyboard driver and the video card driver,

@ -63,7 +63,7 @@ as a module, either from
or from the command line, before the
.Nm
module.
.Sh EXAMPLE
.Sh EXAMPLES
.Dl options NETGRAPH
.Dl device udbp
.Pp

@ -136,7 +136,7 @@ also has effect on the AT keyboard driver `atkbd'.
.Bl -tag -width /dev/kbd0 -compact
.It Pa /dev/kbd*
blocking device nodes
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -literal -offset indent
device ukbd
.Ed

@ -62,7 +62,7 @@ must be configured in the kernel as well.
Last but not least, support for
SCSI drives,
.Nm da
.Sh EXAMPLE
.Sh EXAMPLES
.Dl device umass
.Dl device scbus
.Dl device da

@ -63,7 +63,7 @@ for an explanation of these mouse types.
.Bl -tag -width /dev/ums0 -compact
.It Pa /dev/ums0
blocking device node
.Sh EXAMPLE
.Sh EXAMPLES
.Dl device ums
.Pp
Add the

@ -128,7 +128,7 @@ option. See
This option prevents the driver from changing video modes.
.El
.\".Sh FILES
.Sh EXAMPLE
.Sh EXAMPLES
Your kernel configuration should normally have:
.Pp
.Dl "device vga0 at isa? port ? conflicts"
@ -157,7 +157,7 @@ module as desired:
.Xr config 8 ,
.Xr kldload 8 ,
.Xr kldunload 8
.Sh STANDARD
.Sh STANDARDS
.Rs
.%T "VESA BIOS Extension (VBE)"
.%A Video Electronics Standards Association

@ -1000,7 +1000,7 @@ at the beginning.
.It
If you have a panic, a stack trace as described above.
.El
.Sh AUTHOR
.Sh AUTHORS
.An Greg Lehey Aq grog@lemis.com .
.Sh HISTORY
.Nm vinum

@ -90,7 +90,7 @@ The
.Nm
manual page first appeared in
.Fx 3.0 .
.Sh AUTHOR
.Sh AUTHORS
This
manual page was written by
.An Nicolas Souchu .

@ -41,7 +41,7 @@ original WISEMAN and the newer LIVENGOOD chipsets.
.Pp
For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -107,7 +107,7 @@ Management (WfM) systems, see
.Nm
first appeared in
.Fx 4.1 .
.Sh AUTHOR
.Sh AUTHORS
.Nm
was written by
.An John Baldwin Aq jhb@freebsd.org

@ -239,13 +239,15 @@ The backslash character
is used for continuation.
In this case, no characters are permitted
after the backslash character.
.Sh EXIT STATUS
.Sh DIAGNOSTICS
.Nm Colldef
exits with the following values:
.Ar 0
No errors were found and the output was successfully created.
.Ar !=0
.Bl -tag -width indent
.It Li 0
No errors were found and the output was successfully created.
.It Li !=0
Errors were found.
.El
.Sh FILES
.Ar /usr/share/locale/<language>/LC_COLLATE
standard shared location for collation orders

@ -31,7 +31,7 @@ is present, it is printed after the data.
.Pp
This program is used to embed binary or other files into C source files,
for instance as a char[].
.Sh EXAMPLE
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
date | file2c 'const char date[] = {' ',0};'

@ -157,5 +157,5 @@ We ignore that aspect of the specification and use the
correct
.Li \&"%ld"
format.
.Sh AUTHOR
.Sh AUTHORS
.An Garrett A. Wollman Aq wollman@lcs.mit.edu

@ -34,7 +34,7 @@ preceded by a
.Ql \-
and in its own shell argument;
each option argument is also in its own shell argument.
.Sh EXAMPLE
.Sh EXAMPLES
The following code fragment shows how one might process the arguments
for a command that can take the options
.Fl a

@ -19,7 +19,7 @@ passwords to print
along with a (maximum) sequence number and key as command line args,
it prompts for the user's secret password, and produces both word
and hex format responses.
.Sh EXAMPLE
.Sh EXAMPLES
Usage example:
.Bd -literal -offset indent -compact
>key -n 5 99 th91334

@ -60,7 +60,7 @@ work.
.Nm Rup
uses an RPC protocol defined in
.Pa /usr/include/rpcsvc/rstat.x .
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -unfilled -offset indent -compact
example% rup otherhost
otherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18

@ -5,12 +5,12 @@
.Sh NAME
.Nm units
.Nd conversion program
.Sh SYNTAX
.Sh SYNOPSIS
.Nm
.Op Fl f Ar filename
.Op Fl qv
.Op Ar to-unit from-unit
.Sh SUMMARY
.Sh OPTIONS
The following options are available:
.Bl -tag -width indent
.It Fl f Ar filename

@ -112,7 +112,7 @@ Search for
entries. A file is said to be unusual if it does not have one entry
of each requested type.
.El
.Sh EXAMPLE
.Sh EXAMPLES
The following finds all utilities under
.Pa /usr/bin
that do not have documentation:

@ -313,7 +313,7 @@ If they are not valid for a particular program, that
program is skipped in the
.Ic objs
target.
.Sh EXAMPLE
.Sh EXAMPLES
Here is an example
.Nm
input conf file, named

@ -74,7 +74,7 @@ are used for formatting.
If custom formatting is needed, please use
.Xr fdformat 1
instead.
.Sh EXAMPLE
.Sh EXAMPLES
.Nm Fdwrite
was planned as a tool to make life easier when writing a set of floppies,
one such use could be to write a tar-archive:

@ -60,7 +60,7 @@ will print a "1" to stdout.
.Sh STANDARDS
ITU Recommendations G.711
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility was written by

@ -86,7 +86,7 @@ converts the u-law coded voice of Max Headroom to A-law, reverses the
bits of the result and moves that to an active isdn4bsd telephone connection.
.Pp
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manpage were written by

@ -419,7 +419,7 @@ Exit status is 0 on success, 1 on error.
.Sh BUGS
Still one or more left.
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
daemon and this manual page were written by

@ -104,7 +104,7 @@ This is a typical accounting line:
.Xr isdnd 8 ,
.Xr isdnd.rc 5
.Sh AUTHOR
.Sh AUTHORS
The
.Xr isdnd 8
daemon and this manual page were written by

@ -105,7 +105,7 @@ defines the unit lengths for a Sunday.
.Xr isdnd 8 ,
.Xr isdnd.rc 5
.Sh AUTHOR
.Sh AUTHORS
The rates subsystem for the
.Xr isdnd 8
daemon to which

@ -998,7 +998,7 @@ ISDN daemon.
.Xr regex 3
.Xr re_format 7
.Sh AUTHOR
.Sh AUTHORS
The
.Xr isdnd 8
daemon and this manual page were written by

@ -104,7 +104,7 @@ isdndebug -g
.Pp
displays the current debugging level for all ISDN layers
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manpage were written by

@ -166,7 +166,7 @@ ETSI Recommendation ETS 300 179 (10/92), ETS 300 180 (10/92)
ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp
ITU Recommendation X.208, X.209
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manual page were written by

@ -169,7 +169,7 @@ Exit status is 0 on success, 1 on error.
.Sh BUGS
Still one (or) more left.
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility was written by

@ -67,7 +67,7 @@ isdnphone -n 1234
.Ed
.Pp
dials calls the number 1234 to establish a call on /dev/i4btel0
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manpage were written by

@ -91,7 +91,7 @@ The screen output should be obvious. If in doubt, consult the source.
.Sh BUGS
Still two or more left.
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manual page were written by

@ -90,7 +90,7 @@ displays the currently used sound format for device /dev/i4btel0.
.Xr g711conv 1
.Xr isdnd 8
.Xr isdnd.rc 5
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manpage were written by

@ -105,7 +105,7 @@ has to be finished by the user by entering Control-C.
.Sh FILES
/dev/i4b
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility and this manpage were written by

@ -215,7 +215,7 @@ ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp
ITU Recommendation X.208, X.209
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
utility was written by

@ -238,7 +238,7 @@ utility is based on the
.Xr spppcontrol 8
utility which appeared in
.Fx 3.0 .
.Sh AUTHOR
.Sh AUTHORS
The program was written by
.ie t J\(:org Wunsch,
.el Joerg Wunsch,

@ -104,7 +104,7 @@ Charging information from the kernel.
.Pp
.Sh SEE ALSO
.Xr isdnd 8
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -46,7 +46,7 @@ utility to get and set the current debugging level and other information
of the isdn4bsd package kernel ISDN handling layers.
.Sh SEE ALSO
.Xr isdndebug 8
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -61,7 +61,7 @@ daemon to establish a connection.
.Xr isdnd 8
.Xr isdnd.rc 5
.Xr netgraph 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -94,7 +94,7 @@ for
.Xr isdnd.rc 5
.Xr bpf 4
.Xr tcpdump 1
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -119,7 +119,7 @@ for a more detailed discussion of the flags,
.Xr sppp 4
.Xr bpf 4
.Xr tcpdump 1
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver was written by

@ -45,7 +45,7 @@ is the ISDN D channel layer 2 handler.
ITU Recommendation Q.920 and Q.921
.Sh SEE ALSO
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver and this manpage were written by

@ -45,7 +45,7 @@ is the ISDN D channel layer 2 handler.
ITU Recommendation Q.930 and Q.931
.Sh SEE ALSO
.Xr i4bq921 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver and this manpage were written by

@ -46,7 +46,7 @@ part of the isdn4bsd package.
.Sh SEE ALSO
.Xr isdnd 8
.Xr isdnd.rc 5
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -129,7 +129,7 @@ A-Law and u-Law are specified in ITU Recommendation G.711.
.Xr isdnphone 1
.Xr isdnd 8
.Xr isdnd.rc 5
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -48,7 +48,7 @@ utility.
.Sh SEE ALSO
.Xr isdnd 8
.Xr isdntrace 8
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
device driver and this manpage were written by

@ -59,7 +59,7 @@ CCITT Recommendation I.430
.Xr i4bq921 4
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -59,7 +59,7 @@ CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -66,7 +66,7 @@ CCITT Recommendation I.430
.Sh SEE ALSO
.Xr i4bq921 4
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -363,7 +363,7 @@ CCITT Recommendation I.430
.Xr i4bq921 4
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver and this manpage were written by

@ -67,7 +67,7 @@ CCITT Recommendation I.430
.Xr i4bq921 4
.Xr i4bq931 4
.Sh AUTHOR
.Sh AUTHORS
The
.Nm
driver was written by

@ -173,7 +173,7 @@ for details.
.Bl -tag -width /usr/share/syscons/keymaps/foo_bar -compact
.It Pa /usr/share/syscons/keymaps/*
keyboard map files
.Sh EXAMPLE
.Sh EXAMPLES
The following command will load the keyboard map file
.Pa /usr/share/syscons/keymaps/ru.koi8-r.kbd .
.Pp

@ -342,7 +342,7 @@ on 13 March 1998. The idea for creating the
temporary root environment comes from Nik Clayton's
make world tutorial which is referenced above.
.Pp
.Sh AUTHOR
.Sh AUTHORS
This manual page and the script itself were written by
.An Douglas Barton Aq DougB@FreeBSD.org .
.Sh BUGS

@ -432,7 +432,7 @@ command with the
option and see what it says. If the command can identify
the protocol type, no further investigation is necessary on your part.
You may start the daemon without explicitly specifying a protocol type
.Pq see Sx EXAMPLE .
.Pq see Sx EXAMPLES .
.Pp
The command may print
.Ar sysmouse
@ -558,7 +558,7 @@ daemon
.It Pa /var/run/MouseRemote
UNIX-domain stream socket for X10 MouseRemote events
.El
.Sh EXAMPLE
.Sh EXAMPLES
.Pp
.Dl moused -p /dev/cuaa0 -i type
.Pp
@ -640,7 +640,7 @@ option to assign the physical right button to the logical middle button:
.Xr screen 4 ,
.Xr sysmouse 4 ,
.Xr ums 4
.Sh STANDARD
.Sh STANDARDS
The
.Nm
command partially supports

@ -451,7 +451,7 @@ For convenience in sending signals,
writes its pid to
.Pa /var/run/mrouted.pid
upon startup.
.Sh EXAMPLE
.Sh EXAMPLES
The routing tables look like this:
.Pp
.Bd -literal

@ -121,7 +121,7 @@ The
.Dq help
command displays the available
commands, their usage and aliases, and a brief description.
.Sh EXIT VALUE
.Sh DIAGNOSTICS
The
.Nm
utility exits 0 on success, and >0 if an error occurs.

@ -257,7 +257,7 @@ entries can match these entries secondly.
The alias ``function'' can be used instead of ``generic'' because of
the historical reason.
.Pp
.Sh EXAMPLE
.Sh EXAMPLES
A typical configuration file may appear thus:
.Bd -literal
#

@ -71,8 +71,8 @@ Specifying
with the
.Fl c
option gives a verbose listing of the compile-time options.
.Sh RETURN VALUE
.Bl -tag -width Ds
.Sh DIAGNOSTICS
.Bl -tag -width Ds -compact
.Pp
.It Sy 0
driver is pcvt and major and minor numbers match

@ -131,7 +131,7 @@ are specified as a blank separated list of interfaces. Each interface is
specified in the form of "name unit".
.El
.\"
.Sh EXAMPLE
.Sh EXAMPLES
.Bd -literal -offset
# phyint gif0 disable
# phyint ep0 preference 101

Some files were not shown because too many files have changed in this diff Show More