Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing documentation for attributes. #3488

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading