diff options
author | toonn <toonn@toonn.io> | 2019-12-31 15:16:54 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-31 15:16:54 +0100 |
commit | e5c0112ce25359aed5bdd6a0c70a9e3f21287143 (patch) | |
tree | 8f627ba1a89aee61316fa3606bf8a22077ccd05e /doc | |
parent | 73b9d457d461d9f242f0dfb14643c08c0377193b (diff) | |
download | ranger-e5c0112ce25359aed5bdd6a0c70a9e3f21287143.tar.gz |
Fix overflows in man page formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 20 | ||||
-rw-r--r-- | doc/ranger.pod | 16 |
2 files changed, 20 insertions, 16 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index ceb44098..d0c8f75c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -536,9 +536,9 @@ Flags give you a way to modify the behavior of the spawned process. They are used in the commands \f(CW\*(C`:open_with\*(C'\fR (key \*(L"r\*(R") and \f(CW\*(C`:shell\*(C'\fR (key \*(L"!\*(R"). .PP .Vb 6 -\& f Fork the process, i.e. run in background. Please use this flag instead of -\& calling "disown" or "nohup", to avoid killing the background command when -\& pressing Ctrl+C in ranger. +\& f Fork the process, i.e. run in background. Please use this flag +\& instead of calling "disown" or "nohup", to avoid killing the +\& background command when pressing Ctrl+C in ranger. \& c Run the current file only, instead of the selection \& r Run application with root privilege (requires sudo) \& t Run application in a new terminal window @@ -1187,10 +1187,11 @@ Gather and display data about version control systems. Supported vcs: git, hg. .IX Item "vcs_backend_git, vcs_backend_hg, vcs_backend_bzr, vcs_backend_svn [string]" Sets the state for the version control backend. The possible values are: .Sp -.Vb 3 -\& disabled don\*(Aqt display any information. -\& local display only local state. -\& enabled display both, local and remote state. May be slow for hg and bzr. +.Vb 4 +\& disabled Don\*(Aqt display any information. +\& local Display only local state. +\& enabled Display both, local and remote state. +\& May be slow for hg and bzr. .Ve .IP "vcs_msg_length [int]" 4 .IX Item "vcs_msg_length [int]" @@ -1713,8 +1714,9 @@ Reads commands from a file and executes them in the ranger console. .Sp This can be used to re-evaluate the rc.conf file after changing it: .Sp -.Vb 1 -\& map X chain shell vim \-p %confdir/rc.conf %rangerdir/config/rc.conf; source %confdir/rc.conf +.Vb 2 +\& map X chain shell vim \-p %confdir/rc.conf %rangerdir/config/rc.conf; \e +\& source %confdir/rc.conf .Ve .IP "scroll_preview \fIvalue\fR" 2 .IX Item "scroll_preview value" diff --git a/doc/ranger.pod b/doc/ranger.pod index b2ce21e1..ed347665 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -474,9 +474,9 @@ F<$repo/ranger/config/rifle.conf>. Flags give you a way to modify the behavior of the spawned process. They are used in the commands C<:open_with> (key "r") and C<:shell> (key "!"). - f Fork the process, i.e. run in background. Please use this flag instead of - calling "disown" or "nohup", to avoid killing the background command when - pressing Ctrl+C in ranger. + f Fork the process, i.e. run in background. Please use this flag + instead of calling "disown" or "nohup", to avoid killing the + background command when pressing Ctrl+C in ranger. c Run the current file only, instead of the selection r Run application with root privilege (requires sudo) t Run application in a new terminal window @@ -1280,9 +1280,10 @@ Gather and display data about version control systems. Supported vcs: git, hg. Sets the state for the version control backend. The possible values are: - disabled don't display any information. - local display only local state. - enabled display both, local and remote state. May be slow for hg and bzr. + disabled Don't display any information. + local Display only local state. + enabled Display both, local and remote state. + May be slow for hg and bzr. =item vcs_msg_length [int] @@ -1859,7 +1860,8 @@ Reads commands from a file and executes them in the ranger console. This can be used to re-evaluate the rc.conf file after changing it: - map X chain shell vim -p %confdir/rc.conf %rangerdir/config/rc.conf; source %confdir/rc.conf + map X chain shell vim -p %confdir/rc.conf %rangerdir/config/rc.conf; \ + source %confdir/rc.conf =item scroll_preview I<value> |