mirror of
https://github.com/containers/podman.git
synced 2025-05-26 11:57:12 +08:00
avoid period character at the beginning of newline
Otherwise causes rpmlint error for manpage Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> Closes: #296 Approved by: baude
This commit is contained in:

committed by
Atomic Bot

parent
1c4bcf3bc7
commit
31c56e2b9c
@ -620,8 +620,8 @@ This should list the message sent to logger.
|
|||||||
|
|
||||||
### Attaching to one or more from STDIN, STDOUT, STDERR
|
### Attaching to one or more from STDIN, STDOUT, STDERR
|
||||||
|
|
||||||
If you do not specify -a then podman will attach everything (stdin,stdout,stderr)
|
If you do not specify -a then podman will attach everything (stdin,stdout,stderr).
|
||||||
. You can specify to which of the three standard streams (stdin, stdout, stderr)
|
You can specify to which of the three standard streams (stdin, stdout, stderr)
|
||||||
you'd like to connect instead, as in:
|
you'd like to connect instead, as in:
|
||||||
|
|
||||||
# podman run -a stdin -a stdout -i -t fedora /bin/bash
|
# podman run -a stdin -a stdout -i -t fedora /bin/bash
|
||||||
|
Reference in New Issue
Block a user