summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 5f70c968..d31150c5 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -331,6 +331,11 @@ Open a shell in the current directory
 
 Opens this man page
 
+=item <octal>=, +<who><what>, -<who><what>
+
+Change the permissions of the selection.  For example, C<777=> is equivalent to
+C<chmod 777 %s>, C<+ar> does C<chmod a+r %s>, C<-ow> does C<chmod o-w %s> etc.
+
 =item yy
 
 Copy (yank) the selection, like pressing Ctrl+C in modern GUI programs.