Fixes for typos in manual pages.

This commit is contained in:
Yuri Chornoivan
2018-05-12 20:26:19 +01:00
committed by Richard W.M. Jones
parent 1286779ded
commit 22cae846ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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_*>.
*/

View File

@@ -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." };