summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-14 11:24:56 +0000
committerru <ru@FreeBSD.org>2005-06-14 11:24:56 +0000
commit064bdbb8144db228dcccdbb5da8a461f3a61155d (patch)
tree02926942e65a111e3a0a0698f79f43ec67129636 /sbin
parent5c7da1168941bb3997a18d803669bd5738a558f1 (diff)
downloadFreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.zip
FreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.tar.gz
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/camcontrol/camcontrol.82
-rw-r--r--sbin/devfs/devfs.88
-rw-r--r--sbin/gpt/gpt.833
-rw-r--r--sbin/ifconfig/ifconfig.82
-rw-r--r--sbin/ipfw/ipfw.88
-rw-r--r--sbin/savecore/savecore.82
6 files changed, 17 insertions, 38 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index aad34e1..3923d5a 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -677,7 +677,7 @@ To disable questions, use the
.Fl y
argument, below.
.It Fl r
-Run in
+Run in
.Dq report only
mode.
This will report status on a format that is already running on the drive.
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8
index 53ffa9e..ec517b0 100644
--- a/sbin/devfs/devfs.8
+++ b/sbin/devfs/devfs.8
@@ -234,6 +234,11 @@ will return the same information regardless of the mount-point specified with
.Fl m .
The mount-point is only relevant when changing what its current ruleset is
or when using one of the apply commands.
+.Sh FILES
+.Bl -tag -compact
+.It Pa /etc/defaults/devfs.rules
+.It Pa /etc/devfs.rules
+.El
.Sh EXAMPLES
When the system boots,
the only ruleset that exists is ruleset number 0;
@@ -338,9 +343,6 @@ The above copies all the rules from ruleset 20 into ruleset 10.
The rule numbers are preserved,
but ruleset 10 may already have rules with non-conflicting numbers
(these will be preserved).
-.Sh FILES
-.Pa /etc/defaults/devfs.rules ,
-.Pa /etc/devfs.rules
.Sh SEE ALSO
.Xr chmod 1 ,
.Xr jail 2 ,
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8
index a6f444b..c4eeb15a 100644
--- a/sbin/gpt/gpt.8
+++ b/sbin/gpt/gpt.8
@@ -135,12 +135,7 @@ and
.Cm windows
as aliases for the most commonly used partition types.
.\" ==== create ====
-.It Xo
-.Nm
-.Ic create
-.Op Fl fp
-.Ar device ...
-.Xc
+.It Nm Ic create Oo Fl fp Oc Ar device ...
The
.Ic create
command allows the user to create a new (empty) GPT.
@@ -160,12 +155,7 @@ option tells
to create only the primary table and not the backup table.
This option is only useful for debugging and should not be used otherwise.
.\" ==== destroy ====
-.It Xo
-.Nm
-.Ic destroy
-.Op Fl r
-.Ar device ...
-.Xc
+.It Nm Ic destroy Oo Fl r Oc Ar device ...
The
.Ic destroy
command allows the user to destroy an existing, possibly not empty GPT.
@@ -176,12 +166,7 @@ option instructs
.Nm
to destroy the table in a way that it can be recovered.
.\" ==== migrate ====
-.It Xo
-.Nm
-.Ic migrate
-.Op Fl fs
-.Ar device ...
-.Xc
+.It Nm Ic migrate Oo Fl fs Oc Ar device ...
The
.Ic migrate
command allows the user to migrate an MBR-based disk partitioning into a
@@ -203,11 +188,7 @@ option prevents migrating
disk labels into GPT partitions by creating
the GPT equivalent of a slice.
.\" ==== remove ====
-.It Xo
-.Nm
-.Ic remove
-.Op Fl a
-.Xc
+.It Nm Ic remove Oo Fl a Oc
.It Xo
.Nm
.Ic remove
@@ -248,11 +229,7 @@ The type is given as an UUID or by the aliases that the
command accepts.
This can cause multiple partitions to be removed.
.\" ==== show ====
-.It Xo
-.Nm
-.Ic show
-.Ar device ...
-.Xc
+.It Nm Ic show Ar device ...
The
.Ic show
command displays the current partitioning on the listed devices and gives
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 0e5b532..9630f63 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd November 2, 2004
+.Dd June 5, 2005
.Dt IFCONFIG 8
.Os
.Sh NAME
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 86d89d3..bc41aad 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -351,7 +351,7 @@ is invoked from
but the same packets will have the MAC header stripped off when
.Nm
is invoked from
-.Cm ip_input()
+.Cm ip_input()
or
.Cm ip6_input() .
.Pp
@@ -816,14 +816,14 @@ Rule fields have the following meaning:
.It Ar protocol : Oo Cm not Oc Ar protocol-name | protocol-number
An IP protocol specified by number or name
(for a complete list see
-.Pa /etc/protocols ) ,
+.Pa /etc/protocols ) ,
or one of the following keywords:
-.Bl -tag -width indent
+.Bl -tag -width indent
.It Cm ip4 | ipv4
Matches IPv4 packets.
.It Cm ip6 | ipv6
Matches IPv6 packets.
-.It Cm ip | all
+.It Cm ip | all
Matches any packet.
.El
.Pp
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index b49e6f4..447e008 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -28,7 +28,7 @@
.\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd September 23, 1994
+.Dd February 24, 2005
.Dt SAVECORE 8
.Os
.Sh NAME
OpenPOWER on IntegriCloud