summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysrc
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2015-11-02 22:24:57 +0000
committerdteske <dteske@FreeBSD.org>2015-11-02 22:24:57 +0000
commit2c0c536f59e792f1483157064b5ffb5b5940e44e (patch)
tree1249bc7eb4be92c73061c154a3e6b7ed0b9d0f68 /usr.sbin/sysrc
parent8c0c186c653a3ca69b107054d60aa65184948d64 (diff)
downloadFreeBSD-src-2c0c536f59e792f1483157064b5ffb5b5940e44e.zip
FreeBSD-src-2c0c536f59e792f1483157064b5ffb5b5940e44e.tar.gz
MFC r287421: Fix mandoc(1) "WARNING: end of line whitespace"
Diffstat (limited to 'usr.sbin/sysrc')
-rw-r--r--usr.sbin/sysrc/sysrc.830
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index 3bf99e2..2634e31 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -199,8 +199,8 @@ syntax to add items to existing values,
the first character of the value is taken as the delimiter separating items
.Pq usually Qo \ Qc or Qo , Qc .
For example, in the following statement:
-.Bl -tag -width indent+
-.It \
+.Bl -item -offset indent
+.It
.Nm
cloned_interfaces+=" gif0"
.El
@@ -223,25 +223,25 @@ For example, the above and below statements are equivalent since
.Dq gif0
starts with an alpha-numeric character
.Pq the letter Li g :
-.Bl -tag -width indent+
-.It \
+.Bl -item -offset indent
+.It
.Nm
cloned_interfaces+=gif0
.El
.Pp
Take the following sequence for example:
-.Bl -tag -width indent+
-.It \
+.Bl -item -offset indent
+.It
.Nm
cloned_interfaces= # start with NULL
-.It \
+.It
.Nm
cloned_interfaces+=gif0
.Dl # NULL -> `gif0' Pq NB: no preceding delimiter
-.It \
+.It
.Nm
cloned_interfaces+=gif0 # no change
-.It \
+.It
.Nm
cloned_interfaces+="tun0 gif0"
.Dl # `gif0' -> `gif0 tun0' Pq NB: no duplication
@@ -277,21 +277,21 @@ For example, the above and below statements are equivalent since
.Dq gif0
starts with an alpha-numeric character
.Pq the letter Li g :
-.Bl -tag -width indent+
-.It \
+.Bl -item -offset indent
+.It
.Nm
cloned_interfaces-=gif0
.El
.Pp
Take the following sequence for example:
-.Bl -tag -width indent+
-.It \
+.Bl -item -offset indent
+.It
.Nm
foo="bar baz" # start
-.It \
+.It
.Nm
foo-=bar # `bar baz' -> `baz'
-.It \
+.It
.Nm
foo-=baz # `baz' -> NULL
.El
OpenPOWER on IntegriCloud