summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/macros.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/macros.md b/docs/manual/macros.md
index 495e99c65..0a892af09 100644
--- a/docs/manual/macros.md
+++ b/docs/manual/macros.md
@@ -36,6 +36,7 @@ macros are available:
```
%0 the name of the macro being invoked
%* all arguments (unlike shell, not including any processed flags)
+ %** all arguments (including any processed flags)
%# the number of arguments
%{-f} if present at invocation, the flag f itself
%{-f*} if present at invocation, the argument to flag f