svn commit: r257830 - head/usr.sbin/sysrc
Devin Teske
dteske at FreeBSD.org
Thu Nov 7 23:05:18 UTC 2013
Author: dteske
Date: Thu Nov 7 23:05:17 2013
New Revision: 257830
URL: http://svnweb.freebsd.org/changeset/base/257830
Log:
Document SYSRC_VERBOSE enviroment variable in the manual.
Modified:
head/usr.sbin/sysrc/sysrc.8
Modified: head/usr.sbin/sysrc/sysrc.8
==============================================================================
--- head/usr.sbin/sysrc/sysrc.8 Thu Nov 7 23:04:40 2013 (r257829)
+++ head/usr.sbin/sysrc/sysrc.8 Thu Nov 7 23:05:17 2013 (r257830)
@@ -185,7 +185,7 @@ be called repeatedly).
.Sh ENVIRONMENT
The following environment variables are referenced by
.Nm :
-.Bl -tag -width ".Ev RC_DEFAULTS"
+.Bl -tag -width ".Ev SYSRC_VERBOSE"
.It Ev RC_CONFS
Override default
.Ql rc_conf_files
@@ -194,6 +194,9 @@ Override default
Location of
.Ql /etc/defaults/rc.conf
file.
+.It Ev SYSRC_VERBOSE
+Default verbosity.
+Set to non-NULL to enable.
.El
.Sh DEPENDENCIES
The following standard commands are required by
More information about the svn-src-head
mailing list