Skip to content

Commit

Permalink
Add missing documentation for attributes. (#3488)
Browse files Browse the repository at this point in the history
* Add missing documentation for attributes.

---------

Co-authored-by: Raegan Durdin <[email protected]>
Co-authored-by: Florian Festi <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent cae8ef5 commit 5a53470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/man/rpm.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,13 +915,15 @@ unique to verify mode are:
The format of the output is a string of 9 characters, a possible
attribute marker:

a %artifact a build side-effect file (such as buildid links)
a %artifact a build side-effect file (such as buildid links).
c %config configuration file.
d %doc documentation file.
g %ghost file (i.e. the file contents are not included in the package payload).
l %license license file.
m %missingok file missing is not a verify failure.
n %%config(noreplace) (do not replace file).
r %readme readme file.
s specfile in source package.

from the package header, followed by the file name. Each of the 9
characters denotes the result of a comparison of attribute(s) of the
Expand Down

0 comments on commit 5a53470

Please sign in to comment.