mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 21:21:05 +01:00
Remove superfluous paragraph macro.
This commit is contained in:
parent
904d0726c8
commit
091eeb4841
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233458
@ -1228,7 +1228,6 @@ camcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
|
||||
Negotiate a sync rate of 20MHz and an offset of 15 with da3.
|
||||
Then send a
|
||||
Test Unit Ready command to make the settings take effect.
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
camcontrol smpcmd ses0 -v -r 4 "40 0 00 0" -R 1020 "s9 i1"
|
||||
.Ed
|
||||
|
@ -946,7 +946,6 @@ block cipher is implemented by Yoshisato Yanagisawa in
|
||||
Highest
|
||||
.Nm GELI
|
||||
metadata version supported by the given FreeBSD version:
|
||||
.Pp
|
||||
.Bl -column -offset indent ".Sy FreeBSD" ".Sy version"
|
||||
.It Sy FreeBSD Ta Sy GELI
|
||||
.It Sy version Ta Sy version
|
||||
@ -969,6 +968,5 @@ metadata version supported by the given FreeBSD version:
|
||||
.Pp
|
||||
.It Li 9.0 Ta 6
|
||||
.El
|
||||
.Pp
|
||||
.Sh AUTHORS
|
||||
.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org
|
||||
|
@ -176,7 +176,6 @@ See
|
||||
See
|
||||
.Xr geom 8 .
|
||||
.El
|
||||
.Pp
|
||||
.Sh SYSCTL VARIABLES
|
||||
The following
|
||||
.Xr sysctl 8
|
||||
@ -196,7 +195,6 @@ Open underlying providers exclusively, preventing individual paths access.
|
||||
.Sh EXIT STATUS
|
||||
Exit status is 0 on success, and 1 if the command fails.
|
||||
.Sh MULTIPATH ARCHITECTURE
|
||||
.Pp
|
||||
This is a multiple path architecture with no device knowledge or
|
||||
presumptions other than size matching built in.
|
||||
Therefore the user must exercise some care
|
||||
|
@ -149,7 +149,6 @@ geom sched insert -a rr ad0
|
||||
# Remove the scheduler on the device:
|
||||
geom sched destroy -v ad0.sched.
|
||||
.Ed
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr geom 4 ,
|
||||
.Xr geom 8
|
||||
|
@ -356,7 +356,6 @@ command.
|
||||
.Pp
|
||||
For a more advanced usage and detailed explanation of gvinum, the
|
||||
handbook is recommended.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr geom 4 ,
|
||||
.Xr geom 8
|
||||
|
@ -40,14 +40,12 @@ in-kernel NAT.
|
||||
.Nm
|
||||
.Cm set show
|
||||
.Ss SYSCTL SHORTCUTS
|
||||
.Pp
|
||||
.Nm
|
||||
.Cm enable
|
||||
.Brq Cm firewall | altq | one_pass | debug | verbose | dyn_keepalive
|
||||
.Nm
|
||||
.Cm disable
|
||||
.Brq Cm firewall | altq | one_pass | debug | verbose | dyn_keepalive
|
||||
.Pp
|
||||
.Ss LOOKUP TABLES
|
||||
.Nm
|
||||
.Cm table Ar number Cm add Ar addr Ns Oo / Ns Ar masklen Oc Op Ar value
|
||||
@ -61,7 +59,6 @@ in-kernel NAT.
|
||||
.Cm table
|
||||
.Brq Ar number | all
|
||||
.Cm list
|
||||
.Pp
|
||||
.Ss DUMMYNET CONFIGURATION (TRAFFIC SHAPER AND PACKET SCHEDULER)
|
||||
.Nm
|
||||
.Brq Cm pipe | queue | sched
|
||||
@ -73,7 +70,6 @@ in-kernel NAT.
|
||||
.Brq Cm pipe | queue | sched
|
||||
.Brq Cm delete | list | show
|
||||
.Op Ar number ...
|
||||
.Pp
|
||||
.Ss IN-KERNEL NAT
|
||||
.Nm
|
||||
.Op Fl q
|
||||
@ -285,7 +281,6 @@ When listing, show last match timestamp converted with ctime().
|
||||
When listing, show last match timestamp as seconds from the epoch.
|
||||
This form can be more convenient for postprocessing by scripts.
|
||||
.El
|
||||
.Pp
|
||||
.Ss LIST OF RULES AND PREPROCESSING
|
||||
To ease configuration, rules can be put into a file which is
|
||||
processed using
|
||||
@ -325,7 +320,6 @@ for interpretation.
|
||||
This allows for flexible configuration files (like conditionalizing
|
||||
them on the local hostname) and the use of macros to centralize
|
||||
frequently required arguments like IP addresses.
|
||||
.Pp
|
||||
.Ss TRAFFIC SHAPER CONFIGURATION
|
||||
The
|
||||
.Nm
|
||||
@ -884,7 +878,6 @@ for readability.
|
||||
A workaround for this is to use new syntax and
|
||||
.Fl c
|
||||
switch:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
# Add a rule without actual body
|
||||
ipfw add 2999 return via any
|
||||
@ -2471,7 +2464,6 @@ If no socket is bound to the destination port, or if the divert module is
|
||||
not loaded, or if the kernel was not compiled with divert socket support,
|
||||
the packets are dropped.
|
||||
.Sh NETWORK ADDRESS TRANSLATION (NAT)
|
||||
.Pp
|
||||
.Nm
|
||||
support in-kernel NAT using the kernel version of
|
||||
.Xr libalias 3 .
|
||||
@ -2869,7 +2861,6 @@ Controls whether bridged packets are passed to
|
||||
.Nm .
|
||||
Default is no.
|
||||
.El
|
||||
.Pp
|
||||
.Sh EXAMPLES
|
||||
There are far too many possible uses of
|
||||
.Nm
|
||||
@ -3007,7 +2998,6 @@ Next rule diverts all incoming packets from 192.168.2.0/24
|
||||
to divert port 5000:
|
||||
.Pp
|
||||
.Dl ipfw divert 5000 ip from 192.168.2.0/24 to any in
|
||||
.Pp
|
||||
.Ss TRAFFIC SHAPING
|
||||
The following rules show some of the applications of
|
||||
.Nm
|
||||
@ -3224,7 +3214,6 @@ or it could be split in:
|
||||
.Dl " 10.0.0.100"
|
||||
.Dl "ipfw nat 5 config redirect_port tcp"
|
||||
.Dl " 192.168.0.1:80,192.168.0.10:22,192.168.0.20:25 500"
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr cpp 1 ,
|
||||
.Xr m4 1 ,
|
||||
|
@ -70,7 +70,6 @@ Be more verbose.
|
||||
Silence any extraneous warnings.
|
||||
.El
|
||||
.Sh NOTES
|
||||
.Pp
|
||||
The kernel security level settings may prevent a module from being
|
||||
loaded or unloaded by giving
|
||||
.Em "Operation not permitted" .
|
||||
|
@ -378,7 +378,6 @@ Delete a static route from the routing table:
|
||||
Remove all routes from the routing table:
|
||||
.Pp
|
||||
.Dl route flush
|
||||
.Pp
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "add [host \&| network ] %s: gateway %s flags %x"
|
||||
|
@ -567,7 +567,6 @@ See
|
||||
.Xr ipsec_set_policy 3
|
||||
for details.
|
||||
.El
|
||||
.Pp
|
||||
.\"
|
||||
.Sh ALGORITHMS
|
||||
The following list shows the supported algorithms.
|
||||
|
Loading…
Reference in New Issue
Block a user