Change supermin man pages section 8 to section 1.

Corresponding change in upstream supermin:
cb3f9e8bba
This commit is contained in:
Richard W.M. Jones
2013-11-12 08:49:45 +00:00
parent edacd479fa
commit fb41ce252f
6 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ Some reasons why you I<might> want to use this include:
You want to make a self-contained libguestfs appliance that can be
copied to another machine or platform that doesn't support
L<supermin(8)>.
L<supermin(1)>.
=item *
@@ -129,8 +129,8 @@ looking for an appliance. The path is built into libguestfs, or can
be set using the C<LIBGUESTFS_PATH> environment variable.
Normally a supermin appliance is located on this path (see
L<supermin(8)/SUPERMIN APPLIANCE>). libguestfs reconstructs this
into a full appliance by running L<supermin-helper(8)>.
L<supermin(1)/SUPERMIN APPLIANCE>). libguestfs reconstructs this
into a full appliance by running L<supermin-helper(1)>.
However, a simpler "fixed appliance" can also be used. libguestfs
detects this by looking for a directory on the path containing four
@@ -166,8 +166,8 @@ libguestfs, please see the L<guestfs(3)> manual page.
=head1 SEE ALSO
L<guestfs(3)>,
L<supermin(8)>,
L<supermin-helper(8)>,
L<supermin(1)>,
L<supermin-helper(1)>,
L<xz(1)>,
L<http://libguestfs.org/>,
L<http://qemu.org/>.

View File

@@ -90,7 +90,7 @@ set C<$TMPDIR> or C<$LIBGUESTFS_CACHEDIR> in which case it will be
under that temporary directory.
For more information about how the appliance is constructed, see
L<supermin(8)/SUPERMIN APPLIANCES>.
L<supermin(1)/SUPERMIN APPLIANCES>.
Every time libguestfs runs it will check that no host files used by
the appliance have changed. If any have, then the appliance is
@@ -166,7 +166,7 @@ times.
=item 2.
By default libguestfs (or rather, L<supermin-helper(8)>)
By default libguestfs (or rather, L<supermin-helper(1)>)
searches over the root filesystem to find out if any host files have
changed and if it needs to rebuild the appliance. If these files are
not cached and the root filesystem is on an HDD, then this generates
@@ -566,8 +566,8 @@ bit.
=head1 SEE ALSO
L<supermin(8)>,
L<supermin-helper(8)>,
L<supermin(1)>,
L<supermin-helper(1)>,
L<guestfish(1)>,
L<guestfs(3)>,
L<guestfs-examples(3)>,

View File

@@ -95,7 +95,7 @@ this information.
=item *
Which kernel is being used? L<supermin(8)> will try to pick the
Which kernel is being used? L<supermin(1)> will try to pick the
latest kernel installed on your machine. You can see the version in
the appliance output, eg:

View File

@@ -1486,7 +1486,7 @@ the path of qemu/KVM.
These two environment variables allow the kernel that libguestfs uses
in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not
set, then the most recent host kernel is chosen. For more information
about kernel selection, see L<supermin-helper(8)>. This
about kernel selection, see L<supermin-helper(1)>. This
feature is only available in supermin / febootstrap E<ge> 3.8.
=item TMPDIR
@@ -1583,7 +1583,7 @@ L<virt-win-reg(1)>,
L<libguestfs-tools.conf(5)>,
L<display(1)>,
L<hexedit(1)>,
L<supermin-helper(8)>.
L<supermin-helper(1)>.
=head1 AUTHORS

View File

@@ -3460,7 +3460,7 @@ The appliance is cached in C</var/tmp/.guestfs-E<lt>UIDE<gt>> (or in
another directory if C<LIBGUESTFS_CACHEDIR> or C<TMPDIR> are set).
For a complete description of how the appliance is created and cached,
read the L<supermin(8)> and L<supermin-helper(8)> man
read the L<supermin(1)> and L<supermin-helper(1)> man
pages.
=item Start qemu and boot the kernel
@@ -4669,7 +4669,7 @@ environment which tends to break everything.
These two environment variables allow the kernel that libguestfs uses
in the appliance to be selected. If C<$SUPERMIN_KERNEL> is not
set, then the most recent host kernel is chosen. For more information
about kernel selection, see L<supermin-helper(8)>. This
about kernel selection, see L<supermin-helper(1)>. This
feature is only available in supermin / febootstrap E<ge> 3.8.
=item TMPDIR
@@ -4719,8 +4719,8 @@ L<guestfs-release-notes(1)>,
L<guestfs-testing(1)>,
L<libguestfs-test-tool(1)>,
L<libguestfs-make-fixed-appliance(1)>,
L<supermin(8)>,
L<supermin-helper(8)>,
L<supermin(1)>,
L<supermin-helper(1)>,
L<qemu(1)>,
L<hivex(3)>,
L<stap(1)>,

View File

@@ -87,7 +87,7 @@ variables C<SUPERMIN_KERNEL> and/or C<SUPERMIN_MODULES>
(C<FEBOOTSTRAP_KERNEL> and C<FEBOOTSTRAP_MODULES> if still using the
old febootstrap 3.21 program).
Refer to L<supermin-helper(8)/ENVIRONMENT VARIABLES>
Refer to L<supermin-helper(1)/ENVIRONMENT VARIABLES>
for further information.
=head1 TRYING OUT A DIFFERENT VERSION OF LIBVIRT