diff options
author | hut <hut@hut.pm> | 2019-04-03 19:28:05 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2019-04-03 19:28:05 +0200 |
commit | 2fe988d829f66bce3a703ee08e49fd5bcbd6005d (patch) | |
tree | 7120791f773f6037a2de026441032229ed8fe2f3 /doc | |
parent | 67e4ea4e143ed3516e5fe02607bbaf8aedf3534d (diff) | |
download | ranger-2fe988d829f66bce3a703ee08e49fd5bcbd6005d.tar.gz |
manpage: better documentation of "f" flag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index e3419d0f..a89670f3 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -339,7 +339,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. (Run in background) + 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 |