fish: Fix small typos in virt-copy-in and virt-copy-out man pages (RHBZ#1398070).

Thanks: Xianghua Chen
This commit is contained in:
Richard W.M. Jones
2016-11-24 09:53:10 +00:00
parent 0ae56ad711
commit bad1059bc4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ virt-copy-in - Copy files and directories into a virtual machine disk image.
C<virt-copy-in> copies files and directories from the local disk into
a virtual machine disk image or named libvirt domain.
You can give one of more filenames and directories on the command
You can give one or more filenames and directories on the command
line. Directories are copied in recursively. The final parameter
must be the destination directory in the disk image which must be an
absolute path starting with a F</> character.

View File

@@ -13,7 +13,7 @@ virt-copy-out - Copy files and directories out of a virtual machine disk image.
C<virt-copy-out> copies files and directories out of a virtual machine
disk image or named libvirt domain.
You can give one of more filenames and directories on the command
You can give one or more filenames and directories on the command
line. Directories are copied out recursively.
=head1 EXAMPLES