mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fixes for typos in manual pages.
This commit is contained in:
committed by
Richard W.M. Jones
parent
1286779ded
commit
22cae846ce
@@ -19,7 +19,7 @@
|
||||
/**
|
||||
* Utility functions used by the library, tools and language bindings.
|
||||
*
|
||||
* These functions these I<must not> call internal library functions
|
||||
* These functions I<must not> call internal library functions
|
||||
* such as C<safe_*>, C<error> or C<perrorf>, or any C<guestfs_int_*>.
|
||||
*/
|
||||
|
||||
|
||||
@@ -4112,7 +4112,7 @@ is closed which can also trigger these issues." };
|
||||
style = RErr, [String (PlainString, "exemptpath")], [];
|
||||
shortdesc = "remove a mountpoint";
|
||||
longdesc = "\
|
||||
This calls removes a mountpoint that was previously created
|
||||
This call removes a mountpoint that was previously created
|
||||
with C<guestfs_mkmountpoint>. See C<guestfs_mkmountpoint>
|
||||
for full details." };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user