@ffesti commented on this pull request.


> +# EXAMPLES
+*Define macro named mytool to /usr/bin/mytool-with-annoying-name*
+```
+%mytool        /usr/bin/mytool-with-annoying-name
+```
+
+*Multiline macro with preceding comment*
+```
+# Complicated command-line invocation
+%mytool \
+    --one \
+    --with \
+    --too \
+    --many arguments \
+%{nil}
+```

This %{nil} thing needs an explanation.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3690#pullrequestreview-2720762073
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3690/review/2720762...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to