diff options
author | Leo Vivier <leo.vivier+dev@gmail.com> | 2019-07-25 22:21:51 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-08-02 21:22:53 +0200 |
commit | 6fee63a8d7f91a91ffa2b785e67f4d418055bd98 (patch) | |
tree | 2e03c3e047a19c649c07c6d20ebcfc8eb70ce3db | |
parent | e733caa892b4ac28f33ca67997e2686d08108367 (diff) | |
download | ranger-6fee63a8d7f91a91ffa2b785e67f4d418055bd98.tar.gz |
Rephrase & Make
-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 c5bef68f..bccbfa98 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -433,9 +433,8 @@ the end of the line automatically. .PP To write a literal %, you need to escape it by writing %%. .PP -Note that macros are expanded twice when using chain. For example, to insert -a space character in a chained command, you would write %%space. This is -because the chain command is a macro-expanding command itself. +Note that macros are expanded twice when using chain. For example, to insert +a space character in a chained command, you would write %%space: chain command1; command2%%space .SS "\s-1BOOKMARKS\s0" .IX Subsection "BOOKMARKS" diff --git a/doc/ranger.pod b/doc/ranger.pod index e178bf04..0fd5cc47 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -328,9 +328,8 @@ the end of the line automatically. To write a literal %, you need to escape it by writing %%. -Note that macros are expanded twice when using chain. For example, to insert -a space character in a chained command, you would write %%space. This is -because the chain command is a macro-expanding command itself. +Note that macros are expanded twice when using chain. For example, to insert +a space character in a chained command, you would write %%space: chain command1; command2%%space =head2 BOOKMARKS |