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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to