summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.i386
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r--share/man/man4/man4.i386/alpm.43
-rw-r--r--share/man/man4/man4.i386/apm.410
-rw-r--r--share/man/man4/man4.i386/asr.43
-rw-r--r--share/man/man4/man4.i386/en.412
-rw-r--r--share/man/man4/man4.i386/pnp.42
-rw-r--r--share/man/man4/man4.i386/ray.42
-rw-r--r--share/man/man4/man4.i386/spkr.44
-rw-r--r--share/man/man4/man4.i386/tw.410
-rw-r--r--share/man/man4/man4.i386/wl.42
9 files changed, 22 insertions, 26 deletions
diff --git a/share/man/man4/man4.i386/alpm.4 b/share/man/man4/man4.i386/alpm.4
index caf6bea..8fdfd06 100644
--- a/share/man/man4/man4.i386/alpm.4
+++ b/share/man/man4/man4.i386/alpm.4
@@ -35,7 +35,8 @@
.Cd device alpm
.Sh DESCRIPTION
This driver provides access to the
-.Tn Aladdin 15x3 Power Management Unit. Currently, only smbus controller
+.Tn Aladdin 15x3 Power Management Unit .
+Currently, only smbus controller
function is implemented.
.Pp
The embedded SMBus controller of the Aladdin chipset may give you access
diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4
index ddce25e..b301a2f 100644
--- a/share/man/man4/man4.i386/apm.4
+++ b/share/man/man4/man4.i386/apm.4
@@ -48,7 +48,7 @@ exports an application interface as a character device. Applications
can control APM, or retrieve APM status information via this interface.
.Nm
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
.It Sy APMIO_SUSPEND
Suspend system.
@@ -66,17 +66,17 @@ Get per battery information.
Some APM implementations execute the HLT
.Pq Halt CPU until an interrupt occurs
instruction in the
-.Dq Pa Idle CPU
+.Dq Em Idle CPU
call, while others do not. Thus enabling this may result in
redundant HLT executions because
-.Dq Pa Idle CPU
+.Dq Em Idle CPU
is called from the kernel context switch routine that inherently executes
HLT. This may reduce peak system performance.
.Pp
Also the system hangs up if HLT instruction is disabled in the kernel
context switch routine, and if the APM implementation of the machine
does not execute HLT in
-.Dq Pa Idle CPU.
+.Dq Em Idle CPU .
On some implementations that do not support CPU clock slowdown, APM
might not execute HLT.
.Nm
@@ -87,7 +87,7 @@ operation on such machines.
The current version of
.Nm
does not call
-.Dq Pa Idle CPU
+.Dq Em Idle CPU
from the kernel context switch routine if clock slowdown is not supported,
and it executes HLT instruction by default. Therefore, there is
no need to use these two operations in most cases.
diff --git a/share/man/man4/man4.i386/asr.4 b/share/man/man4/man4.i386/asr.4
index 960ceca..5c08341 100644
--- a/share/man/man4/man4.i386/asr.4
+++ b/share/man/man4/man4.i386/asr.4
@@ -10,8 +10,7 @@
.Os FreeBSD
.Sh NAME
.Nm asr
-.Nd
-.Tn Driver for Adaptec I2O based SCSI host bus adapters.
+.Nd driver for Adaptec I2O based SCSI host bus adapters
.Sh SYNOPSIS
.Cd "device asr"
.Sh DESCRIPTION
diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4
index b62a691..366dabc 100644
--- a/share/man/man4/man4.i386/en.4
+++ b/share/man/man4/man4.i386/en.4
@@ -41,12 +41,12 @@ To enable the link use the following commands:
.Dl # ifconfig en0 128.252.200.2 netmask 0xffffff00 up
.Dl # route add -iface 128.252.200.1 -link en0:3.0.0.c9
.Sh DIAGNOSTICS
-.Bl -diag
-.It "en0 <Efficient Networks ENI-155p> rev 0 int a irq 5 on pci0:16"
-.It "en0: ATM midway v0, board IDs 6.0, Utopia (pipelined), 512KB on-board RAM"
-.It "en0: maximum DMA burst length = 64 bytes"
-.It "en0: 7 32KB receive buffers, 8 32KB transmit buffers allocated"
-.El
+.Bd -literal
+en0 <Efficient Networks ENI-155p> rev 0 int a irq 5 on pci0:16
+en0: ATM midway v0, board IDs 6.0, Utopia (pipelined), 512KB on-board RAM
+en0: maximum DMA burst length = 64 bytes
+en0: 7 32KB receive buffers, 8 32KB transmit buffers allocated
+.Ed
.Sh CAVEATS
The driver extensively uses DMA on PCI.
The first
diff --git a/share/man/man4/man4.i386/pnp.4 b/share/man/man4/man4.i386/pnp.4
index 5f00620..fb4976f 100644
--- a/share/man/man4/man4.i386/pnp.4
+++ b/share/man/man4/man4.i386/pnp.4
@@ -46,7 +46,7 @@ configuration of PnP cards, and device drivers to fetch/modify
parameters in the card's configuration space.
.Pp
The manual override mechanism requires the kernel to be compiled with
-.Cd options USERCONFIG.
+.Cd options USERCONFIG .
In this case, the kernel keeps a table of fixed size (20 entries as a
default) where configuration data are held for PnP devices.
Each
diff --git a/share/man/man4/man4.i386/ray.4 b/share/man/man4/man4.i386/ray.4
index b3091f2..59d0172 100644
--- a/share/man/man4/man4.i386/ray.4
+++ b/share/man/man4/man4.i386/ray.4
@@ -199,7 +199,7 @@ option of
A packet was ready for transmission but the NIC is not connected to a
BSS.
May occur when removing the PCCard.
-.It ray?: "cannot transmit - no network"
+.It "ray?: cannot transmit - no network"
The wireless NIC has roamed from an access point and not connected with a new
one yet.
.It "ray?: cannot transmit - ECF busy"
diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4
index d5a7571..d83e897 100644
--- a/share/man/man4/man4.i386/spkr.4
+++ b/share/man/man4/man4.i386/spkr.4
@@ -140,7 +140,7 @@ sets quarter notes, etc.
Pause (rest), with
.Sy n
interpreted as for
-.Ns Li L Sy n .
+.Li L Sy n .
May be followed by
sustain dots. May also be written
.Li ~ .
@@ -169,7 +169,7 @@ very fast Prestissimo
.It Li M[LNS]
Set articulation.
.Li MN
-.Ns No ( Li N
+.Li ( N
for normal) is the default; the last 1/8th of
the note's value is rest time.
You can set
diff --git a/share/man/man4/man4.i386/tw.4 b/share/man/man4/man4.i386/tw.4
index d91ce6e..f00afdc 100644
--- a/share/man/man4/man4.i386/tw.4
+++ b/share/man/man4/man4.i386/tw.4
@@ -84,12 +84,10 @@ The driver produces a series of three
character packets. In each packet, the first character consists of flags,
the second character is a four bit house code (0-15), and the third character
is a five bit key/function code (0-31). The flags are the following:
-.Bl -diag
-.It
+.Bd -literal
#define TW_RCV_LOCAL 1 /* The packet arrived during a local transmission */
-.It
#define TW_RCV_ERROR 2 /* An invalid/corrupted packet was received */
-.El
+.Ed
.Pp
The
.Fn select
@@ -98,10 +96,8 @@ is data ready for reading.
.Sh SEE ALSO
.Xr xten 1 ,
.Xr xtend 8
-.Bl -diag
-.It
+.Pp
TW-523 documentation from X-10 Inc.
-.El
.Sh FILES
.Bl -tag -width /dev/tw
.It Pa /dev/tw?
diff --git a/share/man/man4/man4.i386/wl.4 b/share/man/man4/man4.i386/wl.4
index 900f4d9..d43f822 100644
--- a/share/man/man4/man4.i386/wl.4
+++ b/share/man/man4/man4.i386/wl.4
@@ -131,7 +131,7 @@ due to delays in the configuration code.
.Sh SEE ALSO
.Xr sysctl 8 ,
.Xr wlconfig 8 ,
-.Xr http://www.wavelan.com
+.Pa http://www.wavelan.com
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud