Revert r295169 and switch \ ' to " "'

MFC after:	3 days
X-MFC-to:	stable/10
X-MFC-with:	r295169, r295170, r295173, r295177
This commit is contained in:
Devin Teske 2016-02-02 23:54:07 +00:00
parent d2ac785ed2
commit 97ee039909
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295178

View File

@ -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"