summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2016-12-25 09:38:04 +0800
committerMike Miller <mtmiller@debian.org>2016-12-25 09:38:04 +0800
commitafc2ce12cc4f01172e47417f1e6de7436aac4d06 (patch)
tree2d7ebca0b74725f3c6e098f10e1327afdb744e86
parented717f8b3bb408215b6a5fac6a6615bc9f4afc16 (diff)
Fix hyphens in manpage
Forwarded: no Last-Update: 2009-03-29 Gbp-Pq: Name 05_manpage_hyphens.patch
-rw-r--r--doc/cdargs.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/cdargs.1 b/doc/cdargs.1
index 0de807d..6767d8c 100644
--- a/doc/cdargs.1
+++ b/doc/cdargs.1
@@ -22,7 +22,7 @@ you can jump to various places throughout the file-system
that are defined using a plain text, line oriented bookmarks file.
.PP
You can create bookmarks by editing your bookmarks file
-"$HOME/.cdargs" using your favorite editor, by using the "--add"
+"$HOME/.cdargs" using your favorite editor, by using the "\-\-add"
option to
.I cdargs
or by using the built-in mechanism that will be described later.
@@ -59,7 +59,7 @@ binary somewhere into your path.
Of course you can create functions and/or aliases for different
purposes. You might want to add a \fIpwd\fR call to echo your current
-directories or put --nowrap in your functions to enable a different
+directories or put \-\-nowrap in your functions to enable a different
scrolling behavior. See section SHELL FUNCTIONS below.
Since version 1.19 cdargs brings a collection of bash functions (and
@@ -125,7 +125,7 @@ of directories takes place).
If it doesn't match a line, that line won't be displayed.
And to make things even more complicated you can affect this behavior
-by using the "--noresolve" option. This option is used when you think
+by using the "\-\-noresolve" option. This option is used when you think
you give a \fINeedle\fR which matches descriptions exactly but you don't
want it to be resolved if it does. This option is internally turned on
when you delete an entry (otherwise the deletion of entries until only
@@ -134,7 +134,7 @@ contains only one entry.
Finally, if the filtered list (but not the bookmarks file) contains
only one entry it is selected and the program exits successfully,
-unless you chose --noresolve.
+unless you chose \-\-noresolve.
I can only hope that you understand this nested if babble...
@@ -234,7 +234,7 @@ reports it's result:
function cv () {
.br
cdargs "$1" && cd "`cat "$HOME/.cdargsresult"`"
- && rm -f "$HOME/.cdargsresult";
+ && rm \-f "$HOME/.cdargsresult";
.br
}