blob: fee368dac257ed1cb1511eb9e41c7a4db242aa1b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001From 9cb1667f9d3a9bcfc3b83466cd8d3b79f0554ff0 Mon Sep 17 00:00:00 2001
2From: Azat Khuzhin <a3at.mail@gmail.com>
3Date: Wed, 8 Jul 2015 01:37:09 +0300
4Subject: [PATCH 1/3] fix typos in manpage
5
6This patch is taken from
7ftp://ftp.debian.org/debian/pool/main/b/blktool/blktool_4-7.debian.tar.xz
8
9Upstream-Status: Inappropriate [upstream is dead]
10Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
11
12---
13 blktool.8 | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16diff --git a/blktool.8 b/blktool.8
17index a1f5c96..45b7724 100644
18--- a/blktool.8
19+++ b/blktool.8
20@@ -191,7 +191,7 @@ Query or set device bus state (0 off, 1 on, 2 tristate)
21 Query the detected (or overridden, via -t) device class.
22 Typically this will result in 'ATA' or 'SCSI' for most devices.
23 Detection is based on device major; thus your SATA device may appear as
24-'SCSI'.
25+\&'SCSI'.
26
27 .TP
28 .B cd-speed
29@@ -237,7 +237,7 @@ Omitting the on/off argument will print the current state.
30
31 .TP
32 .B media
33-Lock in (or unlock) a removeable device.
34+Lock in (or unlock) a removable device.
35
36 .TP
37 .B multiple-count
38--
392.1.4
40