Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 23:54:07 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295178 - head/usr.sbin/sysrc
Message-ID:  <201602022354.u12Ns7lS015159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022354.u12Ns7lS015159>