summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-26 21:22:53 +0000
committerjoel <joel@FreeBSD.org>2012-03-26 21:22:53 +0000
commit906214101c2afe043c4e6b86c05dad9039220a42 (patch)
treedac7f857a786f780fb4965b48ce752c840759c6e /usr.sbin
parent49e07e95592f6b458f4a4182401cb8317175e365 (diff)
downloadFreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.zip
FreeBSD-src-906214101c2afe043c4e6b86c05dad9039220a42.tar.gz
mdoc: correct .Bd/.Bl arguments.
Reviewed by: brueffer
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ac/ac.82
-rw-r--r--usr.sbin/apmd/apmd.82
-rw-r--r--usr.sbin/faithd/faithd.814
-rw-r--r--usr.sbin/mfiutil/mfiutil.84
-rw-r--r--usr.sbin/pmcstat/pmcstat.82
-rw-r--r--usr.sbin/rtadvd/rtadvd.conf.58
-rw-r--r--usr.sbin/wlconfig/wlconfig.86
7 files changed, 19 insertions, 19 deletions
diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8
index 34484ab..63b5618 100644
--- a/usr.sbin/ac/ac.8
+++ b/usr.sbin/ac/ac.8
@@ -112,7 +112,7 @@ No login or connect time accounting is performed if
does not exist.
.Pp
For example,
-.Bd -literal -offset
+.Bd -literal -offset indent
ac -p -t "ttyd*" > modems
ac -p -t "!ttyd*" > other
.Ed
diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8
index 3c2de63..5bfd9dc 100644
--- a/usr.sbin/apmd/apmd.8
+++ b/usr.sbin/apmd/apmd.8
@@ -66,7 +66,7 @@ built-in functions in the configuration file.
The
.Nm
utility recognizes the following runtime options:
-.Bl -tag -width -f_file
+.Bl -tag -width f_file
.It Fl d
Starts in debug mode.
This causes
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8
index 827d00e..93a835b 100644
--- a/usr.sbin/faithd/faithd.8
+++ b/usr.sbin/faithd/faithd.8
@@ -281,7 +281,7 @@ Before invoking
the
.Xr faith 4
interface has to be configured properly.
-.Bd -literal -offset
+.Bd -literal -offset indent
# sysctl net.inet6.ip6.accept_rtadv=0
# sysctl net.inet6.ip6.forwarding=1
# sysctl net.inet6.ip6.keepfaith=1
@@ -295,7 +295,7 @@ To translate
service, and provide no local telnet service, invoke
.Nm
as follows:
-.Bd -literal -offset
+.Bd -literal -offset indent
# faithd telnet
.Ed
.Pp
@@ -304,12 +304,12 @@ If you would like to provide local telnet service via
on
.Pa /usr/libexec/telnetd ,
use the following command line:
-.Bd -literal -offset
+.Bd -literal -offset indent
# faithd telnet /usr/libexec/telnetd telnetd
.Ed
.Pp
If you would like to pass extra arguments to the local daemon:
-.Bd -literal -offset
+.Bd -literal -offset indent
# faithd ftp /usr/libexec/ftpd ftpd -l
.Ed
.Pp
@@ -317,7 +317,7 @@ Here are some other examples.
You may need
.Fl p
if the service checks the source port range.
-.Bd -literal -offset
+.Bd -literal -offset indent
# faithd ssh
# faithd telnet /usr/libexec/telnetd telnetd
.Ed
@@ -325,7 +325,7 @@ if the service checks the source port range.
Add the following lines into
.Xr inetd.conf 5 .
Syntax may vary depending upon your operating system.
-.Bd -literal -offset
+.Bd -literal -offset indent
telnet stream tcp6/faith nowait root faithd telnetd
ftp stream tcp6/faith nowait root faithd ftpd -l
ssh stream tcp6/faith nowait root faithd /usr/sbin/sshd -i
@@ -349,7 +349,7 @@ will invoke service-specific daemon like
The following illustrates a simple
.Pa faithd.conf
setting.
-.Bd -literal -offset
+.Bd -literal -offset indent
# permit anyone from 3ffe:501:ffff::/48 to use the translator,
# to connect to the following IPv4 destinations:
# - any location except 10.0.0.0/8 and 127.0.0.0/8.
diff --git a/usr.sbin/mfiutil/mfiutil.8 b/usr.sbin/mfiutil/mfiutil.8
index 5ccdcdc..b1be5d9 100644
--- a/usr.sbin/mfiutil/mfiutil.8
+++ b/usr.sbin/mfiutil/mfiutil.8
@@ -250,7 +250,7 @@ parameter limits the output to entries at the specified class or higher.
The default class is
.Dq warn .
The available classes from lowest priority to highest are:
-.Bl -tag -width -indent
+.Bl -tag -width indent
.It Cm debug
Debug messages.
.It Cm progress
@@ -300,7 +300,7 @@ and
parameters.
Each of these parameters can either be specified as a log entry number or as
one of the following aliases:
-.Bl -tag -width -indent
+.Bl -tag -width indent
.It Cm newest
The newest entry in the event log.
.It Cm oldest
diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8
index b033357..86eba09 100644
--- a/usr.sbin/pmcstat/pmcstat.8
+++ b/usr.sbin/pmcstat/pmcstat.8
@@ -388,7 +388,7 @@ If option
is specified,
.Nm
may issue the following diagnostic messages:
-.Bl -diag -width indent
+.Bl -diag
.It "#callchain/dubious-frames"
The number of callchain records that had an
.Dq impossible
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5
index ba2f490..e8b3011 100644
--- a/usr.sbin/rtadvd/rtadvd.conf.5
+++ b/usr.sbin/rtadvd/rtadvd.conf.5
@@ -449,7 +449,7 @@ With the following configuration,
overrides the router lifetime parameter for the
.Li ne0
interface.
-.Bd -literal -offset
+.Bd -literal -offset indent
ne0:\\
:rltime#0:
.Ed
@@ -461,7 +461,7 @@ The configuration must be used with the
.Fl s
option to
.Xr rtadvd 8 .
-.Bd -literal -offset
+.Bd -literal -offset indent
ef0:\\
:addr="2001:db8:ffff:1000::":prefixlen#64:
.Ed
@@ -470,7 +470,7 @@ The following example configures the
.Li wlan0
interface and adds two DNS servers and a DNS domain search options
using the default option lifetime values.
-.Bd -literal -offset
+.Bd -literal -offset indent
wlan0:\\
:addr="2001:db8:ffff:1000::":prefixlen#64:\\
:rdnss="2001:db8:ffff::10,2001:db8:ffff::2:43":\\
@@ -480,7 +480,7 @@ wlan0:\\
The following example presents the default values in an explicit manner.
The configuration is provided just for reference purposes;
YOU DO NOT NEED TO HAVE IT AT ALL.
-.Bd -literal -offset
+.Bd -literal -offset indent
default:\\
:chlim#64:raflags#0:rltime#1800:rtime#0:retrans#0:\\
:pinfoflags="la":vltime#2592000:pltime#604800:mtu#0:
diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8
index 1c19997..b448339 100644
--- a/usr.sbin/wlconfig/wlconfig.8
+++ b/usr.sbin/wlconfig/wlconfig.8
@@ -97,12 +97,12 @@ utility should then be used to reconfigure the card to a sensible
value.
.Sh EXAMPLES
Set the NWID to 0x1234:
-.Bd -literal -offset
+.Bd -literal -offset indent
# wlconfig wl0 nwid 0x1234
.Ed
.Pp
Show the current settings:
-.Bd -literal -offset
+.Bd -literal -offset indent
# wlconfig wl0
Board type : ISA
Base address options : 0x300, 0x390, 0x3c0, 0x3e0
@@ -128,7 +128,7 @@ CRC status : OK
.Ed
.Pp
Print a scaled version of the signal strength cache:
-.Bd -literal -offset
+.Bd -literal -offset indent
# wlconfig wl0 cache scale
.Ed
.Sh SEE ALSO
OpenPOWER on IntegriCloud