aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 22:25:07 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-10-30 22:25:07 +0000
commitf0300b8481a100df036329868fc9356543414bd0 (patch)
tree25aa8a31447f5488097203530bcc7329142de96a
parente9ad4b1704b37800ea5ed25a69c967a5ac02c5fc (diff)
downloaddhex-f0300b8481a100df036329868fc9356543414bd0.tar.gz
Add debian/patches/dhex.1-man-typo to fix errors caught by linitian
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/dhex.1-man-typo25
-rw-r--r--debian/patches/series1
3 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9351875..a178233 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dhex (0.68-1) UNRELEASED; urgency=low
* New upstream release
* New maintainer (Closes: #691818)
- Update debian/{control,copyright} accordingly.
+ * Add debian/patches/dhex.1-man-typo to fix errors caught by linitian
-- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 30 Oct 2012 21:37:08 +0000
diff --git a/debian/patches/dhex.1-man-typo b/debian/patches/dhex.1-man-typo
new file mode 100644
index 0000000..4fa6e54
--- /dev/null
+++ b/debian/patches/dhex.1-man-typo
@@ -0,0 +1,25 @@
+Description: Fix typos in dhex.1 man page (caught by linitan)
+Author: Jonathan McCrohan <jmccrohan@gmail.com>
+
+diff --git a/dhex.1 b/dhex.1
+index 5154f44..fa5b94f 100644
+--- a/dhex.1
++++ b/dhex.1
+@@ -99,7 +99,7 @@
+ .Ek
+ .Sh DESCRIPTION
+ .Nm
+-is a hex editor. It can be used to alter individual bytes in large files. Since it is a text-mode programm based on ncurses, it can run in numerous scenarios.
++is a hex editor. It can be used to alter individual bytes in large files. Since it is a text-mode program based on ncurses, it can run in numerous scenarios.
+ .
+ Its special feature is the diff mode: With it, the user has a visual tool for file comparison. This mode is invoked when
+ .Nm
+@@ -219,7 +219,7 @@ Input fields can be closed by pressing ESC, ENTER, or any cursor key. Only press
+ .Ss The keyboard setup
+ When running
+ .Nm
+-for the first time, without any configfile present, or with the parameter -k, the first screen shown is that of the keyboard setup. In this screen, the program asks the user to press certain keys. Which are (in order) ESCAPE, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, BACKSPACE, DEL, ENTER, TAB, UP, DOWN, RIGHT, LEFT, PG UP, PG DOWN, HOME, END. It also tells the user what it intends to do with those keys later. So the user can decide on any alternative he chooses.
++for the first time, without any configfile present, or with the parameter \-k, the first screen shown is that of the keyboard setup. In this screen, the program asks the user to press certain keys. Which are (in order) ESCAPE, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, BACKSPACE, DEL, ENTER, TAB, UP, DOWN, RIGHT, LEFT, PG UP, PG DOWN, HOME, END. It also tells the user what it intends to do with those keys later. So the user can decide on any alternative he chooses.
+ If he does not want to bind a specific function to a certain key, he can simply press ESCAPE and skip to the next question.
+ .Pp
+ After pressing all the keys, the user can chose whether or not to write those keys into the config file.
diff --git a/debian/patches/series b/debian/patches/series
index 174addd..6cbca56 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
fix-install-target
hardening
+dhex.1-man-typo