-
Notifications
You must be signed in to change notification settings - Fork 395
Support man page formatting #121
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
Conversation
mtrmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most importantly, please add a Signed-off-by to fix the failing tests.
signature/policy_types.go
Outdated
| @@ -1,4 +1,5 @@ | |||
| // Note: Consider the API unstable until the code supports at least three different image formats or transports. | |||
| // Keep this in sync with documentation | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
policy_types.go has nothing to do with registries.d. The relevant comment already is in https://github.com/containers/image/blob/master/docker/lookaside.go#L28 .
docs/registries.d.md
Outdated
| <!-- NOTE: Keep this in sync with signature/policy_types.go! --> | ||
|
|
||
| % REGISTRIES.D(5) Registries.d Man Page | ||
| % Miloslav Trmac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trmač , please (in both places)
d4bd5f7 to
f9631a9
Compare
Signed-off-by: Aaron Weitekamp <[email protected]>
f9631a9 to
20ba448
Compare
Provide basic formatting markup so md2man renders properly.
@mtrmac please review