aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-28 22:11:17 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-28 22:11:17 +0000
commit8b8f358eed6f2f26f11397bd248ad351f9ea08af (patch)
treecf0dc753b8fee00a5d6a6d6cae5d125763064e85 /share
parentd3183183c24fb8fce5c9c7739b81411e0bc10bfe (diff)
downloadsrc-8b8f358eed6f2f26f11397bd248ad351f9ea08af.tar.gz
src-8b8f358eed6f2f26f11397bd248ad351f9ea08af.zip
Some minor mdoc style cleanup.
Notes
Notes: svn path=/head/; revision=50531
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/blackhole.422
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/blackhole.4 b/share/man/man4/blackhole.4
index 57ca13296702..3cdd33576a63 100644
--- a/share/man/man4/blackhole.4
+++ b/share/man/man4/blackhole.4
@@ -16,17 +16,17 @@
.Dt BLACKHOLE 4
.Os FreeBSD
.Sh NAME
-.Nm \&blackhole
+.Nm blackhole
.Nd a
.Xr sysctl 8
MIB for manipulating behaviour in respect of refused TCP or UDP connection
attempts.
.Sh SYNOPSIS
-.Nm \&sysctl net.inet.tcp.blackhole
-.Nm \&sysctl net.inet.udp.blackhole
+.Cd sysctl net.inet.tcp.blackhole
+.Cd sysctl net.inet.udp.blackhole
.Pp
-.Nm \&sysctl -w net.inet.tcp.blackhole=[0 | 1 | 2]
-.Nm \&sysctl -w net.inet.udp.blackhole=[0 | 1]
+.Cd sysctl -w net.inet.tcp.blackhole=[0 | 1 | 2]
+.Cd sysctl -w net.inet.udp.blackhole=[0 | 1]
.Sh DESCRIPTION
The
.Nm
@@ -68,12 +68,12 @@ to protect your system, and not the blackhole feature.
This mechanism is not a substitute for securing your system,
but should be used together with other security mechanisms.
.Pp
-.Sh "SEE ALSO"
-.Xr ipfw 8
+.Sh SEE ALSO
+.Xr ip 4 ,
+.Xr tcp 4 ,
+.Xr udp 4 ,
+.Xr ipfw 8 ,
.Xr sysctl 8
-.Xr ip 4
-.Xr tcp 4
-.Xr udp 4
.Sh AUTHORS
.An Geoffrey M. Rehmet
.Sh HISTORY
@@ -81,4 +81,4 @@ The TCP and UDP
.Nm
MIBs
first appeared in
-.Fx 4.0
+.Fx 4.0 .