mdoc(7) police: use the new features of the Nm macro.

This commit is contained in:
Ruslan Ermilov 2000-11-20 18:41:33 +00:00
parent d5874785b9
commit 4b66483fd8
123 changed files with 334 additions and 326 deletions

View File

@ -126,7 +126,7 @@
.Nm while .Nm while
.Nd shell builtin commands .Nd shell builtin commands
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm builtin .Nm
.Op Fl options .Op Fl options
.Op Ar args ... .Op Ar args ...
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -86,6 +86,6 @@ is false:
.Xr abort 3 .Xr abort 3
.Sh HISTORY .Sh HISTORY
An An
.Nm assert .Nm
macro appeared in macro appeared in
.At v6 . .At v6 .

View File

@ -72,7 +72,7 @@ data segment.
.Xr a.out 5 .Xr a.out 5
.Sh HISTORY .Sh HISTORY
An An
.Nm end .Nm
manual page appeared in manual page appeared in
.At v6 . .At v6 .
.Sh BUGS .Sh BUGS

View File

@ -164,6 +164,6 @@ the math library compiled for profiling
.\" .El .\" .El
.Sh HISTORY .Sh HISTORY
An An
.Nm intro .Nm
manual appeared in manual appeared in
.At v7 . .At v7 .

View File

@ -191,13 +191,13 @@ file
Unlike the Unlike the
.Em varargs .Em varargs
macros, the macros, the
.Nm stdarg .Nm
macros do not permit programmers to macros do not permit programmers to
code a function with no fixed arguments. code a function with no fixed arguments.
This problem generates work mainly when converting This problem generates work mainly when converting
.Em varargs .Em varargs
code to code to
.Nm stdarg .Nm
code, code,
but it also creates difficulties for variadic functions that but it also creates difficulties for variadic functions that
wish to pass all of their arguments on to a function wish to pass all of their arguments on to a function

View File

@ -41,7 +41,7 @@ it is not a good practice to call
.Xr exit 3 .Xr exit 3
with arbitrary values to indicate a failure condition when ending with arbitrary values to indicate a failure condition when ending
a program. Instead, the pre-defined exit codes from a program. Instead, the pre-defined exit codes from
.Nm sysexits .Nm
should be used, so the caller of the process can get a rough should be used, so the caller of the process can get a rough
estimation about the failure class without looking up the source code. estimation about the failure class without looking up the source code.
.Pp .Pp
@ -120,7 +120,7 @@ parenthesis for easy reference.
.Xr style 9 .Xr style 9
.Sh HISTORY .Sh HISTORY
The The
.Nm sysexits .Nm
file appeared somewhere after file appeared somewhere after
.Bx 4.3 . .Bx 4.3 .
.Sh AUTHORS .Sh AUTHORS

View File

@ -161,7 +161,7 @@ resource allocation among devices.
.Xr scsi 4 .Xr scsi 4
.Sh AUTHORS .Sh AUTHORS
The The
.Nm adv .Nm
driver was ported by driver was ported by
.An Justin T. Gibbs .An Justin T. Gibbs
from the Linux driver from the Linux driver

View File

@ -8,11 +8,11 @@
.Nm brooktree .Nm brooktree
.Nd video capture driver .Nd video capture driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm device bktr .Cd device bktr
.Pp .Pp
.Nm device iicbus .Cd device iicbus
.Nm device iicbb .Cd device iicbb
.Nm device smbus .Cd device smbus
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm bktr .Nm bktr

View File

@ -60,7 +60,7 @@ will be set to
.Er EBUSY . .Er EBUSY .
.Pp .Pp
Associated with each open instance of a Associated with each open instance of a
.Nm bpf .Nm
file is a user-settable packet filter. file is a user-settable packet filter.
Whenever a packet is received by an interface, Whenever a packet is received by an interface,
all file descriptors listening on that interface apply their filter. all file descriptors listening on that interface apply their filter.
@ -70,7 +70,7 @@ Reads from these files return the next group of packets
that have matched the filter. that have matched the filter.
To improve performance, the buffer passed to read must be To improve performance, the buffer passed to read must be
the same size as the buffers used internally by the same size as the buffers used internally by
.Nm bpf . .Nm .
This size is returned by the This size is returned by the
.Dv BIOCGBLEN .Dv BIOCGBLEN
ioctl (see below), and ioctl (see below), and
@ -85,14 +85,14 @@ headers. Currently, only Ethernet,
and and
.Tn PPP .Tn PPP
drivers have been modified to interact with drivers have been modified to interact with
.Nm bpf . .Nm .
.Pp .Pp
Since packet data is in network byte order, applications should use the Since packet data is in network byte order, applications should use the
.Xr byteorder 3 .Xr byteorder 3
macros to extract multi-byte values. macros to extract multi-byte values.
.Pp .Pp
A packet can be sent out on the network by writing to a A packet can be sent out on the network by writing to a
.Nm bpf .Nm
file descriptor. The writes are unbuffered, meaning only one file descriptor. The writes are unbuffered, meaning only one
packet can be processed per write. packet can be processed per write.
Currently, only writes to Ethernets and Currently, only writes to Ethernets and

View File

@ -69,9 +69,9 @@ pseudo-device ccd 4 # concatenated disk devices
.Ed .Ed
.Pp .Pp
The count argument is how many The count argument is how many
.Nm ccds .Nm Ns 's
memory is allocated for a boot time. In this example, no more than 4 memory is allocated for a boot time. In this example, no more than 4
.Nm ccds .Nm Ns s
may be configured. As of the may be configured. As of the
.Fx 3.0 .Fx 3.0
release, you do not need to release, you do not need to
@ -81,19 +81,19 @@ module. Simply running
will load the module into the kernel. will load the module into the kernel.
.Pp .Pp
A A
.Nm ccd .Nm
may be either serially concatenated or interleaved. To serially may be either serially concatenated or interleaved. To serially
concatenate the partitions, specify the interleave factor of 0. concatenate the partitions, specify the interleave factor of 0.
Note that mirroring may not be used with an interleave factor of 0. Note that mirroring may not be used with an interleave factor of 0.
.Pp .Pp
There is a run-time utility that is used for configuring There is a run-time utility that is used for configuring
.Nm ccds . .Nm Ns s .
See See
.Xr ccdconfig 8 .Xr ccdconfig 8
for more information. for more information.
.Ss The Interleave Factor .Ss The Interleave Factor
If a If a
.Nm ccd .Nm
is interleaved correctly, a is interleaved correctly, a
.Dq striping .Dq striping
effect is achieved, which can increase sequential read/write effect is achieved, which can increase sequential read/write
@ -124,13 +124,13 @@ disk types.
For random-access oriented workloads, such as news servers, a larger For random-access oriented workloads, such as news servers, a larger
interleave factor (e.g., 65,536) is more desirable. Note that there interleave factor (e.g., 65,536) is more desirable. Note that there
isn't much isn't much
.Nm ccd .Nm
can do to speed up applications that are seek-time limited. Larger can do to speed up applications that are seek-time limited. Larger
interleave factors will at least reduce the chance of having to seek interleave factors will at least reduce the chance of having to seek
two disk-heads to read one directory or a file. two disk-heads to read one directory or a file.
.Ss Disk Mirroring .Ss Disk Mirroring
You can configure the You can configure the
.Nm ccd .Nm
to to
.Dq mirror .Dq mirror
any even number of disks. See any even number of disks. See
@ -142,7 +142,7 @@ the mirror. A read will be run to either side of the mirror depending
on what the driver believes to be most optimal. If the read fails, on what the driver believes to be most optimal. If the read fails,
the driver will automatically attempt to read the same sector from the the driver will automatically attempt to read the same sector from the
other side of the mirror. Currently other side of the mirror. Currently
.Nm ccd .Nm
uses a duel seek zone model to optimize reads for a multi-tasking load uses a duel seek zone model to optimize reads for a multi-tasking load
rather then a sequential load. rather then a sequential load.
.Pp .Pp
@ -152,20 +152,20 @@ failure, you can use
to recover the failed disk. to recover the failed disk.
.Pp .Pp
Note that a one-disk Note that a one-disk
.Nm ccd .Nm
is not the same as the original partition. In particular, this means is not the same as the original partition. In particular, this means
if you have a filesystem on a two-disk mirrored if you have a filesystem on a two-disk mirrored
.Nm ccd .Nm
and one of the disks fail, you cannot mount and use the remaining and one of the disks fail, you cannot mount and use the remaining
partition as itself; you have to configure it as a one-disk partition as itself; you have to configure it as a one-disk
.Nm ccd. .Nm .
You cannot replace a disk in a mirrored You cannot replace a disk in a mirrored
.Nm ccd .Nm
partition without first backing up the partition, then replacing the disk, partition without first backing up the partition, then replacing the disk,
then restoring the partition. then restoring the partition.
.Sh WARNINGS .Sh WARNINGS
If just one (or more) of the disks in a If just one (or more) of the disks in a
.Nm ccd .Nm
fails, the entire fails, the entire
file system will be lost unless you are mirroring the disks. file system will be lost unless you are mirroring the disks.
.Pp .Pp
@ -177,7 +177,7 @@ write error occurs, you should recover and regenerate the data as soon
as possible. as possible.
.Pp .Pp
Changing the interleave or other parameters for a Changing the interleave or other parameters for a
.Nm ccd .Nm
disk usually destroys whatever data previously existed on that disk. disk usually destroys whatever data previously existed on that disk.
.Sh FILES .Sh FILES
/dev/{,r}ccd* - ccd device special files. /dev/{,r}ccd* - ccd device special files.

View File

@ -38,7 +38,7 @@
.Cd options "CHANGER_MAX_BUSY_SECONDS=11" .Cd options "CHANGER_MAX_BUSY_SECONDS=11"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm cd .Nm
driver provides support for a driver provides support for a
.Tn SCSI .Tn SCSI
.Tn CD-ROM .Tn CD-ROM
@ -388,7 +388,7 @@ player mechanism. Each CD in the drive shows up as a seperate logical unit
on the on the
.Tn SCSI .Tn SCSI
bus. The bus. The
.Nm cd .Nm
driver automatically recognizes LUN-based changers, and routes commands for driver automatically recognizes LUN-based changers, and routes commands for
changers through an internal scheduler. The scheduler prevents changer changers through an internal scheduler. The scheduler prevents changer
"thrashing", which is caused by sending commands to different LUNs in the "thrashing", which is caused by sending commands to different LUNs in the
@ -465,15 +465,15 @@ timeouts for different CD devices in the kernel config file would likely
require modification of require modification of
.Xr config 8 .Xr config 8
to support the two timeouts when hardwiring to support the two timeouts when hardwiring
.Nm cd .Nm
devices. devices.
.Sh HISTORY .Sh HISTORY
This This
.Nm cd .Nm
driver is based upon the driver is based upon the
.Nm cd .Nm
driver written by Julian Elischer, which appeared in 386BSD 0.1. The driver written by Julian Elischer, which appeared in 386BSD 0.1. The
CAM version of the CAM version of the
.Nm cd .Nm
driver was written by Kenneth Merry and first appeared in driver was written by Kenneth Merry and first appeared in
.Fx 3.0 . .Fx 3.0 .

View File

