diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-09 16:48:46 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-09 16:48:46 +0100 |
commit | 233595cc4e3c3422a5f5d8aec3314029da3f0ec7 (patch) | |
tree | c13d144c7a0b47ded862f37617d76660c865ac8c /perl/lib | |
parent | e7eca50046e9a69dac27c0bee832af0a3014e02c (diff) | |
download | libguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.tar.gz libguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.tar.xz libguestfs-233595cc4e3c3422a5f5d8aec3314029da3f0ec7.zip |
Generate webpages.
Diffstat (limited to 'perl/lib')
-rw-r--r-- | perl/lib/Sys/Guestfs.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 29414662..9fefb9a5 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -164,28 +164,28 @@ integers: =over 4 -=item 1 C<AUG_SAVE_BACKUP> +=item C<AUG_SAVE_BACKUP> = 1 Keep the original file with a C<.augsave> extension. -=item 2 C<AUG_SAVE_NEWFILE> +=item C<AUG_SAVE_NEWFILE> = 2 Save changes into a file with extension C<.augnew>, and do not overwrite original. Overrides C<AUG_SAVE_BACKUP>. -=item 4 C<AUG_TYPE_CHECK> +=item C<AUG_TYPE_CHECK> = 4 Typecheck lenses (can be expensive). -=item 8 C<AUG_NO_STDINC> +=item C<AUG_NO_STDINC> = 8 Do not use standard load path for modules. -=item 16 C<AUG_SAVE_NOOP> +=item C<AUG_SAVE_NOOP> = 16 Make save a no-op, just record what would have been changed. -=item 32 C<AUG_NO_LOAD> +=item C<AUG_NO_LOAD> = 32 Do not load the tree in C<$h-E<gt>aug_init>. |