[augeas-devel] [PATCH] Update and refresh man pages

David Lutterkort lutter at redhat.com
Wed Mar 18 23:05:01 UTC 2009


---
 man/augparse.pod |    6 ++++++
 man/augtool.1    |   14 ++++++++++++--
 man/augtool.pod  |   12 ++++++++++++
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/man/augparse.pod b/man/augparse.pod
index e7b59af..f8faeda 100644
--- a/man/augparse.pod
+++ b/man/augparse.pod
@@ -21,6 +21,12 @@ directories set here are searched before any directories specified in the
 AUGEAS_LENS_LIB environment variable, and before the default directory
 F</usr/share/augeas/lenses>.
 
+=item B<--nostdinc>
+
+Do not search any of the default directories for modules. When this option
+is set, only directories specified explicitly with B<-I> or specified in
+B<AUGEAS_LENS_LIB> will be searched for modules.
+
 =item B<-h>
 
 Display this help and exit
diff --git a/man/augtool.1 b/man/augtool.1
index 47879cf..138f09f 100644
--- a/man/augtool.1
+++ b/man/augtool.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
+.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.07)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -132,7 +132,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AUGTOOL 1"
-.TH AUGTOOL 1 "2008-08-07" "Augeas 0.3.0" "Augeas"
+.TH AUGTOOL 1 "2009-03-18" "Augeas 0.4.2" "Augeas"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -177,6 +177,16 @@ Add \s-1DIR\s0 to the module loadpath. Can be given multiple times. The
 directories set here are searched before any directories specified in the
 \&\s-1AUGEAS_LENS_LIB\s0 environment variable, and before the default directory
 \&\fI/usr/share/augeas/lenses\fR.
+.IP "\fB\-\-nostdinc\fR" 4
+.IX Item "--nostdinc"
+Do not search any of the default directories for modules. When this option
+is set, only directories specified explicitly with \fB\-I\fR or specified in
+\&\fB\s-1AUGEAS_LENS_LIB\s0\fR will be searched for modules.
+.IP "\fB\-\-noload\fR" 4
+.IX Item "--noload"
+Do not load any files on startup. This is generally used to fine-tune which
+files to load by modifying the entries in \f(CW\*(C`/augeas/load\*(C'\fR and then issuing
+a \f(CW\*(C`load\*(C'\fR command.
 .SH "COMMANDS"
 .IX Header "COMMANDS"
 In interactive mode, commands and paths can be completed by pressing \f(CW\*(C`TAB\*(C'\fR.
diff --git a/man/augtool.pod b/man/augtool.pod
index 1a4c061..a3d7c2d 100644
--- a/man/augtool.pod
+++ b/man/augtool.pod
@@ -49,6 +49,18 @@ directories set here are searched before any directories specified in the
 AUGEAS_LENS_LIB environment variable, and before the default directory
 F</usr/share/augeas/lenses>.
 
+=item B<--nostdinc>
+
+Do not search any of the default directories for modules. When this option
+is set, only directories specified explicitly with B<-I> or specified in
+B<AUGEAS_LENS_LIB> will be searched for modules.
+
+=item B<--noload>
+
+Do not load any files on startup. This is generally used to fine-tune which
+files to load by modifying the entries in C</augeas/load> and then issuing
+a C<load> command.
+
 =back
 
 =head1 COMMANDS
-- 
1.6.0.6




More information about the augeas-devel mailing list