summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2016-02-02 23:54:07 +0000
committerdteske <dteske@FreeBSD.org>2016-02-02 23:54:07 +0000
commite5ae512d17e6046ae62a9952cb51217771139be4 (patch)
treeef551d5b1275618bc12c43b841731a0e4d997926
parent98d4913b4094d9b5522bdf1acdce47999e74ac7d (diff)
downloadFreeBSD-src-e5ae512d17e6046ae62a9952cb51217771139be4.zip
FreeBSD-src-e5ae512d17e6046ae62a9952cb51217771139be4.tar.gz
Revert r295169 and switch `\ ' to `" "'
MFC after: 3 days X-MFC-to: stable/10 X-MFC-with: r295169, r295170, r295173, r295177
-rw-r--r--usr.sbin/sysrc/sysrc.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysrc/sysrc.8 b/usr.sbin/sysrc/sysrc.8
index 3996b1f..075fc3b 100644
--- a/usr.sbin/sysrc/sysrc.8
+++ b/usr.sbin/sysrc/sysrc.8
@@ -255,7 +255,7 @@ When using the
.Ql key+=value
syntax to add items to existing values,
the first character of the value is taken as the delimiter separating items
-.Pq usually Qo (space) Qc or Qo , Qc .
+.Pq usually Qo " " Qc or Qo , Qc .
For example, in the following statement:
.Bl -item -offset indent
.It
@@ -316,7 +316,7 @@ When using the
.Ql key-=value
syntax to remove items from existing values,
the first character of the value is taken as the delimiter separating items
-.Pq usually Qo \ Qc or Qo , Qc .
+.Pq usually Qo " " Qc or Qo , Qc .
For example, in the following statement:
.Pp
.Dl Nm cloned_interfaces-=" gif0"
OpenPOWER on IntegriCloud