docs: Fix man pages references to incorrect section numbers.

This commit is contained in:
Richard W.M. Jones
2016-11-13 18:31:52 +00:00
parent fc73cdc014
commit 6d805f3b33
4 changed files with 6 additions and 6 deletions

View File

@@ -824,8 +824,8 @@ the L<virt-p2v-make-disk(1)> I<--arch> option.
L<guestfs(3)>,
L<guestfs-examples(3)>,
L<guestfs-hacking(3)>,
L<guestfs-internals(3)>,
L<guestfs-hacking(1)>,
L<guestfs-internals(1)>,
L<guestfs-performance(1)>,
L<guestfs-release-notes(1)>,
L<guestfs-testing(1)>,

View File

@@ -298,7 +298,7 @@ type, tests, documentation) to F<generator/actions.ml>.
There are two sorts of API action, depending on whether the call goes
through to the daemon in the appliance, or is serviced entirely by the
library (see L<guestfs-internals(3)/ARCHITECTURE>). L<guestfs(3)/guestfs_sync> is an example
library (see L<guestfs-internals(1)/ARCHITECTURE>). L<guestfs(3)/guestfs_sync> is an example
of the former, since the sync is done in the appliance.
L<guestfs(3)/guestfs_set_trace> is an example of the latter, since a trace flag
is maintained in the handle and all tracing is done on the library
@@ -1002,7 +1002,7 @@ __INTERNAL_DOCUMENTATION__
L<guestfs(3)>,
L<guestfs-building(1)>,
L<guestfs-examples(3)>,
L<guestfs-internals(3)>,
L<guestfs-internals(1)>,
L<guestfs-performance(1)>,
L<guestfs-release-notes(1)>,
L<guestfs-testing(1)>,

View File

@@ -400,7 +400,7 @@ to run libguestfs.
=head1 SEE ALSO
L<guestfs(3)>,
L<guestfs-hacking(3)>,
L<guestfs-hacking(1)>,
L<guestfs-examples(3)>,
L<libguestfs-test-tool(1)>,
L<libguestfs-make-fixed-appliance(1)>,

View File

@@ -354,7 +354,7 @@ to do the same).
=head1 SEE ALSO
L<guestfs(3)>,
L<guestfs-internals(3)>,
L<guestfs-internals(1)>,
L<guestfs-release-notes(1)>,
L<guestfs-testing(1)>,
L<http://libguestfs.org/>.