[Pkg-libvirt-commits] [libguestfs] 42/72: actions: improve man page links

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:19:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 2d75ade92eb9bd2c5b91d7f55a1b9a4b6d730564
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Tue Mar 3 15:39:13 2015 +0100

    actions: improve man page links
    
    Switch from C<> to L<> for links to man pages, where wasn't done before.
    
    (cherry picked from commit 1d93cb9e4b29ad60056eb684b0744c242bfdcab4)
---
 generator/actions.ml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index fff13f3..b21346f 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -683,7 +683,7 @@ calls, parameters and return values are traced.
 
 If you want to trace C API calls into libguestfs (and
 other libraries) then possibly a better way is to use
-the external ltrace(1) command.
+the external L<ltrace(1)> command.
 
 Command traces are disabled unless the environment variable
 C<LIBGUESTFS_TRACE> is defined and set to C<1>.
@@ -2695,10 +2695,10 @@ On return you get a list of strings, with a one-to-one
 correspondence to the C<names> list.  Each string is the
 value of the symbolic link.
 
-If the C<readlink(2)> operation fails on any name, then
+If the L<readlink(2)> operation fails on any name, then
 the corresponding result string is the empty string C<\"\">.
 However the whole operation is completed even if there
-were C<readlink(2)> errors, and so you can call this
+were L<readlink(2)> errors, and so you can call this
 function with names where you don't know if they are
 symbolic links already (albeit slightly less efficient).
 
@@ -3271,7 +3271,7 @@ See L<guestfs(3)/BACKEND>, L<guestfs(3)/BACKEND SETTINGS>." };
     longdesc = "\
 Returns file information for the given C<path>.
 
-This is the same as the C<stat(2)> system call." };
+This is the same as the L<stat(2)> system call." };
 
   { defaults with
     name = "lstat";
@@ -3289,7 +3289,7 @@ This is the same as C<guestfs_stat> except that if C<path>
 is a symbolic link, then the link is stat-ed, not the file it
 refers to.
 
-This is the same as the C<lstat(2)> system call." };
+This is the same as the L<lstat(2)> system call." };
 
   { defaults with
     name = "c_pointer";
@@ -4442,7 +4442,7 @@ Returns file system statistics for any mounted file system.
 C<path> should be a file or directory in the mounted file system
 (typically it is the mount point itself, but it doesn't need to be).
 
-This is the same as the C<statvfs(2)> system call." };
+This is the same as the L<statvfs(2)> system call." };
 
   { defaults with
     name = "tune2fs_l";
@@ -7592,10 +7592,10 @@ On return you get a list of strings, with a one-to-one
 correspondence to the C<names> list.  Each string is the
 value of the symbolic link.
 
-If the C<readlink(2)> operation fails on any name, then
+If the L<readlink(2)> operation fails on any name, then
 the corresponding result string is the empty string C<\"\">.
 However the whole operation is completed even if there
-were C<readlink(2)> errors, and so you can call this
+were L<readlink(2)> errors, and so you can call this
 function with names where you don't know if they are
 symbolic links already (albeit slightly less efficient).
 
@@ -11989,7 +11989,7 @@ Get the realtime (wallclock) timestamp of the current journal entry." };
     longdesc = "\
 Returns file information for the given C<path>.
 
-This is the same as the C<stat(2)> system call." };
+This is the same as the L<stat(2)> system call." };
 
   { defaults with
     name = "lstatns";
@@ -12007,7 +12007,7 @@ This is the same as C<guestfs_statns> except that if C<path>
 is a symbolic link, then the link is stat-ed, not the file it
 refers to.
 
-This is the same as the C<lstat(2)> system call." };
+This is the same as the L<lstat(2)> system call." };
 
   { defaults with
     name = "internal_lstatnslist";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list