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

This commit is contained in:
ru 2000-11-17 11:44:16 +00:00
parent dd1ebedcff
commit eb8c554f56
106 changed files with 121 additions and 119 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -75,13 +75,13 @@ The standard time sharing scheduler;
.It Bq Er SCHED_RR .It Bq Er SCHED_RR
Round-robin scheduling across same priority processes. Round-robin scheduling across same priority processes.
.El .El
.Sh RETURN .Sh RETURN VALUES
If successful, the If successful, the
.Fn sched_get_priority_max .Fn sched_get_priority_max
and and
.Fn sched_get_priority_min .Fn sched_get_priority_min
functions shall return the appropriate maximum or minimum values, 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 .Fa errno
to indicate the error. to indicate the error.
.Pp .Pp

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -125,7 +125,7 @@ This option sets the defauilt, built-in keymap of the
.Nm .Nm
driver to the named keymap. driver to the named keymap.
See See
.Sx EXAMPLE .Sx EXAMPLES
below. below.
.It Em KBD_DISABLE_KEYMAP_LOAD .It Em KBD_DISABLE_KEYMAP_LOAD
The keymap can be modified by the 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. like the old XT keyboard and require this option.
.El .El
.\".Sh FILES .\".Sh FILES
.Sh EXAMPLE .Sh EXAMPLES
The The
.Nm .Nm
driver requires the keyboard controller driver requires the keyboard controller

View File

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

View File

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

View File

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

View File

@ -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. this will kick the f/w into getting unstuck.
.Sh SEE ALSO .Sh SEE ALSO
.Xr isp 4 .Xr isp 4
.Sh AUTHOR .Sh AUTHORS
This driver was written by Matthew Jacob. This driver was written by Matthew Jacob.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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. bits of the result and moves that to an active isdn4bsd telephone connection.
.Pp .Pp
.Sh AUTHOR .Sh AUTHORS
The The
.Nm .Nm
utility and this manpage were written by utility and this manpage were written by

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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) ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp .Pp
ITU Recommendation X.208, X.209 ITU Recommendation X.208, X.209
.Sh AUTHOR .Sh AUTHORS
The The
.Nm .Nm
utility and this manual page were written by utility and this manual page were written by

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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