-
Notifications
You must be signed in to change notification settings - Fork 550
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
config-solaris.md: fix info #786
Conversation
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.
config-solaris.md
Outdated
@@ -26,7 +26,7 @@ The property should consist of a comma-separated privilege set specification as | |||
## <a name="configSolarisMaxShmMemory" />maxShmMemory | |||
The maximum amount of shared memory allowed for this application container. | |||
A scale (K, M, G, T) can be applied to the value for each of these numbers (for example, 1M is one megabyte). | |||
Mapped to `max-shm-memory` in [zonecfg(1M)][zonecfg.1m] man page. | |||
Mapped to `max-shm-memory` in [zonecfg(1M)][zonecfg.1m_2] man page. |
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.
I got 404 error from this link, I think the right link is: https://docs.oracle.com/cd/E36784_01/html/E36871/zonecfg-1m.html
And I think it makes more sense to use alias zonecfg.1m
for this link.
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.
updated, thanks.
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.
And I think it makes more sense to use alias
zonecfg.1m
for this link.
You need to use zonecfg.1m_2
to follow our policy and avoid conflicts with the config.md
entry.
Signed-off-by: zhouhao <[email protected]>
1 similar comment
These were added in f9dc90b (make link usage consistent across the specification, 2017-08-09, opencontainers#687) to follow the new _N name-dedup policy discussed in style.md. They were removed in ea65eb3 (config-solaris.md: fix info, 2017-04-28, opencontainers#786), overlooking that policy. This commit brings them back. Signed-off-by: W. Trevor King <[email protected]>
With the same link update that config-solaris.md got in ea65eb3 (config-solaris.md: fix info, 2017-04-28, opencontainers#786), since the old link 404s. Signed-off-by: W. Trevor King <[email protected]>
Signed-off-by: zhouhao [email protected]