diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2018-02-06 09:25:37 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-06 16:18:49 +0000 |
commit | 31c56e2b9ca029b7dbab15d19ad38008e2d3776c (patch) | |
tree | 76e2c9ccb634db41876a7685eff486d9d6c3abc9 /docs/podman-run.1.md | |
parent | 1c4bcf3bc76ff70404a327f40bc29b619ed7d7cb (diff) | |
download | podman-31c56e2b9ca029b7dbab15d19ad38008e2d3776c.tar.gz podman-31c56e2b9ca029b7dbab15d19ad38008e2d3776c.tar.bz2 podman-31c56e2b9ca029b7dbab15d19ad38008e2d3776c.zip |
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
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 3a7a2954a..3cb25cdae 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -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 |