From 6d805f3b33001dc7d46fc50b6a144a6b42f9d436 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 13 Nov 2016 18:31:52 +0000 Subject: [PATCH] docs: Fix man pages references to incorrect section numbers. --- docs/guestfs-building.pod | 4 ++-- docs/guestfs-hacking.pod | 4 ++-- docs/guestfs-internals.pod | 2 +- docs/guestfs-security.pod | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index 0593acb76..efaaf3346 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -824,8 +824,8 @@ the L I<--arch> option. L, L, -L, -L, +L, +L, L, L, L, diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 93cfe8136..54a862cd9 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -298,7 +298,7 @@ type, tests, documentation) to F. 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). L is an example +library (see L). L is an example of the former, since the sync is done in the appliance. L 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, L, L, -L, +L, L, L, L, diff --git a/docs/guestfs-internals.pod b/docs/guestfs-internals.pod index 809becdff..ab4f09b82 100644 --- a/docs/guestfs-internals.pod +++ b/docs/guestfs-internals.pod @@ -400,7 +400,7 @@ to run libguestfs. =head1 SEE ALSO L, -L, +L, L, L, L, diff --git a/docs/guestfs-security.pod b/docs/guestfs-security.pod index 2d14883b6..b925ed9a0 100644 --- a/docs/guestfs-security.pod +++ b/docs/guestfs-security.pod @@ -354,7 +354,7 @@ to do the same). =head1 SEE ALSO L, -L, +L, L, L, L.