diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-26 21:16:14 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-26 21:16:14 +0100 |
commit | 8d63edaa9317e957d03beb9834ddac5f30349ef1 (patch) | |
tree | 0d1806b559acb94d2c70144bf77e99a5cb296e0f | |
parent | 91617069b9903af303187acaf8e83bc7dece2c93 (diff) | |
download | libguestfs-8d63edaa9317e957d03beb9834ddac5f30349ef1.tar.gz libguestfs-8d63edaa9317e957d03beb9834ddac5f30349ef1.tar.xz libguestfs-8d63edaa9317e957d03beb9834ddac5f30349ef1.zip |
sysprep: Typo in man page: resets -> reset.
-rwxr-xr-x | sysprep/virt-sysprep.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/virt-sysprep.pod b/sysprep/virt-sysprep.pod index ce02b9f0..b62c9185 100755 --- a/sysprep/virt-sysprep.pod +++ b/sysprep/virt-sysprep.pod @@ -12,7 +12,7 @@ virt-sysprep - Reset, unconfigure or customize a virtual machine so clones can b =head1 DESCRIPTION -Virt-sysprep can resets or unconfigure a virtual machine so that +Virt-sysprep can reset or unconfigure a virtual machine so that clones can be made from it. Steps in this process include removing SSH host keys, removing persistent network MAC configuration, and removing user accounts. Virt-sysprep can also customize a virtual |