summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2023-03-22 15:19:00 +0100
committerPanu Matilainen <pmatilai@redhat.com>2023-03-24 10:22:26 +0200
commit9deedb8afc700234572ac4f1cb17d77d7968a92f (patch)
tree378bc27b02e8a768f7f395e39ada085593a306f9 /docs
parent528a43abc42c04e132faf8c954ed654cba40a78e (diff)
downloadrpm-9deedb8afc700234572ac4f1cb17d77d7968a92f.tar.gz
Add documentation for shell like macro '%**'
Diffstat (limited to 'docs')
-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