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

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