1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: Fix typos in manpage
Author: Mike Miller <mtmiller@debian.org>
Forwarded: https://github.com/hanslub42/rlwrap/pull/83/commits/4cd606b9e5199588f7ce9dc09a0902b915e31cc9
Last-Update: 2018-02-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/rlwrap.man.in
+++ b/doc/rlwrap.man.in
@@ -24,7 +24,7 @@
in order to provide \fBreadline\fP's line editing, persistent history
and completion.
-\fBrlwrap\fP tries (and \fIalmost\fP suceeds) to be completely transparent \- you
+\fBrlwrap\fP tries (and \fIalmost\fP succeeds) to be completely transparent \- you
(or your shell) shouldn't notice any difference between \fBcommand\fP and \fBrlwrap
command\fP \- except the added readline functionality, of course.
This should even hold true when you are re\-directing, piping and
@@ -376,7 +376,7 @@
home directory if this variable is not set. This will quickly become messy if you use \fBrlwrap\fP for many different commands.
.TP
$RLWRAP_HOME/\fIcommand\fP_history, ~/.\fIcommand\fP_history
-History for \fIcommand\fP (remember that \fIcommand\fP may be overriden by the \fB\-\-command\-name\fP (or \fB\-C\fP) option)
+History for \fIcommand\fP (remember that \fIcommand\fP may be overridden by the \fB\-\-command\-name\fP (or \fB\-C\fP) option)
.TP
$RLWRAP_HOME/\fIcommand\fP_completions, ~/.\fIcommand\fP_completions
Per\-user completion word list for \fIcommand\fP. \fBrlwrap\fP never
|