summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2013-04-12 21:31:21 +0200
committerAndrew Shadura <bugzilla@tut.by>2013-04-12 21:31:21 +0200
commit475e326d8d3227b23d6a9380e8e924c9b39bb5dd (patch)
tree1cbd22d4e11c25f7bface6a9a195073175f1307d
parente95ddb49b6efab8f0adf8c01284407f6a1b601ad (diff)
Update manpages.
-rw-r--r--debian/patches/13-fix-spelling-manpages.patch31
1 files changed, 30 insertions, 1 deletions
diff --git a/debian/patches/13-fix-spelling-manpages.patch b/debian/patches/13-fix-spelling-manpages.patch
index 9ec8c40..943bd24 100644
--- a/debian/patches/13-fix-spelling-manpages.patch
+++ b/debian/patches/13-fix-spelling-manpages.patch
@@ -3,7 +3,16 @@ Author: Andrew Shadura <bugzilla@tut.by>
--- a/man/wimenu.man1
+++ b/man/wimenu.man1
-@@ -111,13 +111,13 @@
+@@ -104,7 +104,7 @@
+ Move forward one word.
+
+ : C-a
+- Move to the begining of the line.
++ Move to the beginning of the line.
+ : C-e
+ Move to the end of the line.
+
+@@ -172,13 +172,13 @@
the following script provides the appropriate completions:
```
@@ -19,3 +28,23 @@ Author: Andrew Shadura <bugzilla@tut.by>
BEGIN {
# Define the completion results
cmds = "foo\nbar\nbaz\n"
+@@ -211,7 +211,7 @@
+ # Skip the trailing part of the command
+ getline rest
+ }
+-' | tail -1
++' | tail \-1
+ ```
+
+ In theory, this facility can be used for myriad purposes,
+--- a/man/wmiir.man1
++++ b/man/wmiir.man1
+@@ -88,7 +88,7 @@
+ given value as argv[0]. For instance, to run sh as a login
+ shell, one might run
+
+-``` wmiir setsid -0 -sh sh
++``` wmiir setsid \-0 \-sh sh
+ If _-f_ is given, wmiir will fork into the background before
+ executing the command.
+ : proglist [--] <directory> ...