@ -59,7 +59,7 @@ Minor numbering:
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm cy .Nm
driver provides support for Cirrus Logic CD1400-based driver provides support for Cirrus Logic CD1400-based
.Tn EIA .Tn EIA
.Tn RS-232C .Tn RS-232C
@ -86,7 +86,7 @@ but when 4 lines are active in both directions its limit is about
.\" It was copied from sio.4. The only change was s/sio/cy/g. .\" It was copied from sio.4. The only change was s/sio/cy/g.
.Pp .Pp
Serial ports controlled by the Serial ports controlled by the
.Nm cy .Nm
driver can be used for both `callin' and `callout'. driver can be used for both `callin' and `callout'.
For each port there is a callin device and a callout device. For each port there is a callin device and a callout device.
The minor number of the callout device is 128 higher The minor number of the callout device is 128 higher
@ -104,7 +104,7 @@ to work on general ports and need to open the port without waiting
but are too stupid to do so. but are too stupid to do so.
.Pp .Pp
The The
.Nm cy .Nm
driver also supports an initial-state and a lock-state control driver also supports an initial-state and a lock-state control
device for each of the callin and the callout "data" devices. device for each of the callin and the callout "data" devices.
The minor number of the initial-state device is 32 higher The minor number of the initial-state device is 32 higher

View File

@ -36,7 +36,7 @@
.Cd device da1 at scbus0 target 4 unit 0 .Cd device da1 at scbus0 target 4 unit 0
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm da .Nm
driver provides support for all driver provides support for all
.Tn SCSI .Tn SCSI
devices of the direct access class that are attached to the system devices of the direct access class that are attached to the system
@ -111,7 +111,7 @@ devices age write transactions to limit vulnerability to a few transactions
recently reported as complete, but it is none-the-less recommended that recently reported as complete, but it is none-the-less recommended that
systems with write cache enabled devices reside on an Uninterruptible systems with write cache enabled devices reside on an Uninterruptible
Power Supply (UPS). The Power Supply (UPS). The
.Nm da .Nm
device driver ensures that the cache and media are synchronized upon device driver ensures that the cache and media are synchronized upon
final close of the device or an unexpected shutdown (panic) event. This final close of the device or an unexpected shutdown (panic) event. This
ensures that it is safe to disconnect power once the operating system ensures that it is safe to disconnect power once the operating system
@ -121,7 +121,7 @@ setting the
(Write Cache Enable) bit in the caching control mode page. (Write Cache Enable) bit in the caching control mode page.
.Sh TAGGED QUEUING .Sh TAGGED QUEUING
The The
.Nm da .Nm
device driver will take full advantage of the SCSI feature known as tagged device driver will take full advantage of the SCSI feature known as tagged
queuing. Tagged queuing allows the device to process multiple transactions queuing. Tagged queuing allows the device to process multiple transactions
concurrently, often re-ordering them to reduce the number and length of concurrently, often re-ordering them to reduce the number and length of
@ -143,7 +143,7 @@ via the
utility. utility.
.Sh KERNEL CONFIGURATION .Sh KERNEL CONFIGURATION
It is only necessary to explicitly configure one It is only necessary to explicitly configure one
.Nm da .Nm
device; data structures are dynamically allocated as disks are found device; data structures are dynamically allocated as disks are found
on the on the
.Tn SCSI .Tn SCSI

View File

@ -23,10 +23,10 @@ In its current implementation,
packet selection is done with the packet selection is done with the
.Nm ipfw .Nm ipfw
program, by means of program, by means of
.Nm ``pipe'' .Dq pipe
rules. rules.
A dummynet A dummynet
.Nm pipe .Em pipe
is characterized by a bandwidth, delay, queue size, and loss is characterized by a bandwidth, delay, queue size, and loss
rate, which can be configured with the rate, which can be configured with the
.Nm ipfw .Nm ipfw
@ -97,7 +97,7 @@ destination, or passed again through the
.Nm ipfw .Nm ipfw
rules, starting from the one after the matching rule. rules, starting from the one after the matching rule.
.Pp .Pp
.Nm dummynet .Nm
performs its task once per timer tick. performs its task once per timer tick.
The granularity of operation is The granularity of operation is
thus controlled by the kernel option thus controlled by the kernel option
@ -118,7 +118,7 @@ operation.
.Sh KERNEL OPTIONS .Sh KERNEL OPTIONS
The following options in the kernel configuration file are related The following options in the kernel configuration file are related
to to
.Nm dummynet .Nm
operation: operation:
.Bd -literal .Bd -literal
IPFIREWALL - enable ipfirewall (required for dummynet). IPFIREWALL - enable ipfirewall (required for dummynet).

View File

@ -40,7 +40,7 @@
.Cd "device ed" .Cd "device ed"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ed .Nm
driver provides support for 8 and 16bit ethernet cards that are based on driver provides support for 8 and 16bit ethernet cards that are based on
the National Semiconductor DS8390 and similar NICs manufactured by other companies. the National Semiconductor DS8390 and similar NICs manufactured by other companies.
.Pp .Pp
@ -108,7 +108,7 @@ The irq number that was specified in the kernel config file (and then compiled
into the kernel) differs from the irq that has been set on the interface card. into the kernel) differs from the irq that has been set on the interface card.
.It "ed%d: failed to clear shared memory at %x - check configuration." .It "ed%d: failed to clear shared memory at %x - check configuration."
When the card was probed at system boot time, the When the card was probed at system boot time, the
.Nm ed .Nm
driver found that it could not clear the card's shared memory. driver found that it could not clear the card's shared memory.
This is most commonly This is most commonly
caused by a BIOS extension ROM being configured in the same address space as the caused by a BIOS extension ROM being configured in the same address space as the
@ -174,7 +174,7 @@ In addition, you should also specify
to take advantage of the extra 8k of shared memory that 16bit mode provides. to take advantage of the extra 8k of shared memory that 16bit mode provides.
.Sh BUGS .Sh BUGS
The The
.Nm ed .Nm
driver is a bit too aggressive about resetting the card whenever any bad driver is a bit too aggressive about resetting the card whenever any bad
packets are received. packets are received.
As a result, it may throw out some good packets which As a result, it may throw out some good packets which
@ -186,7 +186,7 @@ have been received but not yet transfered from the card to main memory.
.Xr ifconfig 8 .Xr ifconfig 8
.Sh HISTORY .Sh HISTORY
The The
.Nm ed .Nm
device driver first appeared in device driver first appeared in
.Fx 1.0 . .Fx 1.0 .
.Sh AUTHORS .Sh AUTHORS

View File

@ -20,7 +20,7 @@ only:
.Cd "pseudo-device fddi" .Cd "pseudo-device fddi"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm fpa .Nm
and and
.Nm fea .Nm fea
device driver provides support for the DEC DEFPA PCI FDDI Controller and device driver provides support for the DEC DEFPA PCI FDDI Controller and
@ -50,7 +50,7 @@ processing.
.Xr ifconfig 8 .Xr ifconfig 8
.Sh AUTHORS .Sh AUTHORS
The The
.Nm fpa .Nm
and and
.Nm fea .Nm fea
device driver and manual page was written by device driver and manual page was written by

View File

@ -48,7 +48,7 @@ The behavior of
is mainly based on RFC1933 IPv6-over-IPv4 configured tunnel. is mainly based on RFC1933 IPv6-over-IPv4 configured tunnel.
.Pp .Pp
To use To use
.Nm gif , .Nm ,
administrator needs to configure protocol and addresses used for the outer administrator needs to configure protocol and addresses used for the outer
header. header.
This can be done by using This can be done by using
@ -108,9 +108,9 @@ can be configured to implement multi-destination tunnel.
With With
.Dv IFF_LINK0 , .Dv IFF_LINK0 ,
it is able to configure egress point to IPv4 wildcard address it is able to configure egress point to IPv4 wildcard address
.Pq Nm 0.0.0.0 .Pq Li 0.0.0.0
or IPv6 unspecified address or IPv6 unspecified address
.Pq Nm 0::0 . .Pq Li 0::0 .
In this case, destination address for the outer IP header is In this case, destination address for the outer IP header is
determined based on the routing table setup. determined based on the routing table setup.
Therefore, one Therefore, one
@ -121,7 +121,7 @@ Also,
will accept tunneled traffic from any outer source address. will accept tunneled traffic from any outer source address.
.Pp .Pp
When finding a When finding a
.Nm gif .Nm
interface from the inbound tunneled traffic, interface from the inbound tunneled traffic,
bidirectional mode interface is preferred than multi-destination mode interface. bidirectional mode interface is preferred than multi-destination mode interface.
For example, if you have the following three For example, if you have the following three

View File

@ -42,7 +42,7 @@
.Fd #include <net/if_mib.h> .Fd #include <net/if_mib.h>
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ifmib .Nm
facility is an application of the facility is an application of the
.Xr sysctl 3 .Xr sysctl 3
interface to provide management information about network interfaces interface to provide management information about network interfaces

View File

@ -189,7 +189,7 @@ and
are common to are common to
.Xr inet 4 .Xr inet 4
and and
.Nm inet6 . .Nm .
A raw interface to A raw interface to
.Tn IPv6 .Tn IPv6
is available is available
@ -548,4 +548,4 @@ Users are suggested to implement
code as much as possible, as you will need to support both code as much as possible, as you will need to support both
.Xr inet 4 .Xr inet 4
and and
.Nm inet6 . .Nm .

View File

@ -249,7 +249,7 @@ Some of the protocols, like
or or
.Xr icmp6 4 , .Xr icmp6 4 ,
may behave differently with may behave differently with
.Nm ipsec . .Nm .
This is because This is because
.Nm .Nm
can prevent can prevent

View File

@ -35,7 +35,7 @@
.Nm KAME .Nm KAME
.Nd introduction and roadmap to KAME IPv6 software package .Nd introduction and roadmap to KAME IPv6 software package
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm KAME .Nm
software package is a result of joint work of several IPv6 researchers software package is a result of joint work of several IPv6 researchers
in Japan, to provide reference implementation of IPv6 to in Japan, to provide reference implementation of IPv6 to
Berkeley Software Distribution Berkeley Software Distribution
@ -142,7 +142,7 @@ Please read the following files in the directories
and and
.Pa /usr/share/examples/IPv6 .Pa /usr/share/examples/IPv6
to get a basic idea of (and installation methods for to get a basic idea of (and installation methods for
.Nm Ns . .Nm .
You also can check out the IPv6 and IPsec chapters in the You also can check out the IPv6 and IPsec chapters in the
.Fx .Fx
handbook. handbook.

View File

@ -91,7 +91,7 @@ system.
.It Em "Device Driver modules" .It Em "Device Driver modules"
New block and character device New block and character device
drivers may be loaded into the system with drivers may be loaded into the system with
.Nm KLD . .Nm .
The major problem with loading The major problem with loading
a device driver is that the driver's a device driver is that the driver's
device nodes must exist for the device nodes must exist for the

View File

@ -41,7 +41,8 @@
.Nm lp .Nm lp
.Nd printer port Internet Protocol driver .Nd printer port Internet Protocol driver
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ifconfig lp0 .Nm ifconfig
.Ar lp0
.Ar myaddress hisaddress .Ar myaddress hisaddress
.Op Fl link0 .Op Fl link0
.Pp .Pp
@ -64,7 +65,7 @@ device which is probed and has an interrupt assigned, a corresponding
device is created. device is created.
.Pp .Pp
Configuring an Configuring an
.Nm lp .Nm
device with device with
.Xr ifconfig 8 .Xr ifconfig 8
causes the corresponding causes the corresponding

View File

@ -33,7 +33,7 @@
.Cd "device aic0 at isa? port 0x340 irq 11" .Cd "device aic0 at isa? port 0x340 irq 11"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm aic .Nm
driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
controller chips. This includes the Adaptec 152x and the Creative controller chips. This includes the Adaptec 152x and the Creative
Labs SoundBlaster SCSI host adapter. Labs SoundBlaster SCSI host adapter.

View File

@ -20,33 +20,33 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Cd device apm0 at nexus? .Cd device apm0 at nexus?
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm apm .Nm
is an interface to the Intel / Microsoft APM (Advanced Power Management) BIOS is an interface to the Intel / Microsoft APM (Advanced Power Management) BIOS
on laptop PCs. on laptop PCs.
.Pp .Pp
.Nm apm .Nm
provides the following power management functions. provides the following power management functions.
.Bl -enum -offset indent .Bl -enum -offset indent
.It .It
When the system wakes up from suspended mode, When the system wakes up from suspended mode,
.Nm apm .Nm
adjusts the system clock to RTC. adjusts the system clock to RTC.
.It .It
When the system wakes up from suspended mode, When the system wakes up from suspended mode,
.Nm apm .Nm
passes a message to passes a message to
.Xr syslogd 8 .Xr syslogd 8
comprising of system wakeup time and elapsed time during suspended mode. comprising of system wakeup time and elapsed time during suspended mode.
.It .It
.Nm apm .Nm
slows CPU clock when there are no system activities (runnable processes, slows CPU clock when there are no system activities (runnable processes,
interrupts, etc.). This function is available only on systems whose APM interrupts, etc.). This function is available only on systems whose APM
supports CPU idling. supports CPU idling.
.It .It
.Nm apm .Nm
exports an application interface as a character device. Applications exports an application interface as a character device. Applications
can control APM, or retrieve APM status information via this interface. can control APM, or retrieve APM status information via this interface.
.Nm apm .Nm
exports the following interfaces. These symbols are defined in exports the following interfaces. These symbols are defined in
.Dq Pa /usr/include/machine/apm_bios.h. .Dq Pa /usr/include/machine/apm_bios.h.
.Bl -tag -width 4n -offset indent .Bl -tag -width 4n -offset indent
@ -79,13 +79,13 @@ does not execute HLT in
.Dq Pa Idle CPU. .Dq Pa Idle CPU.
On some implementations that do not support CPU clock slowdown, APM On some implementations that do not support CPU clock slowdown, APM
might not execute HLT. might not execute HLT.
.Nm apm .Nm
disables disables
.Sy APMIO_NOTHALTCPU .Sy APMIO_NOTHALTCPU
operation on such machines. operation on such machines.
.Pp .Pp
The current version of The current version of
.Nm apm .Nm
does not call does not call
.Dq Pa Idle CPU .Dq Pa Idle CPU
from the kernel context switch routine if clock slowdown is not supported, from the kernel context switch routine if clock slowdown is not supported,
@ -96,7 +96,7 @@ no need to use these two operations in most cases.
These interfaces are used by These interfaces are used by
.Xr apm 8 . .Xr apm 8 .
.It .It
.Nm apm .Nm
polls APM events and handles the following events. polls APM events and handles the following events.
.Bl -column PMEV_POWERSTATECHANGEXXX "suspend system xxxxx" .Bl -column PMEV_POWERSTATECHANGEXXX "suspend system xxxxx"
.It Sy "Name " "Action " "Description" .It Sy "Name " "Action " "Description"
@ -123,7 +123,7 @@ We are very interested in getting this code working, so please send you
observations of any anomalous behavior to us. observations of any anomalous behavior to us.
.Pp .Pp
When When
.Nm apm .Nm
is active, calling the BIOS setup routine by using hot-keys, is active, calling the BIOS setup routine by using hot-keys,
may cause serious trouble when resuming the system. may cause serious trouble when resuming the system.
BIOS setup programs should be called during bootstrap, or from DOS. BIOS setup programs should be called during bootstrap, or from DOS.

View File

@ -41,7 +41,7 @@ synchronous Digi/Arnet device driver.
.Cd "pseudo-device sppp" .Cd "pseudo-device sppp"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ar .Nm
driver supports the Digi/Arnet SYNC/570i ISA and PCI cards that is based on the driver supports the Digi/Arnet SYNC/570i ISA and PCI cards that is based on the
HD64570 chip. HD64570 chip.
Both the 2 and 4 port cards are supported and auto detected. Both the 2 and 4 port cards are supported and auto detected.
@ -114,12 +114,12 @@ Please report bugs to
.Xr ifconfig 8 .Xr ifconfig 8
.Sh HISTORY .Sh HISTORY
The The
.Nm ar .Nm
device driver first appeared in device driver first appeared in
.Fx 2.2 . .Fx 2.2 .
.Sh AUTHORS .Sh AUTHORS
The The
.Nm ar .Nm
device driver was written by device driver was written by
.An John Hay Aq jhay@FreeBSD.org . .An John Hay Aq jhay@FreeBSD.org .
Netgraph support was added by Netgraph support was added by

View File

@ -38,9 +38,11 @@
The The
.Nm .Nm
driver provides support for ISA ethernet adapters based on the driver provides support for ISA ethernet adapters based on the
.Nm Crystal Semiconductor CS8900 and CS8920 .Tn Crystal Semiconductor CS8900
and
.Tn CS8920
NICs. These devices are used on the NICs. These devices are used on the
.Nm IBM EtherJet ISA .Tn IBM EtherJet ISA
adapters and in many embedded applications where the high integration, small adapters and in many embedded applications where the high integration, small
size and low cost of the CS89x0 family compensate for their drawbacks. size and low cost of the CS89x0 family compensate for their drawbacks.
.Pp .Pp
@ -51,9 +53,9 @@ or from the card. Parameters specified in the configuration entry will be
used if present; the card may be soft-configured so these may be any valid used if present; the card may be soft-configured so these may be any valid
value. Adapters based on the CS8920 normally offer PnP configuration and the driver value. Adapters based on the CS8920 normally offer PnP configuration and the driver
will detect the will detect the
.Nm IBM EtherJet .Tn IBM EtherJet
and the and the
.Nm CSC6040 .Tn CSC6040
adapters automatically. adapters automatically.
.Pp .Pp
Note that the CS8900 is limited to 4 IRQ values; these are normally implemented Note that the CS8900 is limited to 4 IRQ values; these are normally implemented

View File

@ -59,7 +59,7 @@ Minor numbering:
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm cy .Nm
driver provides support for Cirrus Logic CD1400-based driver provides support for Cirrus Logic CD1400-based
.Tn EIA .Tn EIA
.Tn RS-232C .Tn RS-232C
@ -86,7 +86,7 @@ but when 4 lines are active in both directions its limit is about
.\" It was copied from sio.4. The only change was s/sio/cy/g. .\" It was copied from sio.4. The only change was s/sio/cy/g.
.Pp .Pp
Serial ports controlled by the Serial ports controlled by the
.Nm cy .Nm
driver can be used for both `callin' and `callout'. driver can be used for both `callin' and `callout'.
For each port there is a callin device and a callout device. For each port there is a callin device and a callout device.
The minor number of the callout device is 128 higher The minor number of the callout device is 128 higher
@ -104,7 +104,7 @@ to work on general ports and need to open the port without waiting
but are too stupid to do so. but are too stupid to do so.
.Pp .Pp
The The
.Nm cy .Nm
driver also supports an initial-state and a lock-state control driver also supports an initial-state and a lock-state control
device for each of the callin and the callout "data" devices. device for each of the callin and the callout "data" devices.
The minor number of the initial-state device is 32 higher The minor number of the initial-state device is 32 higher

