Blob Blame History Raw
commit 07fc9f374b8f069be28c353d1a0949f41da7adf2
Author: Michal Domonkos <mdomonko@redhat.com>
Date:   Thu Feb 18 14:00:09 2016 +0100

    docs: fix fssnapshot section in the manpage. BZ 1168121
    
    - Include both aliases in the hanging tag
    - Only use one alias throughout the text
    - Fix a typo

diff --git a/docs/yum.8 b/docs/yum.8
index e428148..8569943 100644
--- a/docs/yum.8
+++ b/docs/yum.8
@@ -718,9 +718,9 @@ updateinfo data:
 .br 
 
 .IP
-.IP "\fBfssnapshot\fP"
+.IP "\fBfssnapshot\fP or \fBfssnap\fP"
 This command has a few sub-commands to act on the LVM data of the host, to list
-snapshots and the create and remove them. The simplest commands, to display
+snapshots and to create and remove them. The simplest commands, to display
 information about the configured LVM snapshotable devices, are:
 
 .br 
@@ -734,9 +734,9 @@ information about the configured LVM snapshotable devices, are:
 then you can create and delete snapshots using:
 
 .br
-.I \fR yum fssnap create
+.I \fR yum fssnapshot create
 .br 
-.I \fR yum fssnap delete <device(s)>
+.I \fR yum fssnapshot delete <device(s)>
 .br 
 
 .br