mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Markup fixes.
Approved by: re (blanket)
This commit is contained in:
parent
d3b3ec17a8
commit
55c82bf0d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147369
@ -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.
|
||||
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user