View File

@ -84,7 +84,7 @@ Device numbering:
\fBPPPPP\fRort number \fBPPPPP\fRort number
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm dgb .Nm
driver provides support for DigiBoard PC/Xe and PC/Xi series intelligent driver provides support for DigiBoard PC/Xe and PC/Xi series intelligent
serial multiport cards with asynchronous interfaces based on the serial multiport cards with asynchronous interfaces based on the
.Tn EIA .Tn EIA
@ -166,7 +166,7 @@ Then the DigiBoard's address space can be set to this ``hole''.
.\" It was copied from sio.4. The only changes were s/sio/dgb/g. .\" It was copied from sio.4. The only changes were s/sio/dgb/g.
.Pp .Pp
Serial ports controlled by the Serial ports controlled by the
.Nm dgb .Nm
driver can be used for both `callin' and `callout'. driver can be used for both `callin' and `callout'.
For each port there is a callin device and a callout device. For each port there is a callin device and a callout device.
The minor number of the callout device is 128 higher The minor number of the callout device is 128 higher
@ -184,7 +184,7 @@ to work on general ports and need to open the port without waiting
but are too stupid to do so. but are too stupid to do so.
.Pp .Pp
The The
.Nm dgb .Nm
driver also supports an initial-state and a lock-state control driver also supports an initial-state and a lock-state control
device for each of the callin and the callout "data" devices. device for each of the callin and the callout "data" devices.
The minor number of the initial-state device is 32 higher The minor number of the initial-state device is 32 higher

View File

@ -31,7 +31,7 @@
.Cd "device fe0 at isa? port 0x300 irq ?" .Cd "device fe0 at isa? port 0x300 irq ?"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm fe .Nm
is a network device driver is a network device driver
for Ethernet adapters based on Fujitsu MB86960A, MB86965A, for Ethernet adapters based on Fujitsu MB86960A, MB86965A,
or other compatible chips. or other compatible chips.
@ -119,7 +119,7 @@ on DLCR6 settings.
.El .El
.Sh OPTIONS .Sh OPTIONS
The The
.Nm fe .Nm
driver has some private options, driver has some private options,
which can be specified with an which can be specified with an
.Dq option .Dq option
@ -173,7 +173,7 @@ are logged under this setting.
.El .El
.Sh FEATURES SPECIFIC TO HARDWARE MODELS .Sh FEATURES SPECIFIC TO HARDWARE MODELS
The The
.Nm fe .Nm
driver has some features and limitations driver has some features and limitations
which depend on adapter hardware models. which depend on adapter hardware models.
The following is a summary of such dependency. The following is a summary of such dependency.
@ -182,7 +182,7 @@ Both automatic IRQ detection and automatic I/O port address detection
is available with these adapters. is available with these adapters.
.Pp .Pp
Automatic I/O port address detection feature of Automatic I/O port address detection feature of
.Nm fe .Nm
works mostly fine for FMV-180 series. works mostly fine for FMV-180 series.
It works even if there are two or more FMV-180s in a system. It works even if there are two or more FMV-180s in a system.
However, some combination of other adapters may confuse the driver. However, some combination of other adapters may confuse the driver.
@ -191,7 +191,7 @@ It is recommended not to use
when you experience some difficulties with hardware probe. when you experience some difficulties with hardware probe.
.Pp .Pp
Automatic IRQ detection feature of Automatic IRQ detection feature of
.Nm fe .Nm
works reliably for FMV-180 series. works reliably for FMV-180 series.
It is recommended to use It is recommended to use
.Em "irq ?" .Em "irq ?"
@ -213,7 +213,7 @@ is not recommended.
.Pp .Pp
Automatic IRQ detection is also available with some limitation. Automatic IRQ detection is also available with some limitation.
The The
.Nm fe .Nm
driver driver
tries to get IRQ setting from the configuration EEPROM on the board, tries to get IRQ setting from the configuration EEPROM on the board,
if if
@ -232,7 +232,7 @@ Differences between AT1700 series and RE2000 series
or minor models in those series are not recognized. or minor models in those series are not recognized.
.Ss Fujitsu MBH10302 PC card .Ss Fujitsu MBH10302 PC card
The The
.Nm fe .Nm
driver supports Fujitsu MBH10302 and compatible PC cards. driver supports Fujitsu MBH10302 and compatible PC cards.
It requires the PC card (PCMCIA) support package. It requires the PC card (PCMCIA) support package.
.Sh SEE ALSO .Sh SEE ALSO
@ -247,7 +247,7 @@ It requires the PC card (PCMCIA) support package.
Following are major known bugs: Following are major known bugs:
.Pp .Pp
Statistics on the number of collisions maintained by the Statistics on the number of collisions maintained by the
.Nm fe .Nm
driver is not accurate; driver is not accurate;
the the
.Fi i .Fi i
@ -266,7 +266,7 @@ they are never be tested and must have a lot of bugs.
.Sh AUTHORS, COPYRIGHT AND DISCLAIMER .Sh AUTHORS, COPYRIGHT AND DISCLAIMER
.Pp .Pp
The The
.Nm fe .Nm
driver was originally written and contributed by driver was originally written and contributed by
.An M. Sekiguchi Aq seki@sysrap.cs.fujitsu.co.jp , .An M. Sekiguchi Aq seki@sysrap.cs.fujitsu.co.jp ,
following the following the
@ -274,7 +274,7 @@ following the
driver written by driver written by
.An David Greenman . .An David Greenman .
PC card support in PC card support in
.Nm fe .Nm
is written by is written by
.An Hidetoshi Kimura Aq h-kimura@tokyo.se.fujitsu.co.jp . .An Hidetoshi Kimura Aq h-kimura@tokyo.se.fujitsu.co.jp .
This manual page was written by This manual page was written by

View File

@ -63,7 +63,7 @@ output
.Pp .Pp
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm gsc .Nm
character device driver currently handles only the character device driver currently handles only the
Genius GS-4500 handy scanner. Genius GS-4500 handy scanner.
It operates in pure DMA modes, although It operates in pure DMA modes, although
@ -126,7 +126,7 @@ Even though, I
do not know of tools which produce a graymap from a halftone bitmap. do not know of tools which produce a graymap from a halftone bitmap.
.Pp .Pp
The ioctl requests that are served by The ioctl requests that are served by
.Nm gsc .Nm
are listed below. are listed below.
There is a utility, called There is a utility, called
.Xr sgsc 1 , .Xr sgsc 1 ,

View File

@ -15,7 +15,7 @@ ethernet device driver
.Cd "device ie0 at isa? port 0x360 irq 7 iomem 0xd0000" .Cd "device ie0 at isa? port 0x360 irq 7 iomem 0xd0000"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ie .Nm
driver provides support for 8 and 16bit ISA ethernet cards that are based on driver provides support for 8 and 16bit ISA ethernet cards that are based on
the Intel i82586 chip. the Intel i82586 chip.
It supports the AT&T Starlan 10 and Starlan Fiber, It supports the AT&T Starlan 10 and Starlan Fiber,

View File

@ -60,6 +60,6 @@ that even read/only access will grant the full I/O privileges.
.Xr mem 4 .Xr mem 4
.Sh HISTORY .Sh HISTORY
The The
.Nm io .Nm
file appeared in file appeared in
.Fx 1.0 . .Fx 1.0 .

View File

@ -100,7 +100,7 @@
.Pp .Pp
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm matcd .Nm
driver controls the CR-562-x and CR-563-x CD-ROM drives made by driver controls the CR-562-x and CR-563-x CD-ROM drives made by
Matsushita-Kotobuki Electronics Industries, or Matsushita for short. Matsushita-Kotobuki Electronics Industries, or Matsushita for short.
These CD-ROM drives have been sold under the Panasonic (which is a trade These CD-ROM drives have been sold under the Panasonic (which is a trade
@ -113,7 +113,7 @@ a sound card.
.Sh DRIVER CONFIGURATION .Sh DRIVER CONFIGURATION
The The
.Nm matcd .Nm
driver supports up to four host interfaces with up to four drives on each driver supports up to four host interfaces with up to four drives on each
interface. Audio activity may occur on all drives simultaneously. Data interface. Audio activity may occur on all drives simultaneously. Data
read operations are limited to one drive per host interface at any instant. read operations are limited to one drive per host interface at any instant.
@ -145,12 +145,12 @@ up to four drives on a single host interface. It is also not necessary to
have four drives on a single interface before adding a second interface. have four drives on a single interface before adding a second interface.
By default, By default,
.Nm matcd .Nm
searches for the CD-ROM host interface adapters by using a table of known I/O searches for the CD-ROM host interface adapters by using a table of known I/O
ports on Creative host adapters (see \fIoptions.h\fR). Although this ports on Creative host adapters (see \fIoptions.h\fR). Although this
is very flexible, it can cause problems when your system has other devices is very flexible, it can cause problems when your system has other devices
that are located at the I/O ports that that are located at the I/O ports that
.Nm matcd .Nm
is checking for CD-ROM host interfaces. In addition, checking multiple is checking for CD-ROM host interfaces. In addition, checking multiple
locations can cause the boot process to take longer than it could. locations can cause the boot process to take longer than it could.
.if t .bp .if t .bp
@ -164,7 +164,7 @@ change where the kernel looks for the hardware by using the -c option at
the kernel boot prompt. This will load the kernel and then give you the the kernel boot prompt. This will load the kernel and then give you the
opportunity to change settings for any of the devices included the kernel. opportunity to change settings for any of the devices included the kernel.
For example, to change the I/O port for For example, to change the I/O port for
.Nm matcd .Nm
adapter zero to 0x340, you would type adapter zero to 0x340, you would type
config> port matcd0c 0x340 config> port matcd0c 0x340
@ -176,7 +176,7 @@ like this:
device matcd0 at isa? port 0x230 device matcd0 at isa? port 0x230
With this change, the With this change, the
.Nm matcd .Nm
driver will only look at I/O port 0x230 for the first CD-ROM host interface driver will only look at I/O port 0x230 for the first CD-ROM host interface
and will not disturb any other I/O ports. and will not disturb any other I/O ports.
@ -185,7 +185,7 @@ to configure and recompile the kernel, install it and reboot for the
changes to take effect. changes to take effect.
.Sh SUPPORTED HARDWARE .Sh SUPPORTED HARDWARE
At this time, there are only two known drive models that work with the At this time, there are only two known drive models that work with the
.Nm matcd .Nm
driver: driver:
.Bl -tag -width CR-123-X -compact -offset indent .Bl -tag -width CR-123-X -compact -offset indent
.br .br
@ -200,10 +200,10 @@ also has the FCC, VDE, CSA and RU certification marks.
Both of these drive models have motorized trays. There is also a custom Both of these drive models have motorized trays. There is also a custom
version of these drives that does not have the volume control or headphone version of these drives that does not have the volume control or headphone
jack (seen on some Tandy computers), but this drive also works with jack (seen on some Tandy computers), but this drive also works with
.Nm matcd. .Nm .
The Matsushita CR-522-x and CR-523-x CD-ROM drive is not usable with The Matsushita CR-522-x and CR-523-x CD-ROM drive is not usable with
.Nm matcd. .Nm .
The CR-522 and CR-523 can also be identified from the front as it The CR-522 and CR-523 can also be identified from the front as it
requires a CD-caddy. requires a CD-caddy.
@ -212,7 +212,7 @@ Drives with IDE interfaces must use an IDE driver.
The TEAC CD-55 4X CD-ROM drive also uses the Creative/Panasonic interface The TEAC CD-55 4X CD-ROM drive also uses the Creative/Panasonic interface
but the TEAC drive is \fInot\fR compatible with the Matsushita CR-56x drives. but the TEAC drive is \fInot\fR compatible with the Matsushita CR-56x drives.
The TEAC drive cannot be used with The TEAC drive cannot be used with
.Nm matcd. .Nm .
.if t .sp .if t .sp
.if n .bp .if n .bp
The most common source of host interface adapters for the Panasonic drives The most common source of host interface adapters for the Panasonic drives
@ -222,7 +222,7 @@ of the newer cards provide the appropriate interface, sometimes labeled as
the "Creative/Panasonic" interface. the "Creative/Panasonic" interface.
The following host interface adapters are known to work with the The following host interface adapters are known to work with the
.Nm matcd .Nm
driver: driver:
.Bl -tag -width LONGNAME -compact -offset indent .Bl -tag -width LONGNAME -compact -offset indent
.It Creative .It Creative
@ -261,14 +261,14 @@ must be reconfigured to locate these adapters.
It is important to understand that some manufacturers have a different It is important to understand that some manufacturers have a different
host interface implementation. If you have a board that won't communicate host interface implementation. If you have a board that won't communicate
with the drives under MS-DOS using the genuine Creative Labs drivers, then with the drives under MS-DOS using the genuine Creative Labs drivers, then
.Nm matcd .Nm
may not work with that host adapter. may not work with that host adapter.
.br .br
.if t .bp .if t .bp
.if n .sp .if n .sp
.Sh SUPPORTED OPERATIONS .Sh SUPPORTED OPERATIONS
The The
.Nm matcd .Nm
driver supports block and character access. Partition "a" returns driver supports block and character access. Partition "a" returns
2048-byte User Data blocks from data CDs. Partition "c" returns the full 2048-byte User Data blocks from data CDs. Partition "c" returns the full
2352-byte Frames from any type of CD, including audio CDs. (Partition 2352-byte Frames from any type of CD, including audio CDs. (Partition
@ -278,7 +278,7 @@ No other partitions are supported.
The The
.Nm matcdl .Nm matcdl
devices work the same as the normal devices work the same as the normal
.Nm matcd .Nm
devices except that the drive trays are locked and devices except that the drive trays are locked and
remain locked until all of the devs on that drive are closed. remain locked until all of the devs on that drive are closed.
.if n .bp .if n .bp
@ -354,7 +354,7 @@ report the capabilities of the drive and driver.
The The
.Fn ioctl .Fn ioctl
commands defined above are the only ones that the commands defined above are the only ones that the
.Nm matcd .Nm
driver supports. driver supports.
.bp .bp
.Sh FILES .Sh FILES
@ -367,7 +367,7 @@ is used to access 2352-byte frames on a CD-ROM disc
recorded in any format. recorded in any format.
.It Pa /usr/src/sys/i386/isa/matcd/* .It Pa /usr/src/sys/i386/isa/matcd/*
Source code and compilation options for Source code and compilation options for
.Nm matcd. .Nm .
.El .El
The file \fIoptions.h\fR contains all of the compilation options. The file \fIoptions.h\fR contains all of the compilation options.
@ -406,7 +406,7 @@ Program and Documentation are Copyright 1994, 1995,
All rights reserved. All rights reserved.
.Sh HISTORY .Sh HISTORY
The The
.Nm matcd .Nm
driver appeared in driver appeared in
.Fx 2.0.5 . .Fx 2.0.5 .

View File

@ -36,7 +36,7 @@
.Cd "device mcd0 at isa? port 0x300 irq 10" .Cd "device mcd0 at isa? port 0x300 irq 10"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm mcd .Nm
driver provides a data and audio interface to the Mitsumi-brand CD-ROM driver provides a data and audio interface to the Mitsumi-brand CD-ROM
player. player.
The CD-ROM player must be interfaced to the ISA bus through The CD-ROM player must be interfaced to the ISA bus through
@ -46,7 +46,7 @@ boards supported are the LU002S, LU005S, the FX001 and the quite
common FX001D. common FX001D.
.Pp .Pp
The The
.Nm mcd .Nm
driver responds to disk-specific driver responds to disk-specific
.Fn ioctl .Fn ioctl
commands, namely the commands, namely the
@ -61,7 +61,7 @@ Other disk-specific
commands will return an error. commands will return an error.
.Pp .Pp
The The
.Nm mcd .Nm
driver also responds to special CD-ROM driver also responds to special CD-ROM
.Fn ioctl .Fn ioctl
commands. commands.
@ -98,18 +98,18 @@ command).
stops any play and resets the Mitsumi controller board stops any play and resets the Mitsumi controller board
.It CDIOCSETDEBUG .It CDIOCSETDEBUG
cause the kernel to print debug messages to the console about the cause the kernel to print debug messages to the console about the
.Nm mcd .Nm
driver driver
.It CDIOCCLRDEBUG .It CDIOCCLRDEBUG
cause the kernel to quit printing debug messages about the cause the kernel to quit printing debug messages about the
.Nm mcd .Nm
driver driver
.El .El
.Pp .Pp
The The
.Fn ioctl .Fn ioctl
commands defined above are the only ones that the commands defined above are the only ones that the
.Nm mcd .Nm
driver supports. driver supports.
There are other CD-ROM related There are other CD-ROM related
.Fn ioctl .Fn ioctl
@ -130,7 +130,7 @@ accesses raw device.
.El .El
.Sh NOTES .Sh NOTES
The character-mode devices for the The character-mode devices for the
.Nm mcd .Nm
driver should only be used for accessing the audio features of the driver should only be used for accessing the audio features of the
CD-ROM player as the performance on data is abysmal. CD-ROM player as the performance on data is abysmal.
.Pp .Pp
@ -155,6 +155,6 @@ and
.An Jordan K. Hubbard . .An Jordan K. Hubbard .
.Sh HISTORY .Sh HISTORY
An An
.Nm mcd .Nm
driver appeared in driver appeared in
.Fx 1.0 . .Fx 1.0 .

View File

@ -13,7 +13,7 @@
.Nm video meteor .Nm video meteor
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm meteor .Nm
driver provides support for a PCI driver provides support for a PCI
.Em video .Em video
capture. capture.

View File

@ -47,7 +47,7 @@ or
.\" What the heck does he mean? - cracauer .\" What the heck does he mean? - cracauer
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm npx .Nm
driver enables the use of the system's Numeric Processing Extension driver enables the use of the system's Numeric Processing Extension
coprocessor, coprocessor,
if one is present. Numeric processing extensions are present in if one is present. Numeric processing extensions are present in
@ -58,7 +58,7 @@ CPUs and in systems with
or or
.Sy 487SX .Sy 487SX
coprocessors. The coprocessors. The
.Nm npx .Nm
driver is required for proper system functioning regardless driver is required for proper system functioning regardless
of whether or not a NPX is present. of whether or not a NPX is present.
.Pp .Pp

View File

@ -39,7 +39,7 @@
.Cd options PERFMON .Cd options PERFMON
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm perfmon .Nm
driver provides access to the internal performance-monitoring driver provides access to the internal performance-monitoring
capabilities of the capabilities of the
.Tn Intel .Tn Intel

View File

@ -36,7 +36,7 @@
.Cd "device scd0 at isa? port 0x230" .Cd "device scd0 at isa? port 0x230"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm scd .Nm
driver provides a data interface to the Sony CDU31 and CDU33A CD-ROM driver provides a data interface to the Sony CDU31 and CDU33A CD-ROM
drives. The drive must be hooked to a Sony proprietary interface drives. The drive must be hooked to a Sony proprietary interface
card or a compatible clone. card or a compatible clone.
@ -59,6 +59,6 @@ and
.An Brian Moore . .An Brian Moore .
.Sh HISTORY .Sh HISTORY
The The
.Nm scd .Nm
driver first appeared in driver first appeared in
.Fx 2.0.5 . .Fx 2.0.5 .

View File

@ -43,7 +43,7 @@
.Cd "pseudo-device sppp" .Cd "pseudo-device sppp"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm sr .Nm
driver supports the RISCom/N2 ISA cards and the WANic 400/405 PCI cards driver supports the RISCom/N2 ISA cards and the WANic 400/405 PCI cards
that is based on the HD64570 chip. that is based on the HD64570 chip.
.Pp .Pp
@ -140,7 +140,7 @@ The code can probably stand some optimizing.
.Xr lsdev 8 .Xr lsdev 8
.Sh AUTHORS .Sh AUTHORS
The The
.Nm sr .Nm
device driver was written by device driver was written by
.An John Hay Aq jhay@FreeBSD.org .An John Hay Aq jhay@FreeBSD.org
Netgraph support was added by Netgraph support was added by

View File

@ -41,7 +41,7 @@ PCI Ethernet device driver
.Cd "device vx" .Cd "device vx"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm vx .Nm
driver provides support for the 3Com 3c590 and 3c595 EtherLink III and Fast driver provides support for the 3Com 3c590 and 3c595 EtherLink III and Fast
EtherLink III PCI Ethernet cards in 10 Mbps mode. The medium selection EtherLink III PCI Ethernet cards in 10 Mbps mode. The medium selection
can be influenced by the following link flags to the can be influenced by the following link flags to the
@ -76,12 +76,12 @@ only polled-mode I/O and does not make use of the bus-mastering capability
of the cards. of the cards.
.Sh BUGS .Sh BUGS
The The
.Nm vx .Nm
driver is known not to reset the adapter correctly following a warm boot driver is known not to reset the adapter correctly following a warm boot
on some systems. on some systems.
.Pp .Pp
The The
.Nm vx .Nm
driver has not been exhaustively tested with all the models of cards that it driver has not been exhaustively tested with all the models of cards that it
claims to support. claims to support.
.Sh SEE ALSO .Sh SEE ALSO
@ -91,7 +91,7 @@ claims to support.
.Xr ifconfig 8 .Xr ifconfig 8
.Sh HISTORY .Sh HISTORY
The The
.Nm vx .Nm
device driver first appeared in device driver first appeared in
.Fx 2.1 . .Fx 2.1 .
It was derived from the It was derived from the
@ -99,7 +99,7 @@ It was derived from the
driver, from which it inherits most of its limitations. driver, from which it inherits most of its limitations.
.Sh AUTHORS .Sh AUTHORS
The The
.Nm vx .Nm
device driver and this manual page were written by device driver and this manual page were written by
.An Fred Gray Aq fgray@rice.edu , .An Fred Gray Aq fgray@rice.edu ,
based on the work of based on the work of

View File

@ -39,7 +39,7 @@
.Cd "device wl0 at isa? port 0x300 irq 5" .Cd "device wl0 at isa? port 0x300 irq 5"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm wl .Nm
driver controls a radio lan card system made originally by driver controls a radio lan card system made originally by
NCR, then ATT, now Lucent. The system is spread-spectrum radio NCR, then ATT, now Lucent. The system is spread-spectrum radio
at around 915 mhz (or 2.4 ghz). With the supplied omni-directional antennae, at around 915 mhz (or 2.4 ghz). With the supplied omni-directional antennae,
@ -134,7 +134,7 @@ due to delays in the configuration code.
.Xr http://www.wavelan.com .Xr http://www.wavelan.com
.Sh HISTORY .Sh HISTORY
The The
.Nm wl .Nm
driver was written by driver was written by
.An Anders Klemets .An Anders Klemets
(thousands of years ago?) and (thousands of years ago?) and

View File

@ -34,7 +34,7 @@ Archive/Wangtek cartridge tape driver
.Cd "device wt0 at isa? port 0x300 irq 5 drq 1" .Cd "device wt0 at isa? port 0x300 irq 5 drq 1"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm wt .Nm
driver provides support for the following Archive and Wangtek boards: driver provides support for the following Archive and Wangtek boards:
.Pp .Pp
.Bl -tag -width -offset indent -compact .Bl -tag -width -offset indent -compact

View File

@ -186,7 +186,7 @@ Busy range attributes are not yet managed correctly.
.Xr memcontrol 8 .Xr memcontrol 8
.Sh HISTORY .Sh HISTORY
The The
.Nm mem , .Nm ,
.Nm kmem .Nm kmem
files appeared in files appeared in
.At v6 . .At v6 .

View File

@ -304,7 +304,7 @@ union mterrstat {
.Xr sa 4 .Xr sa 4
.Sh HISTORY .Sh HISTORY
The The
.Nm mtio .Nm
manual appeared in manual appeared in
.Bx 4.2 . .Bx 4.2 .
An i386 version first appeared in An i386 version first appeared in

View File

@ -270,7 +270,7 @@ which is both a netgraph node and a
BSD socket in the protocol family BSD socket in the protocol family
.Dv PF_NETGRAPH . .Dv PF_NETGRAPH .
Socket nodes allow user processes to participate in Socket nodes allow user processes to participate in
.Nm Ns . .Nm .
Other nodes communicate with socket nodes using the usual methods, and the Other nodes communicate with socket nodes using the usual methods, and the
node hides the fact that it is also passing information to and from a node hides the fact that it is also passing information to and from a
cooperating user process. cooperating user process.

View File

@ -44,7 +44,7 @@
.Fd #include <netgraph/ng_ether.h> .Fd #include <netgraph/ng_ether.h>
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ng_ether .Nm
netgraph node type allows Ethernet interfaces to interact with netgraph node type allows Ethernet interfaces to interact with
the the
.Xr netgraph 4 .Xr netgraph 4

View File

@ -45,7 +45,7 @@ device accepts and reads data as any ordinary (and willing)
file \- file \-
but throws it away. but throws it away.
The length of the The length of the
.Nm null .Nm
device is always zero. device is always zero.
.Sh FILES .Sh FILES
.Bl -tag -width /dev/null .Bl -tag -width /dev/null

View File

@ -38,19 +38,19 @@
.Cd device pass2 at scbus0 target 3 unit 0 .Cd device pass2 at scbus0 target 3 unit 0
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm pass .Nm
driver provides a way for userland applications to issue CAM CCBs to the driver provides a way for userland applications to issue CAM CCBs to the
kernel. kernel.
.Pp .Pp
Since the Since the
.Nm pass .Nm
driver allows direct access to the CAM subsystem, system administrators driver allows direct access to the CAM subsystem, system administrators
should exercise caution when granting access to this driver. If used should exercise caution when granting access to this driver. If used
improperly, this driver can allow userland applications to crash a machine improperly, this driver can allow userland applications to crash a machine
or cause data loss. or cause data loss.
.Pp .Pp
The The
.Nm pass .Nm
driver attaches to every driver attaches to every
.Tn SCSI .Tn SCSI
device found in the system. device found in the system.
@ -60,9 +60,9 @@ devices, and allows the user to access devices which have no
"standard" peripheral driver associated with them. "standard" peripheral driver associated with them.
.Sh KERNEL CONFIGURATION .Sh KERNEL CONFIGURATION
It is only necessary to configure one It is only necessary to configure one
.Nm pass .Nm
device in the kernel; device in the kernel;
.Nm pass .Nm
devices are automatically allocated as devices are automatically allocated as
.Tn SCSI .Tn SCSI
devices are found. devices are found.
@ -81,7 +81,7 @@ impossible to service them through the passthrough interface.
This ioctl takes an XPT_GDEVLIST CCB, and returns the passthrough device This ioctl takes an XPT_GDEVLIST CCB, and returns the passthrough device
corresponding to the device in question. Although this ioctl is available corresponding to the device in question. Although this ioctl is available
through the through the
.Nm pass .Nm
driver, it is of limited use, since the caller must already know that driver, it is of limited use, since the caller must already know that
the device in question is a passthrough device if they're issuing this the device in question is a passthrough device if they're issuing this
ioctl. It is probably more useful to issue this ioctl through the ioctl. It is probably more useful to issue this ioctl through the
@ -92,7 +92,7 @@ device.
.Bl -tag -width 01234567890 -compact .Bl -tag -width 01234567890 -compact
.It Pa /dev/pass Ns Ar n .It Pa /dev/pass Ns Ar n
Character device nodes for the Character device nodes for the
.Nm pass .Nm
driver. There should be one of these for each device accessed through the driver. There should be one of these for each device accessed through the
CAM subsystem. CAM subsystem.
.El .El

View File

@ -34,7 +34,7 @@
.Cd device pci .Cd device pci
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm pci .Nm
driver provides a way for userland programs to read and write driver provides a way for userland programs to read and write
.Tn PCI .Tn PCI
configuration registers. It also provides a way for userland programs to configuration registers. It also provides a way for userland programs to
@ -45,17 +45,17 @@ devices, or all
devices that match various patterns. devices that match various patterns.
.Pp .Pp
Since the Since the
.Nm pci .Nm
driver provides a write interface for driver provides a write interface for
.Tn PCI .Tn PCI
configuration registers, system administrators should exercise caution when configuration registers, system administrators should exercise caution when
granting access to the granting access to the
.Nm pci .Nm
device. If used improperly, this driver can allow userland applications to device. If used improperly, this driver can allow userland applications to
crash a machine or cause data loss. crash a machine or cause data loss.
.Sh KERNEL CONFIGURATION .Sh KERNEL CONFIGURATION
It is only necessary to specify one It is only necessary to specify one
.Nm pci .Nm
controller in the kernel. Additional controller in the kernel. Additional
.Tn PCI .Tn PCI
busses are handled automatically as they are encountered. busses are handled automatically as they are encountered.
@ -63,7 +63,7 @@ busses are handled automatically as they are encountered.
The following The following
.Xr ioctl 2 .Xr ioctl 2
calls are supported by the calls are supported by the
.Nm pci .Nm
driver. They are defined in the header file driver. They are defined in the header file
.Aq Pa sys/pciio.h . .Aq Pa sys/pciio.h .
.Bl -tag -width 012345678901234 .Bl -tag -width 012345678901234
@ -265,7 +265,7 @@ configuration registers.
.Bl -tag -width 01234567890 -compact .Bl -tag -width 01234567890 -compact
.It Pa /dev/pci .It Pa /dev/pci
Character device for the Character device for the
.Nm pci .Nm
driver. driver.
.El .El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
@ -274,7 +274,7 @@ None.
.Xr pciconf 8 .Xr pciconf 8
.Sh HISTORY .Sh HISTORY
The The
.Nm pci .Nm
driver (not the kernel's driver (not the kernel's
.Tn PCI .Tn PCI
support code) first appeared in support code) first appeared in

View File

@ -48,7 +48,7 @@
.Sh DESCRIPTION .Sh DESCRIPTION
.Ss Overview .Ss Overview
The The
.Nm pcvt .Nm
driver provides a virtual screen handling system. driver provides a virtual screen handling system.
Probably most important is an emulation of a wide range Probably most important is an emulation of a wide range
of DEC of DEC
@ -59,7 +59,7 @@ See
for a detailed description. for a detailed description.
.Pp .Pp
The The
.Nm pcvt .Nm
driver requires the keyboard driver driver requires the keyboard driver
.Nm atkbd .Nm atkbd
to be also configured in the kernel. to be also configured in the kernel.
@ -135,7 +135,7 @@ and
it is possible to scroll the screen back and forward. it is possible to scroll the screen back and forward.
.Ss Configuration .Ss Configuration
The The
.Nm pcvt .Nm
console driver is available for the Intel-based console driver is available for the Intel-based
.Fx .Fx
operating system. operating system.
@ -177,7 +177,7 @@ See the files
and and
.Pa Keyboard.HP .Pa Keyboard.HP
in the in the
.Nm pcvt .Nm
documentation directory for a full description. documentation directory for a full description.
.It No .It No
Default: off Default: off
@ -247,7 +247,7 @@ The functionality described below may be accessed via
.Xr ioctl 2 .Xr ioctl 2
system calls with a file descriptor opened on a device node system calls with a file descriptor opened on a device node
related to the related to the
.Nm pcvt .Nm
driver. driver.
To make use of them, a program should contain the following line: To make use of them, a program should contain the following line:
.Pp .Pp
@ -320,7 +320,7 @@ LED flags.
.Em Keyboard remapping .Em Keyboard remapping
.Pp .Pp
One important feature of the One important feature of the
.Nm pcvt .Nm
driver is its ability to overload the built in key definition. driver is its ability to overload the built in key definition.
.Pp .Pp
.Bl -tag -width 20n -offset indent -compact .Bl -tag -width 20n -offset indent -compact
@ -651,7 +651,7 @@ struct pcvtinfo {
.Em Screen saver .Em Screen saver
.Pp .Pp
Depending on the configuration of a Depending on the configuration of a
.Nm pcvt .Nm
driver, their might be a simple screen saver available. driver, their might be a simple screen saver available.
It is controlled It is controlled
by the command by the command
@ -672,7 +672,7 @@ option
.Pp .Pp
.Em Compatibility commands for USL-style VT's .Em Compatibility commands for USL-style VT's
.Pp .Pp
.Nm pcvt .Nm
supports a subset of the USL-style commands used to control supports a subset of the USL-style commands used to control
the virtual terminal interface. the virtual terminal interface.
This feature is mainly intended to allow This feature is mainly intended to allow
@ -693,18 +693,18 @@ function calls
.It Pa /dev/ttyv? .It Pa /dev/ttyv?
.It Pa /dev/console .It Pa /dev/console
Device nodes to access the Device nodes to access the
.Nm pcvt .Nm
driver driver
.It Pa i386/isa/pcvt/pcvt_conf.h .It Pa i386/isa/pcvt/pcvt_conf.h
.Pq relative to the kernel source tree .Pq relative to the kernel source tree
Documents the various compile-time options to tailor Documents the various compile-time options to tailor
.Nm pcvt . .Nm .
.Sh HISTORY .Sh HISTORY
The The
.Nm pcvt .Nm
driver has been developed for and contributed to 386BSD 0.1. driver has been developed for and contributed to 386BSD 0.1.
Since then Since then
.Nm pcvt .Nm
has become a standard part of has become a standard part of
.Fx , .Fx ,
.Nx .Nx
@ -712,7 +712,7 @@ and
OpenBSD. OpenBSD.
Since Since
.Fx 5.0 , .Fx 5.0 ,
.Nm pcvt .Nm
is is
.Fx .Fx
specific with support for specific with support for

View File

@ -44,11 +44,11 @@
.Cd "pseudo-device ppp" Op Ar count .Cd "pseudo-device ppp" Op Ar count
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ppp .Nm
interface allows serial lines to be used as network interfaces using the interface allows serial lines to be used as network interfaces using the
.Em point-to-point .Em point-to-point
protocol. The protocol. The
.Nm ppp .Nm
interface can use various types of compression and has many features over interface can use various types of compression and has many features over
the the
.Xr sl 4 .Xr sl 4

View File

@ -42,7 +42,7 @@
.Cd "pseudo-device pty" .Cd "pseudo-device pty"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm pty .Nm
driver provides support for a device-pair termed a driver provides support for a device-pair termed a
.Em pseudo terminal . .Em pseudo terminal .
A pseudo terminal is a pair of character devices, a A pseudo terminal is a pair of character devices, a

View File

@ -36,7 +36,7 @@
.Cd device sa1 at scbus0 target 4 unit 0 .Cd device sa1 at scbus0 target 4 unit 0
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm sa .Nm
driver provides support for all driver provides support for all
.Tn SCSI .Tn SCSI
devices of the sequential access class that are attached to the system devices of the sequential access class that are attached to the system
@ -168,7 +168,7 @@ block devices. This has not been determined yet, and they are treated
as separate behaviors by the driver at this time.) as separate behaviors by the driver at this time.)
.Sh IOCTLS .Sh IOCTLS
The The
.Nm sa .Nm
driver supports all of the ioctls of driver supports all of the ioctls of
.Xr mtio 4 . .Xr mtio 4 .
.Sh FILES .Sh FILES
@ -211,7 +211,7 @@ None.
.Xr scsi 4 .Xr scsi 4
.Sh HISTORY .Sh HISTORY
The The
.Nm sa .Nm
driver was written for the driver was written for the
.Tn CAM .Tn CAM
.Tn SCSI .Tn SCSI

View File

@ -33,7 +33,7 @@
.Nd SCSI disk driver .Nd SCSI disk driver
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm sd .Nm
driver has been replaced by the driver has been replaced by the
.Xr da 4 .Xr da 4
driver. driver.

View File

@ -35,7 +35,7 @@
.Cd device ses .Cd device ses
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ses .Nm
driver provides support for all driver provides support for all
.Tn SCSI .Tn SCSI
devices of the environmental services class that are attached to the system devices of the environmental services class that are attached to the system
@ -56,7 +56,7 @@ before a
SCSI Environmental Services device can be configured. SCSI Environmental Services device can be configured.
.Sh KERNEL CONFIGURATION .Sh KERNEL CONFIGURATION
It is only necessary to explicitly configure one It is only necessary to explicitly configure one
.Nm ses .Nm
device; data structures are dynamically allocated as devices are found device; data structures are dynamically allocated as devices are found
on the on the
.Tn SCSI .Tn SCSI

View File

@ -105,7 +105,7 @@ Minor numbering:
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm sio .Nm
driver provides support for NS8250-, NS16450-, NS16550 and NS16550A-based driver provides support for NS8250-, NS16450-, NS16550 and NS16550A-based
.Tn EIA .Tn EIA
.Tn RS-232C .Tn RS-232C
@ -194,7 +194,7 @@ Choose a port containing an IRQ status register for forwards compatibility,
and the highest possible port for consistency. and the highest possible port for consistency.
.Pp .Pp
Serial ports controlled by the Serial ports controlled by the
.Nm sio .Nm
driver can be used for both `callin' and `callout'. driver can be used for both `callin' and `callout'.
For each port there is a callin device and a callout device. For each port there is a callin device and a callout device.
The minor number of the callout device is 128 higher The minor number of the callout device is 128 higher
@ -212,7 +212,7 @@ to work on general ports and need to open the port without waiting
but are too stupid to do so. but are too stupid to do so.
.Pp .Pp
The The
.Nm sio .Nm
driver also supports an initial-state and a lock-state control driver also supports an initial-state and a lock-state control
device for each of the callin and the callout "data" devices. device for each of the callin and the callout "data" devices.
The minor number of the initial-state device is 32 higher The minor number of the initial-state device is 32 higher

