diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-22 10:44:35 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-22 17:16:13 +0100 |
commit | e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9 (patch) | |
tree | fb9316e1ecffe68db31179bb5c0a77c1d033a9a7 /fish | |
parent | 75d9c056b2db9ceedef9eca64e67ad3350eabad8 (diff) | |
download | libguestfs-e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9.tar.gz libguestfs-e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9.tar.xz libguestfs-e3e67f63b0a6ce952ba92cb966b8ac5ef239dcf9.zip |
fish docs: Use L</...> for internal links in the man page.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/guestfish.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 836c4f7f..decbf298 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -168,7 +168,7 @@ See also: L<virt-inspector(1)>. =item B<--listen> Fork into the background and listen for remote commands. See section -I<REMOTE CONTROL GUESTFISH OVER A SOCKET> below. +L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below. =item B<-m dev[:mountpoint]> | B<--mount dev[:mountpoint]> @@ -194,7 +194,7 @@ of autosync in the L<guestfs(3)> manpage. =item B<--remote[=pid]> Send remote commands to C<$GUESTFISH_PID> or C<pid>. See section -I<REMOTE CONTROL GUESTFISH OVER A SOCKET> below. +L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below. =item B<-r> | B<--ro> @@ -461,8 +461,8 @@ To cause the server to exit, send it the exit command: guestfish --remote exit Note that the server will normally exit if there is an error in a -command. You can change this in the usual way. See section I<EXIT ON -ERROR BEHAVIOUR>. +command. You can change this in the usual way. See section +L</EXIT ON ERROR BEHAVIOUR>. =head2 CONTROLLING MULTIPLE GUESTFISH PROCESSES @@ -711,8 +711,8 @@ set, it uses C<vi>. =item GUESTFISH_PID Used with the I<--remote> option to specify the remote guestfish -process to control. See section I<REMOTE CONTROL GUESTFISH OVER A -SOCKET>. +process to control. See section +L</REMOTE CONTROL GUESTFISH OVER A SOCKET>. =item HOME |