Blame SOURCES/BZ-1168121-fssnapshot-manpage-fix.patch

d2a170
commit 07fc9f374b8f069be28c353d1a0949f41da7adf2
d2a170
Author: Michal Domonkos <mdomonko@redhat.com>
d2a170
Date:   Thu Feb 18 14:00:09 2016 +0100
d2a170
d2a170
    docs: fix fssnapshot section in the manpage. BZ 1168121
d2a170
    
d2a170
    - Include both aliases in the hanging tag
d2a170
    - Only use one alias throughout the text
d2a170
    - Fix a typo
d2a170
d2a170
diff --git a/docs/yum.8 b/docs/yum.8
d2a170
index e428148..8569943 100644
d2a170
--- a/docs/yum.8
d2a170
+++ b/docs/yum.8
d2a170
@@ -718,9 +718,9 @@ updateinfo data:
d2a170
 .br 
d2a170
 
d2a170
 .IP
d2a170
-.IP "\fBfssnapshot\fP"
d2a170
+.IP "\fBfssnapshot\fP or \fBfssnap\fP"
d2a170
 This command has a few sub-commands to act on the LVM data of the host, to list
d2a170
-snapshots and the create and remove them. The simplest commands, to display
d2a170
+snapshots and to create and remove them. The simplest commands, to display
d2a170
 information about the configured LVM snapshotable devices, are:
d2a170
 
d2a170
 .br 
d2a170
@@ -734,9 +734,9 @@ information about the configured LVM snapshotable devices, are:
d2a170
 then you can create and delete snapshots using:
d2a170
 
d2a170
 .br
d2a170
-.I \fR yum fssnap create
d2a170
+.I \fR yum fssnapshot create
d2a170
 .br 
d2a170
-.I \fR yum fssnap delete <device(s)>
d2a170
+.I \fR yum fssnapshot delete <device(s)>
d2a170
 .br 
d2a170
 
d2a170
 .br