View File

@ -44,11 +44,11 @@
.Cd "pseudo-device sl" Op Ar count .Cd "pseudo-device sl" Op Ar count
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm sl .Nm
interface allows serial lines to be used as network interfaces using the interface allows serial lines to be used as network interfaces using the
.Em slip .Em slip
protocol. The protocol. The
.Nm sl .Nm
interface can use Van Jacobson TCP header compression and ICMP filtering. interface can use Van Jacobson TCP header compression and ICMP filtering.
This is arranged by using the various link-level flags to the This is arranged by using the various link-level flags to the
.Xr ifconfig 8 .Xr ifconfig 8

View File

@ -30,7 +30,7 @@
.Nm SMP .Nm SMP
.Nd description of the FreeBSD Symmetric MultiProcessor kernel. .Nd description of the FreeBSD Symmetric MultiProcessor kernel.
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm SMP .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -20,9 +20,9 @@
and watch activities on it. and watch activities on it.
To associate a given To associate a given
.Nm snp .Nm
device with a tty to be observed, open the device with a tty to be observed, open the
.Nm snp .Nm
device and then use the SNPSTTY ioctl. device and then use the SNPSTTY ioctl.
The argument passed to the IOCTL is the address of a variable of type The argument passed to the IOCTL is the address of a variable of type
dev_t. dev_t.
@ -31,7 +31,7 @@ the snp device from a tty.
.Pp .Pp
The SNPGTTY ioctl returns information about the current tty attached to The SNPGTTY ioctl returns information about the current tty attached to
the open the open
.Nm snp .Nm
device. device.
.Pp .Pp
The FIONREAD ioctl returns a positive value equal to the number of characters The FIONREAD ioctl returns a positive value equal to the number of characters
@ -43,7 +43,7 @@ device overflow occured, device detached.
.It Dv SNP_TTYCLOSE .It Dv SNP_TTYCLOSE
tty not attached. tty not attached.
.It Dv SNP_DETACH .It Dv SNP_DETACH
.Nm snp .Nm
device has been detached by user or tty device has been closed device has been detached by user or tty device has been closed
and detached. and detached.
.Sh SEE ALSO .Sh SEE ALSO
@ -52,7 +52,7 @@ and detached.
.Xr watch 8 .Xr watch 8
.Sh RESTRICTIONS .Sh RESTRICTIONS
Only the superuser may access the Only the superuser may access the
.Nm snp .Nm
devices. devices.
.Sh BUGS .Sh BUGS
While in line mode, user input can't be seen. While in line mode, user input can't be seen.
@ -61,6 +61,6 @@ No signals may be sent to the observed tty.
.An Ugen J.S. Antsilevich Aq ugen@NetVision.net.il .An Ugen J.S. Antsilevich Aq ugen@NetVision.net.il
.Sh HISTORY .Sh HISTORY
The The
.Nm snp .Nm
device first appeared in device first appeared in
.Fx 2.1 . .Fx 2.1 .

