about summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2019-04-03 19:28:05 +0200
committerhut <hut@hut.pm>2019-04-03 19:28:05 +0200
commit2fe988d829f66bce3a703ee08e49fd5bcbd6005d (patch)
tree7120791f773f6037a2de026441032229ed8fe2f3 /doc/ranger.pod
parent67e4ea4e143ed3516e5fe02607bbaf8aedf3534d (diff)
downloadranger-2fe988d829f66bce3a703ee08e49fd5bcbd6005d.tar.gz
manpage: better documentation of "f" flag
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod4
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