summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
committerru <ru@FreeBSD.org>2001-08-10 17:35:21 +0000
commitf858dca3dc130c98b635d3fc8e60adf8eed7f941 (patch)
treefb8d3456824bbc5e1f38e14a7626c5362b9c29d6 /share/man
parentf3e8b0f40c1621de1ee3f3f31da3fb02d9a35832 (diff)
downloadFreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.zip
FreeBSD-src-f858dca3dc130c98b635d3fc8e60adf8eed7f941.tar.gz
mdoc(7) police: join split punctuation to macro calls.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ch.44
-rw-r--r--share/man/man4/divert.43
-rw-r--r--share/man/man4/ip6.44
-rw-r--r--share/man/man4/natm.43
-rw-r--r--share/man/man4/netgraph.411
-rw-r--r--share/man/man4/ng_lmi.44
-rw-r--r--share/man/man4/syscons.47
-rw-r--r--share/man/man4/udp.43
-rw-r--r--share/man/man5/nsswitch.conf.53
-rw-r--r--share/man/man5/procfs.54
-rw-r--r--share/man/man8/man8.alpha/MAKEDEV.85
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.86
-rw-r--r--share/man/man9/VOP_ADVLOCK.93
-rw-r--r--share/man/man9/cd.98
14 files changed, 30 insertions, 38 deletions
diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4
index da818da..fd51ee5 100644
--- a/share/man/man4/ch.4
+++ b/share/man/man4/ch.4
@@ -185,8 +185,8 @@ changer and converts it to an array of \fBchanger_element_status\fR
structures.
.Pp
With each call to
-.Dv CHIOGSTATUS
-, the status of one or more elements of one type may be queried.
+.Dv CHIOGSTATUS ,
+the status of one or more elements of one type may be queried.
.Pp
The application passes a changer_element_status_request structure to the
.Nm
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index 48101bc..5749217 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -77,8 +77,7 @@ must be found after the IP address.
If an interface name is found,
that interface will be used and the value of the IP address will be
ignored (other than the fact that it is not
-.Dv INADDR_ANY
-).
+.Dv INADDR_ANY ) .
This is to indicate on which interface the packet ``arrived.''
.Pp
Normally, packets read as incoming should be written as incoming;
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4
index e5f8e0a..1868eb6 100644
--- a/share/man/man4/ip6.4
+++ b/share/man/man4/ip6.4
@@ -386,8 +386,8 @@ will be the first byte of the socket address structure.
.Pp
If the socket address structure contains an IPv6 address (e.g., the
sin6_family member is
-.Dv AF_INET6
-), then the node identified by that
+.Dv AF_INET6 ) ,
+then the node identified by that
address must be a neighbor of the sending host.
If that address
equals the destination IPv6 address of the datagram, then this is
diff --git a/share/man/man4/natm.4 b/share/man/man4/natm.4
index 748f1de..fc40de1 100644
--- a/share/man/man4/natm.4
+++ b/share/man/man4/natm.4
@@ -14,8 +14,7 @@ To enable this protocol layer, add
.Dl options NATM
to your kernel configuration file and re-make the kernel (don't forget
to do
-.Dq make clean
-).
+.Dq make clean ) .
.Sh NATM API
The NATM layer uses a
.Dv struct sockaddr_natm
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index f009977..c6b77fb 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -670,13 +670,13 @@ node name
Optional globally unique name, null terminated string. If there
is a value in here, it is the name of the node.
.Pp
-if (
-.Fn NG_NODE_NAME "node"
+if
+.Fn ( NG_NODE_NAME "node"
[0]) ....
.Pp
if (strncmp(
-.Fn NG_NODE_NAME "node"
-, "fred", NG_NODELEN)) ...
+.Fn NG_NODE_NAME "node" ,
+"fred", NG_NODELEN)) ...
.Pp
.It
A node dependent opaque cookie
@@ -1238,8 +1238,7 @@ Refer to the section at the end of this man page for more nodes types.
.Sh NOTES
Whether a named node exists can be checked by trying to send a control message
to it (e.g.,
-.Dv NGM_NODEINFO
-).
+.Dv NGM_NODEINFO ) .
If it does not exist,
.Er ENOENT
will be returned.
diff --git a/share/man/man4/ng_lmi.4 b/share/man/man4/ng_lmi.4
index 8997563..1539886 100644
--- a/share/man/man4/ng_lmi.4
+++ b/share/man/man4/ng_lmi.4
@@ -50,8 +50,8 @@ node type performs the frame relay LMI protocol. It supports
the ITU Annex A, ANSI Annex D, and Group-of-four LMI types.
It also supports auto-detection of the LMI type.
.Pp
-To enable a specific LMI type, connect the corresponding hook (
-.Dv annexA ,
+To enable a specific LMI type, connect the corresponding hook
+.Dv ( annexA ,
.Dv annexD ,
or
.Dv group4 ")"
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index ca685e4..f5f6397 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -263,16 +263,15 @@ the mouse.
This option disables the ``debug'' key (by default, it is
.Dv Alt-Esc ,
or
-.Dv Ctl-PrintScreen
-).
+.Dv Ctl-PrintScreen ) .
It will prevent the user from
entering the kernel debugger DDB by pressing the key combination.
DDB will still be invoked when the kernel panics or hits a break point
if it is included in the kernel.
.It Dv SC_DISABLE_REBOOT
This option disables the ``reboot'' key (by default, it is
-.Dv Ctl-Alt-Del
-), so that the casual user may not accidentally reboot the system.
+.Dv Ctl-Alt-Del ) ,
+so that the casual user may not accidentally reboot the system.
.It Dv SC_HISTORY_SIZE=N
Sets the size of back scroll buffer to
.Fa N
diff --git a/share/man/man4/udp.4 b/share/man/man4/udp.4
index 5a30f86..4c8c69e 100644
--- a/share/man/man4/udp.4
+++ b/share/man/man4/udp.4
@@ -149,8 +149,7 @@ listening, log the connection attempt (disabled by default).
When a datagram is received on a port where there is no socket
listening, do not return an ICMP port unreachable message.
(Disabled by default. See
-.Xr blackhole 4
-)
+.Xr blackhole 4 . )
.El
.Sh SEE ALSO
.Xr getsockopt 2 ,
diff --git a/share/man/man5/nsswitch.conf.5 b/share/man/man5/nsswitch.conf.5
index 44a296f..2639d70 100644
--- a/share/man/man5/nsswitch.conf.5
+++ b/share/man/man5/nsswitch.conf.5
@@ -175,8 +175,7 @@ All entries are case-insensitive.
The default criteria is to return on
.Dq success ,
and continue on anything else (i.e,
-.Li [success=return notfound=continue unavail=continue tryagain=continue]
-).
+.Li "[success=return notfound=continue unavail=continue tryagain=continue]" ) .
.Ss Compat mode: +/- syntax
In historical multi-source implementations, the
.Sq +
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index 26a4cce..3142194 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -122,8 +122,8 @@ can only be written when the process is stopped.
This is a read-only file containing the process current and maximum
limits.
Each line is of the format
-.Ar rlimit current max
-, with -1
+.Ar rlimit current max ,
+with -1
indicating infinity.
.It Pa status
The process status.
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8
index 35d8b14..1dc1cb4 100644
--- a/share/man/man8/man8.alpha/MAKEDEV.8
+++ b/share/man/man8/man8.alpha/MAKEDEV.8
@@ -65,9 +65,8 @@ executes the shell file
.Dq Pa MAKEDEV.local .
.Pp
The Alpha supports the following devices.
-Where a device name is followed by a hash sign (
-.Dq #
-),
+Where a device name is followed by a hash sign
+.Pq Dq # ,
the hash sign
must be replaced by a unit number.
.Bl -tag -width indent
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index a27b857..4d22884 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/MAKEDEV.8
@@ -64,9 +64,9 @@ executes the shell file
.Dq Pa MAKEDEV.local .
.Pp
The i386 supports the following devices.
-Where a device name is followed by a hash sign (
-.Dq #
-), the hash sign
+Where a device name is followed by a hash sign
+.Pq Dq # ,
+the hash sign
must be replaced by a unit number.
.Bl -tag -width indent
.It std
diff --git a/share/man/man9/VOP_ADVLOCK.9 b/share/man/man9/VOP_ADVLOCK.9
index cdbdd36..f0c06fb 100644
--- a/share/man/man9/VOP_ADVLOCK.9
+++ b/share/man/man9/VOP_ADVLOCK.9
@@ -50,8 +50,7 @@ the vnode being manipulated
the id token which is changing the lock
.It Ar op
the operation to perform (see
-.Xr fcntl 2
-)
+.Xr fcntl 2 )
.It Ar fl
description of the lock
.It Ar flags
diff --git a/share/man/man9/cd.9 b/share/man/man9/cd.9
index 6e9e93e..4f61f01 100644
--- a/share/man/man9/cd.9
+++ b/share/man/man9/cd.9
@@ -36,11 +36,11 @@
.Sh DESCRIPTION
The
.Nm
-device driver provides a read only interface for CDROM drives (
-.Tn SCSI
+device driver provides a read only interface for CDROM drives
+.Tn ( SCSI
type 5)
-and WORM drives (
-.Tn SCSI
+and WORM drives
+.Tn ( SCSI
type 4)
that support CDROM type commands.
Some drives don't behave as the driver expects. See the section
OpenPOWER on IntegriCloud