View File

@ -33,7 +33,7 @@
.Nd SCSI tape driver .Nd SCSI tape driver
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm st .Nm
driver has been replaced by the driver has been replaced by the
.Xr sa 4 .Xr sa 4
driver. driver.

View File

@ -67,7 +67,7 @@ valid 6to4 address needs to be configured to the interface.
.Dq A valid 6to4 address .Dq A valid 6to4 address
is an address which has the following properties. is an address which has the following properties.
If any of the following properties are not satisfied, If any of the following properties are not satisfied,
.Nm stf .Nm
raises runtime error on packet transmission. raises runtime error on packet transmission.
Read the specification for more details. Read the specification for more details.
.Bl -bullet .Bl -bullet

View File

@ -31,7 +31,7 @@
.Nm syncer .Nm syncer
.Nd filesystem synchronizer kernel process .Nd filesystem synchronizer kernel process
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm syncer .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -11,25 +11,25 @@
.Cd pseudo-device tap .Cd pseudo-device tap
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm tap .Nm
interface is a software loopback mechanism that can be loosely interface is a software loopback mechanism that can be loosely
described as the network interface analog of the described as the network interface analog of the
.Xr pty 4 , .Xr pty 4 ,
that is, that is,
.Nm tap .Nm
does for network interfaces what the does for network interfaces what the
.Nm pty .Nm pty
driver does for terminals. driver does for terminals.
.Pp .Pp
The The
.Nm tap .Nm
driver, like the driver, like the
.Nm pty .Nm pty
driver, provides two interfaces: an interface like the usual facility driver, provides two interfaces: an interface like the usual facility
it is simulating it is simulating
.Po .Po
an Ethernet network interface in the case of an Ethernet network interface in the case of
.Nm tap , .Nm ,
or a terminal for or a terminal for
.Nm pty .Nm pty
.Pc , .Pc ,
@ -200,11 +200,11 @@ device is not open, output frames are thrown away rather than
letting them pile up. letting them pile up.
.Pp .Pp
The The
.Nm tap .Nm
device is also can be used with the VMware port as a replacement device is also can be used with the VMware port as a replacement
for the old VMnet device driver. The driver uses the minor number for the old VMnet device driver. The driver uses the minor number
to select between to select between
.Nm tap .Nm
and and
.Nm vmnet .Nm vmnet
devices. VMnet minor numbers begin at devices. VMnet minor numbers begin at

View File

@ -1091,7 +1091,7 @@ is set, the receiver is enabled. Otherwise, no character is
received. received.
Not all hardware supports this bit. In fact, this flag Not all hardware supports this bit. In fact, this flag
is pretty silly and if it were not part of the is pretty silly and if it were not part of the
.Nm termios .Nm
specification specification
it would be omitted. it would be omitted.
.Pp .Pp

View File

@ -12,25 +12,25 @@
.Cd pseudo-device tun .Cd pseudo-device tun
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm tun .Nm
interface is a software loopback mechanism that can be loosely interface is a software loopback mechanism that can be loosely
described as the network interface analog of the described as the network interface analog of the
.Xr pty 4 , .Xr pty 4 ,
that is, that is,
.Nm tun .Nm
does for network interfaces what the does for network interfaces what the
.Nm pty .Nm pty
driver does for terminals. driver does for terminals.
.Pp .Pp
The The
.Nm tun .Nm
driver, like the driver, like the
.Nm pty .Nm pty
driver, provides two interfaces: an interface like the usual facility driver, provides two interfaces: an interface like the usual facility
it is simulating it is simulating
.Po .Po
a network interface in the case of a network interface in the case of
.Nm tun , .Nm ,
or a terminal for or a terminal for
.Nm pty .Nm pty
.Pc , .Pc ,

