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

View File

@ -255,7 +255,7 @@ When using the
.Ql key+=value .Ql key+=value
syntax to add items to existing values, syntax to add items to existing values,
the first character of the value is taken as the delimiter separating items 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: For example, in the following statement:
.Bl -item -offset indent .Bl -item -offset indent
.It .It
@ -316,7 +316,7 @@ When using the
.Ql key-=value .Ql key-=value
syntax to remove items from existing values, syntax to remove items from existing values,
the first character of the value is taken as the delimiter separating items 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: For example, in the following statement:
.Pp .Pp
.Dl Nm cloned_interfaces-=" gif0" .Dl Nm cloned_interfaces-=" gif0"