diff options
author | hut <hut@lavabit.com> | 2013-02-18 00:28:01 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-18 00:28:01 +0100 |
commit | ef6fcb2da8aa477289d121b679f08f460951a978 (patch) | |
tree | 38500d1b7908b6ea89cb24aedca119ac9a4c16ec | |
parent | e0a24ff235dc024c9b1d57eb648082da4166d9f8 (diff) | |
download | ranger-ef6fcb2da8aa477289d121b679f08f460951a978.tar.gz |
ranger.1: update doc of :open_with
-rw-r--r-- | doc/ranger.1 | 5 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index fe6ae684..9367941c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -850,9 +850,8 @@ Creates a directory with the name \fIdirname\fR. .IP "open_with [\fIapplication\fR] [\fIflags\fR] [\fImode\fR]" 2 .IX Item "open_with [application] [flags] [mode]" Open the selected files with the given application, unless it is omitted, in -which case the default application is used. \fIflags\fR are characters out of -\&\*(L"sdpcwSDPCW\*(R" and \fImode\fR is any positive integer. Their meanings are discussed -in their own sections. +which case the default application is used. \fIflags\fR and \fImode\fR have their +own section in the man page. .IP "pmap \fIkey\fR \fIcommand\fR" 2 .IX Item "pmap key command" Binds keys for the pager. Works like the \f(CW\*(C`map\*(C'\fR command. diff --git a/doc/ranger.pod b/doc/ranger.pod index 853776c4..ed5618be 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -881,9 +881,8 @@ Creates a directory with the name I<dirname>. =item open_with [I<application>] [I<flags>] [I<mode>] Open the selected files with the given application, unless it is omitted, in -which case the default application is used. I<flags> are characters out of -"sdpcwSDPCW" and I<mode> is any positive integer. Their meanings are discussed -in their own sections. +which case the default application is used. I<flags> and I<mode> have their +own section in the man page. =item pmap I<key> I<command> |