View File

@ -142,7 +142,7 @@ device ukbd
.Ed .Ed
.Pp .Pp
Add the Add the
.Nm ukbd .Nm
driver to the kernel. driver to the kernel.
.Sh SEE ALSO .Sh SEE ALSO
.Xr kbdcontrol 1 , .Xr kbdcontrol 1 ,
@ -154,7 +154,7 @@ driver to the kernel.
.\".Sh HISTORY .\".Sh HISTORY
.Sh AUTHORS .Sh AUTHORS
The The
.Nm ukbd .Nm
driver was written by driver was written by
.An Lennart Augustsson Aq augustss@cs.chalmers.se .An Lennart Augustsson Aq augustss@cs.chalmers.se
for for

View File

@ -69,7 +69,7 @@ SCSI drives,
.Dl device pass .Dl device pass
.Pp .Pp
Add the Add the
.Nm umass .Nm
driver to the kernel. driver to the kernel.
.Pp .Pp
.Dl camcontrol rescan 0 .Dl camcontrol rescan 0
@ -102,7 +102,7 @@ Create a new FAT type filesystem.
.\".Sh HISTORY .\".Sh HISTORY
.Sh AUTHORS .Sh AUTHORS
The The
.Nm umass .Nm
driver was written by driver was written by
.An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp .An MAEKAWA Masahide Aq bishop@rr.iij4u.or.jp
and and

View File

@ -67,7 +67,7 @@ blocking device node
.Dl device ums .Dl device ums
.Pp .Pp
Add the Add the
.Nm ums .Nm
driver to the kernel. driver to the kernel.
.Pp .Pp
.Dl moused -p /dev/ums0 -t auto .Dl moused -p /dev/ums0 -t auto
@ -108,7 +108,7 @@ For XFree86 3.3.1 the entry should be:
.\".Sh HISTORY .\".Sh HISTORY
.Sh AUTHORS .Sh AUTHORS
The The
.Nm ums .Nm
driver was written by driver was written by
.An Lennart Augustsson Aq augustss@cs.chalmers.se .An Lennart Augustsson Aq augustss@cs.chalmers.se
for for

View File

@ -117,7 +117,7 @@ must be configured in the kernel as well.
.\".Sh HISTORY .\".Sh HISTORY
.Sh AUTHORS .Sh AUTHORS
The The
.Nm uscanner .Nm
driver was written by driver was written by
.An Nick Hibma Aq n_hibma@FreeBSD.org . .An Nick Hibma Aq n_hibma@FreeBSD.org .
.Pp .Pp

View File

@ -165,7 +165,7 @@ pseudo-device vinum
.Pp .Pp
.Ss DEBUG OPTIONS .Ss DEBUG OPTIONS
The current version of The current version of
.Nm vinum , .Nm ,
both the kernel module and the user program both the kernel module and the user program
.Xr vinum 8 , .Xr vinum 8 ,
include significant debugging support. It is not recommended to remove include significant debugging support. It is not recommended to remove
@ -204,10 +204,10 @@ is part of the base
.Fx .Fx
system. It does not require installation. system. It does not require installation.
To start it, start the To start it, start the
.Nm vinum .Nm
program, which will load the kld if it is not already present. program, which will load the kld if it is not already present.
Before using Before using
.Nm vinum , .Nm ,
it must be configured. See it must be configured. See
.Xr vinum 8 .Xr vinum 8
for information on how to create a for information on how to create a
@ -229,7 +229,8 @@ at boot time.
If If
.Nm .Nm
is loaded as a kld (the recommended way), the is loaded as a kld (the recommended way), the
.Nm vinum Ar stop .Nm
.Ar stop
command will unload it. You can also do this with the command will unload it. You can also do this with the
.Nm kldunload .Nm kldunload
command. command.
@ -982,14 +983,15 @@ the
.Ss Reporting problems with Vinum .Ss Reporting problems with Vinum
.Pp .Pp
If you find any bugs in If you find any bugs in
.Nm vinum , .Nm ,
please report them to Greg Lehey <grog@lemis.com>. Supply the following please report them to Greg Lehey <grog@lemis.com>. Supply the following
information: information:
.Pp .Pp
.Bl -bullet .Bl -bullet
.It .It
The output of the The output of the
.Nm vinum list .Nm
.Cm list
command. command.
.It .It
Any messages printed in Any messages printed in
@ -1003,7 +1005,7 @@ If you have a panic, a stack trace as described above.
.Sh AUTHORS .Sh AUTHORS
.An Greg Lehey Aq grog@lemis.com . .An Greg Lehey Aq grog@lemis.com .
.Sh HISTORY .Sh HISTORY
.Nm vinum .Nm
first appeared in first appeared in
.Fx 3.0 . .Fx 3.0 .
The RAID-5 component of The RAID-5 component of

View File

@ -59,7 +59,7 @@ how to properly configure disks and pseudo-devices in a kernel
configuration file. configuration file.
.Pp .Pp
In order to compile in support for the In order to compile in support for the
.Nm vn , .Nm ,
you must add a line similar you must add a line similar
to the following to your kernel configuration file: to the following to your kernel configuration file:
.Bd -unfilled -offset indent .Bd -unfilled -offset indent
@ -71,7 +71,7 @@ may also exist as a kernel module to be automatically loaded into the
system when you run the vnconfig command for the first time. system when you run the vnconfig command for the first time.
.Pp .Pp
There is a run-time utility that is used for configuring There is a run-time utility that is used for configuring
.Nm vn Ns 's . .Nm Ns 's .
See See
.Xr vnconfig 8 .Xr vnconfig 8
for more information. for more information.

View File

@ -44,7 +44,7 @@
None. None.
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm worm .Nm
driver was provided under driver was provided under
.Fx .Fx
releases prior to releases prior to

View File

@ -37,19 +37,19 @@
None. None.
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm xpt .Nm
driver provides a way for userland applications to issue certain CAM CCBs driver provides a way for userland applications to issue certain CAM CCBs
to the kernel. to the kernel.
.Pp .Pp
Since the Since the
.Nm xpt .Nm
driver allows direct access to the CAM subsystem, system administrators driver allows direct access to the CAM subsystem, system administrators
should exercise caution when granting access to this driver. If used should exercise caution when granting access to this driver. If used
improperly, this driver can allow userland applications to crash a machine improperly, this driver can allow userland applications to crash a machine
or cause data loss. or cause data loss.
.Sh KERNEL CONFIGURATION .Sh KERNEL CONFIGURATION
There is no kernel configuration required for the There is no kernel configuration required for the
.Nm xpt .Nm
driver. It is enabled when driver. It is enabled when
.Tn SCSI .Tn SCSI
support is enabled in the kernel. There is one instance of the xpt driver support is enabled in the kernel. There is one instance of the xpt driver
@ -86,7 +86,7 @@ corresponding to the device in question.
.Bl -tag -width 01234567890 -compact .Bl -tag -width 01234567890 -compact
.It Pa /dev/xpt0 .It Pa /dev/xpt0
Character device node for the Character device node for the
.Nm xpt .Nm
driver. driver.
.El .El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS

View File

@ -35,7 +35,7 @@
.Nm yp .Nm yp
.Nd description of the YP/NIS system .Nd description of the YP/NIS system
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm yp .Nm
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm YP .Nm YP

View File

@ -127,6 +127,6 @@ command can be used:
.Xr sysctl 8 .Xr sysctl 8
.Sh HISTORY .Sh HISTORY
A A
.Nm core .Nm
file format appeared in file format appeared in
.At v6 . .At v6 .

View File

@ -48,7 +48,7 @@
devfs /devs devfs rw 0 0 devfs /devs devfs rw 0 0
.Sh DESCRIPTION .Sh DESCRIPTION
The device file system, or The device file system, or
.Nm devfs , .Nm ,
provides access to kernel's device provides access to kernel's device
namespace in the global filesystem namespace. namespace in the global filesystem namespace.
The conventional mount point is The conventional mount point is

View File

@ -53,7 +53,7 @@ The format is patterned
after the after the
.Xr termcap 5 .Xr termcap 5
terminal data base. Entries in terminal data base. Entries in
.Nm disktab .Nm
consist of a number of `:' separated fields. The consist of a number of `:' separated fields. The
first entry for each disk gives the names which are first entry for each disk gives the names which are
known for the disk, separated by `|' characters. The known for the disk, separated by `|' characters. The

View File

@ -38,7 +38,7 @@
.Nd ethernet address database .Nd ethernet address database
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm ethers .Nm
database contains information regarding known 48-bit ethernet addresses database contains information regarding known 48-bit ethernet addresses
of hosts on an Internetwork. of hosts on an Internetwork.
The data is stored in a file called The data is stored in a file called
@ -90,7 +90,7 @@ structure, and a hostname stored as a character string.
.Bl -tag -width /etc/services -compact .Bl -tag -width /etc/services -compact
.It Pa /etc/ethers .It Pa /etc/ethers
The The
.Nm ethers .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El
@ -99,5 +99,5 @@ file resides in
.Xr yp 4 .Xr yp 4
.Sh HISTORY .Sh HISTORY
The The
.Nm ethers .Nm
format is based on the format used in SunOS 4.1.x. format is based on the format used in SunOS 4.1.x.

