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:
Lokesh Mandvekar
2018-02-06 09:25:37 -05:00
committed by Atomic Bot
parent 1c4bcf3bc7
commit 31c56e2b9c

View File

@ -620,8 +620,8 @@ This should list the message sent to logger.
### Attaching to one or more from 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)
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'd like to connect instead, as in:
# podman run -a stdin -a stdout -i -t fedora /bin/bash