diff options
author | toonn <toonn@toonn.io> | 2019-12-22 16:44:46 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-22 16:44:46 +0100 |
commit | f6c4d5f802b1b3a4c26393d28a11e5b098e802a0 (patch) | |
tree | 56f809c4f19bd0d3bcbbaff8c50e0e9d6b2845d9 | |
parent | b31658573c603b0a795c58810a53796faf48685a (diff) | |
download | ranger-f6c4d5f802b1b3a4c26393d28a11e5b098e802a0.tar.gz |
Use readable formatting for the examples
`F<file_>` is rendered using underline in a man page, which makes the underscore hard to see. So I switched the file name examples for `pp` to use `C<file_>` which is rendered using "double quotation marks."
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index d0ed2e7b..f64c19d7 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -622,7 +622,7 @@ Paste the files which were previously copied or cut, like pressing Ctrl+V in modern \s-1GUI\s0 programs. .Sp Conflicts will be renamed by appending an '_' (and a counter if necessary), -resulting in \fIfile.ext_\fR, \fIfile.ext_0\fR, etc. If you prefer \fIfile_.ext\fR you +resulting in \f(CW\*(C`file.ext_\*(C'\fR, \f(CW\*(C`file.ext_0\*(C'\fR, etc. If you prefer \f(CW\*(C`file_.ext\*(C'\fR you can use the \f(CW\*(C`paste_ext\*(C'\fR command. .IP "po" 14 .IX Item "po" diff --git a/doc/ranger.pod b/doc/ranger.pod index 53f4933c..8e9f261a 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -542,7 +542,7 @@ Paste the files which were previously copied or cut, like pressing Ctrl+V in modern GUI programs. Conflicts will be renamed by appending an '_' (and a counter if necessary), -resulting in F<file.ext_>, F<file.ext_0>, etc. If you prefer F<file_.ext> you +resulting in C<file.ext_>, C<file.ext_0>, etc. If you prefer C<file_.ext> you can use the C<paste_ext> command. =item po |