View File

@ -9,7 +9,7 @@
.Nd change device protection upon login .Nd change device protection upon login
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm fbtab .Nm
file contains a number of lines specifying a device together with a list file contains a number of lines specifying a device together with a list
of devices with associated protections. of devices with associated protections.
Comments start with a # and extend to the end of the line. Comments start with a # and extend to the end of the line.
@ -33,7 +33,7 @@ and gid arguments.
.Bl -tag -width /etc/fbtab -compact .Bl -tag -width /etc/fbtab -compact
.It Pa /etc/fbtab .It Pa /etc/fbtab
The The
.Nm fbtab .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -48,7 +48,7 @@
fdesc /dev/fd fdesc rw 0 0 fdesc /dev/fd fdesc rw 0 0
.Sh DESCRIPTION .Sh DESCRIPTION
The file-descriptor file system, or The file-descriptor file system, or
.Nm fdesc , .Nm ,
provides access to the per-process file descriptor provides access to the per-process file descriptor
namespace in the global filesystem namespace. namespace in the global filesystem namespace.
The conventional mount point is The conventional mount point is

View File

@ -48,7 +48,7 @@
fdesc /dev/fd fdesc rw 0 0 fdesc /dev/fd fdesc rw 0 0
.Sh DESCRIPTION .Sh DESCRIPTION
The file-descriptor file system, or The file-descriptor file system, or
.Nm fdesc , .Nm ,
provides access to the per-process file descriptor provides access to the per-process file descriptor
namespace in the global filesystem namespace. namespace in the global filesystem namespace.
The conventional mount point is The conventional mount point is

View File

@ -42,24 +42,24 @@
.Fd #include <fstab.h> .Fd #include <fstab.h>
.Sh DESCRIPTION .Sh DESCRIPTION
The file The file
.Nm fstab .Nm
contains descriptive information about the various file contains descriptive information about the various file
systems. systems.
.Nm fstab .Nm
is only read by programs, and not written; is only read by programs, and not written;
it is the duty of the system administrator to properly create it is the duty of the system administrator to properly create
and maintain this file. and maintain this file.
Each filesystem is described on a separate line; Each filesystem is described on a separate line;
fields on each line are separated by tabs or spaces. fields on each line are separated by tabs or spaces.
The order of records in The order of records in
.Nm fstab .Nm
is important because is important because
.Xr fsck 8 , .Xr fsck 8 ,
.Xr mount 8 , .Xr mount 8 ,
and and
.Xr umount 8 .Xr umount 8
sequentially iterate through sequentially iterate through
.Nm fstab .Nm
doing their thing. doing their thing.
.Pp .Pp
The first field, The first field,
@ -240,7 +240,7 @@ and
.Bl -tag -width /etc/fstab -compact .Bl -tag -width /etc/fstab -compact
.It Pa /etc/fstab .It Pa /etc/fstab
The file The file
.Nm fstab .Nm
resides in resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -151,7 +151,7 @@ may still have this limits.
The The
.Xr passwd 1 .Xr passwd 1
command does not change the command does not change the
.Nm group .Nm
passwords. passwords.
.Sh HISTORY .Sh HISTORY
A A

View File

@ -40,7 +40,7 @@
.Nd host name data base .Nd host name data base
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm hosts .Nm
file contains information regarding file contains information regarding
the known hosts on the network. the known hosts on the network.
It can be used in conjunction with DNS, and the NIS It can be used in conjunction with DNS, and the NIS
@ -95,7 +95,7 @@ or comment character.
.Bl -tag -width /etc/hosts -compact .Bl -tag -width /etc/hosts -compact
.It Pa /etc/hosts .It Pa /etc/hosts
The The
.Nm hosts .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -40,7 +40,7 @@
.Nd trusted remote host name and user data base .Nd trusted remote host name and user data base
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm hosts.equiv .Nm
and and
.Nm .rhosts .Nm .rhosts
files contain information regarding files contain information regarding
@ -119,7 +119,7 @@ except users from netgroup
.Bl -tag -width /etc/hosts.equivxxx -compact .Bl -tag -width /etc/hosts.equivxxx -compact
.It Pa /etc/hosts.equiv .It Pa /etc/hosts.equiv
The The
.Nm hosts.equiv .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.It Pa $HOME/.rhosts .It Pa $HOME/.rhosts

View File

@ -39,7 +39,7 @@
.Nd trusted hosts that may use local print services .Nd trusted hosts that may use local print services
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm hosts.lpd .Nm
file contains a list of hostnames or IP addresses file contains a list of hostnames or IP addresses
that are allowed to use your local print services. that are allowed to use your local print services.
List every hostname or IP address on a line itself. List every hostname or IP address on a line itself.
@ -47,7 +47,7 @@ List every hostname or IP address on a line itself.
.Bl -tag -width /etc/hosts.lpdxxxxx -compact .Bl -tag -width /etc/hosts.lpdxxxxx -compact
.It Pa /etc/hosts.lpd .It Pa /etc/hosts.lpd
The The
.Nm hosts.lpd .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -50,6 +50,6 @@ location of most system configuration files
.El .El
.Sh HISTORY .Sh HISTORY
The The
.Nm intro .Nm
section manual page appeared in section manual page appeared in
.Fx 2.2 . .Fx 2.2 .

View File

@ -42,7 +42,7 @@ kern /kern kernfs rw 0 0
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The kernel file system, or The kernel file system, or
.Nm kernfs , .Nm ,
provides access to information on the currently running kernel. provides access to information on the currently running kernel.
It is normally mounted on It is normally mounted on
.Pa /kern . .Pa /kern .
@ -105,7 +105,7 @@ is also available from
.Bl -tag -width /kern/XXXXXXX .Bl -tag -width /kern/XXXXXXX
.It Pa /kern .It Pa /kern
normal mount point for the normal mount point for the
.Nm kernfs . .Nm .
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr sysctl 3 , .Xr sysctl 3 ,

View File

@ -14,7 +14,7 @@ linproc /compat/linux/proc linprocfs rw 0 0
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The Linux process file system, or The Linux process file system, or
.Nm linprocfs , .Nm ,
emulates a subset of Linux' process file system and is required for emulates a subset of Linux' process file system and is required for
the complete operation of some Linux binaries. the complete operation of some Linux binaries.
.Pp .Pp
@ -52,7 +52,7 @@ group.
.Bl -tag -width /compat/linux/proc/self/XXXXXXX -compact .Bl -tag -width /compat/linux/proc/self/XXXXXXX -compact
.It Pa /compat/linux/proc .It Pa /compat/linux/proc
normal mount point for the normal mount point for the
.Nm linprocfs . .Nm .
.It Pa /compat/linux/proc/cpuinfo .It Pa /compat/linux/proc/cpuinfo
CPU vendor and model information in human-readable form. CPU vendor and model information in human-readable form.
.It Pa /compat/linux/proc/meminfo .It Pa /compat/linux/proc/meminfo

View File

@ -40,7 +40,7 @@
.Nd network name data base .Nd network name data base
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm networks .Nm
file contains information regarding file contains information regarding
the known networks which comprise the the known networks which comprise the
.Tn DARPA .Tn DARPA
@ -74,7 +74,7 @@ delimiter, newline, or comment character.
.Bl -tag -width /etc/networks -compact .Bl -tag -width /etc/networks -compact
.It Pa /etc/networks .It Pa /etc/networks
The The
.Nm networks .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -50,7 +50,7 @@ containing information regarding hosts, users (passwords), groups, etc.
Each database comes from a source (such as local files, DNS, and Each database comes from a source (such as local files, DNS, and
.Tn NIS ) , .Tn NIS ) ,
and the order to look up the sources is specified in and the order to look up the sources is specified in
.Nm nsswitch.conf . .Nm .
.Pp .Pp
Each entry in Each entry in
.Nm .Nm
@ -199,7 +199,7 @@ To ensure compatibility with previous and current implementations, the
source must appear alone for a given database. source must appear alone for a given database.
.Ss Default source lists .Ss Default source lists
If, for any reason, If, for any reason,
.Nm nsswitch.conf .Nm
doesn't exist, or it has missing or corrupt entries, doesn't exist, or it has missing or corrupt entries,
.Xr nsdispatch 3 .Xr nsdispatch 3
will default to an entry of will default to an entry of

View File

@ -44,7 +44,7 @@
.Nd format of the password file .Nd format of the password file
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm passwd .Nm
files are the local source of password information. files are the local source of password information.
They can be used in conjunction with the Hesiod domains They can be used in conjunction with the Hesiod domains
.Sq passwd .Sq passwd

View File

@ -33,7 +33,7 @@
.Nd periodic job configuration information. .Nd periodic job configuration information.
.Sh DESCRIPTION .Sh DESCRIPTION
The file The file
.Nm periodic.conf .Nm
contains a description of how daily, weekly and montly system maintenance contains a description of how daily, weekly and montly system maintenance
jobs should run. jobs should run.
It resides in the It resides in the

View File

@ -14,7 +14,7 @@ proc /proc procfs rw 0 0
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
The process file system, or The process file system, or
.Nm procfs , .Nm ,
implements a view of the system process table inside the file system. implements a view of the system process table inside the file system.
It is normally mounted on It is normally mounted on
.Pa /proc , .Pa /proc ,
@ -202,7 +202,7 @@ group.
.Bl -tag -width /proc/curproc/XXXXXXX -compact .Bl -tag -width /proc/curproc/XXXXXXX -compact
.It Pa /proc .It Pa /proc
normal mount point for the normal mount point for the
.Nm procfs . .Nm .
.It Pa /proc/pid .It Pa /proc/pid
directory containing process information for process directory containing process information for process
.Pa pid . .Pa pid .

View File

@ -40,7 +40,7 @@
.Nd protocol name data base .Nd protocol name data base
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm protocols .Nm
file contains information regarding the known protocols used in the file contains information regarding the known protocols used in the
.Tn DARPA .Tn DARPA
Internet. For each protocol a single line should be present Internet. For each protocol a single line should be present
@ -63,7 +63,7 @@ or comment character.
.Bl -tag -width /etc/protocols -compact .Bl -tag -width /etc/protocols -compact
.It Pa /etc/protocols .It Pa /etc/protocols
The The
.Nm protocols .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -186,7 +186,7 @@ arpavax|ax:\e
.Bl -tag -width /etc/remote -compact .Bl -tag -width /etc/remote -compact
.It Pa /etc/remote .It Pa /etc/remote
The The
.Nm remote .Nm
host description file host description file
resides in resides in
.Pa /etc . .Pa /etc .

View File

@ -40,7 +40,7 @@
.Nd service name data base .Nd service name data base
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm services .Nm
file contains information regarding file contains information regarding
the known services available in the the known services available in the
Internet. Internet.
@ -78,7 +78,7 @@ at the location where the ``+'' appears.
.Bl -tag -width /etc/services -compact .Bl -tag -width /etc/services -compact
.It Pa /etc/services .It Pa /etc/services
The The
.Nm services .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -40,7 +40,7 @@
.Nd shell database .Nd shell database
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm shells .Nm
file contains a list of the shells on the system. file contains a list of the shells on the system.
For each shell a single line should be present, consisting of the For each shell a single line should be present, consisting of the
shell's path, relative to root. shell's path, relative to root.
@ -53,7 +53,7 @@ Blank lines are also ignored.
.Bl -tag -width /etc/shells -compact .Bl -tag -width /etc/shells -compact
.It Pa /etc/shells .It Pa /etc/shells
The The
.Nm shells .Nm
file resides in file resides in
.Pa /etc . .Pa /etc .
.El .El

View File

@ -217,6 +217,6 @@ compiled files:
More basic types are needed. More basic types are needed.
.Sh HISTORY .Sh HISTORY
The The
.Nm stab .Nm
file appeared in file appeared in
.Bx 4.0 . .Bx 4.0 .

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