mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
customize: Use C<> around parameter name in documentation.
Fixes commita084758e83and commit7e8ed7cb21.
This commit is contained in:
@@ -395,7 +395,7 @@ and also for more keys for each user."
|
||||
op_discrim = "`Truncate";
|
||||
op_shortdesc = "Truncate a file to zero size";
|
||||
op_pod_longdesc = "\
|
||||
This command truncates \"path\" to a zero-length file. The file must exist
|
||||
This command truncates C<FILE> to a zero-length file. The file must exist
|
||||
already.";
|
||||
};
|
||||
|
||||
@@ -404,7 +404,7 @@ already.";
|
||||
op_discrim = "`TruncateRecursive";
|
||||
op_shortdesc = "Recursively truncate all files in directory";
|
||||
op_pod_longdesc = "\
|
||||
This command recursively truncates all files under \"path\" to zero-length.";
|
||||
This command recursively truncates all files under C<PATH> to zero-length.";
|
||||
};
|
||||
|
||||
{ op_name = "timezone";
|
||||
|
||||
Reference in New Issue
Block a user