Author: dteske
Date: Tue Feb  2 23:54:07 2016
New Revision: 295178
URL: https://svnweb.freebsd.org/changeset/base/295178

Log:
  Revert r295169 and switch `\ ' to `" "'
  
  MFC after:    3 days
  X-MFC-to:     stable/10
  X-MFC-with:   r295169, r295170, r295173, r295177

Modified:
  head/usr.sbin/sysrc/sysrc.8

Modified: head/usr.sbin/sysrc/sysrc.8
==============================================================================
--- head/usr.sbin/sysrc/sysrc.8 Tue Feb  2 23:51:39 2016        (r295177)
+++ head/usr.sbin/sysrc/sysrc.8 Tue Feb  2 23:54:07 2016        (r295178)
@@ -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"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to