Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 01:24:45 +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: r274119 - head/usr.sbin/sysrc
Message-ID:  <201411050124.sA51Ojof032482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Wed Nov  5 01:24:44 2014
New Revision: 274119
URL: https://svnweb.freebsd.org/changeset/base/274119

Log:
  Add EXAMPLES-section entry for new key+=append syntax of sysrc(8).
  
  MFC after:	3 days
  X-MFC-to:	stable/10 stable/9
  X-MFC-with:	274068
  Thanks to:	@SeanChittenden

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

Modified: head/usr.sbin/sysrc/sysrc.8
==============================================================================
--- head/usr.sbin/sysrc/sysrc.8	Wed Nov  5 00:58:01 2014	(r274118)
+++ head/usr.sbin/sysrc/sysrc.8	Wed Nov  5 01:24:44 2014	(r274119)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 3, 2014
+.Dd November 4, 2014
 .Dt SYSRC 8
 .Os
 .Sh NAME
@@ -247,6 +247,12 @@ Working on other files, such as
 -f /etc/crontab MAILTO
 .Dl returns the value of the MAILTO setting Pq if configured .
 .Pp
+Appending to existing values:
+.Pp
+.Nm
+\&cloned_interfaces+=" gif0"
+.Dl appends Qo \ gif0 Qc to $cloned_interfaces .
+.Pp
 In addition to the above syntax,
 .Nm
 also supports inline



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