@pmatilai commented on this pull request.
> +%_NAME_[([_OPTS_]) _BODY_
+
+# DESCRIPTION
+Rpm macro files are used to define macros in the global macro context.
+The two primary uses are assisting packaging work, and configuring rpm
+behavior. A pre-determined set of macro files is read upon *rpm* library
+initialization (see *rpm-common*(8)) but they can also be loaded via
+*%load* macro separately.
+
+The format of a macro file is: the macro _NAME_ prefixed with *%*, followed
+by whitespace and then the macro body, each new definition separated with
+a newline. The syntax is exactly the same as when using *%define*.
+See macro syntax documentation for the details (in *SEE ALSO*).
+
+A trailing *\\* indicates line continuation, but can be omitted inside
+ne macro bodies wrapped in a %{macro:...} block.
Yep, that's some typo/thinko/editing leftover.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3690#discussion_r2016204211
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3690/review/2720766...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint