-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Added missing documentation for PR #8543 #10898
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
Added missing documentation for PR #8543 #10898
Conversation
40e9a38
to
822fbe8
Compare
@@ -1,6 +1,6 @@ | |||
% DOCKER(1) Docker User Manuals | |||
% Docker Community | |||
% JUNE 2014 | |||
% FEBRURAY 2015 |
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.
s/februray/February/
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 didn't get that, what do you mean?
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.
Sorry, that's short for "you've got a typo; 'februray' should be 'february'"
(Writing it as s/something/something else/
is a shorter way to write that, it's inspired by the sed utility
)
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.
lol, I read twice and didn't notice that. I thought you wanted for me to change the CAPS.
Added more examples and functionalities for docker ps documentation Signed-off-by: André Martins <martins@noironetworks.com>
822fbe8
to
401e93b
Compare
LGTM - @fredlf @jamtur01 @spf13 @moxiegirl |
LGTM |
…s-filter Added missing documentation for PR #8543
Added more examples and functionalities for docker ps documentation
See also issue #10897
Signed-off-by: André Martins martins@noironetworks.com