aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4')
-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
8 files changed, 17 insertions, 22 deletions
diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4
index da818dae7ebd..fd51ee501e8a 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 48101bc5cea6..5749217eab35 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 e5f8e0a1bb49..1868eb61345b 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 748f1deee66e..fc40de17b9ac 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 f009977188fb..c6b77fb9ac72 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 8997563f466e..153988669b8d 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 ca685e48d228..f5f6397e076b 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 5a30f86f82f2..4c8c69e2b3a1 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 ,