Blame SOURCES/mt-st-man-page-updates-1_bz948457.patch

fcfe9a
From 78c0868407b59bbfdd1301fe5c1b57831b53c26e Mon Sep 17 00:00:00 2001
fcfe9a
From: Jan Chaloupka <jchaloup@redhat.com>
fcfe9a
Date: Thu, 21 Aug 2014 12:46:44 +0200
fcfe9a
Subject: [PATCH] mt missing options section
fcfe9a
fcfe9a
---
fcfe9a
 mt.1 | 33 ++++++++++++++++++---------------
fcfe9a
 1 file changed, 18 insertions(+), 15 deletions(-)
fcfe9a
fcfe9a
diff --git a/mt.1.man_page_upd1 b/mt.1
fcfe9a
index 8ff5b63..7dccdee 100644
fcfe9a
--- a/mt.1.man_page_upd1
fcfe9a
+++ b/mt.1
fcfe9a
@@ -13,21 +13,7 @@ performs the given
fcfe9a
 which must be one of the tape operations listed below, on a tape
fcfe9a
 drive. The commands can also be listed by running the program with the
fcfe9a
 .I \-h
fcfe9a
-option. The version of mt is printed with the
fcfe9a
-.I \-v
fcfe9a
-or
fcfe9a
-.I \-\-version
fcfe9a
-option. The path of the tape device on which to operate can be given with
fcfe9a
-the
fcfe9a
-.I \-f
fcfe9a
-or
fcfe9a
-.I \-t
fcfe9a
-option.  If neither of those options is given, and the environment
fcfe9a
-variable
fcfe9a
-.B TAPE
fcfe9a
-is set, it is used.  Otherwise, a default device defined in the file
fcfe9a
-.I /usr/include/sys/mtio.h
fcfe9a
-is used.
fcfe9a
+option.
fcfe9a
 .PP
fcfe9a
 Some operations optionally take an argument or repeat count, which can be given
fcfe9a
 after the operation name and defaults to 1. The postfix
fcfe9a
@@ -275,6 +261,23 @@ set the cleaning request interpretation parameters.
fcfe9a
 exits with a status of 0 if the operation succeeded, 1 if the
fcfe9a
 operation or device name given was invalid, or 2 if the operation
fcfe9a
 failed.
fcfe9a
+.SH OPTIONS
fcfe9a
+.TP
fcfe9a
+.B \-h, \-\-help
fcfe9a
+Print a usage message on standard output and exit successfully.
fcfe9a
+.TP
fcfe9a
+.B \-v, \-\-version
fcfe9a
+Print version of mt.
fcfe9a
+.TP
fcfe9a
+.B \-f, \-t
fcfe9a
+The path of the tape device on  which to operate.
fcfe9a
+If neither of those options is given,
fcfe9a
+and the environment variable
fcfe9a
+.B TAPE
fcfe9a
+is set, it is used.
fcfe9a
+Otherwise, a default device defined in the file
fcfe9a
+.I /usr/include/sys/mtio.h
fcfe9a
+is used.
fcfe9a
 .SH AUTHOR
fcfe9a
 The program is written by Kai Makisara <Kai.Makisara@kolumbus.fi>.
fcfe9a
 .SH COPYRIGHT
fcfe9a
-- 
fcfe9a
1.9.3
fcfe9a