Skip to content

Commit 31c56e2

Browse files
lsm5rh-atomic-bot
authored andcommitted
avoid period character at the beginning of newline
Otherwise causes rpmlint error for manpage Signed-off-by: Lokesh Mandvekar <[email protected]> Closes: #296 Approved by: baude
1 parent 1c4bcf3 commit 31c56e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/podman-run.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ This should list the message sent to logger.
620620

621621
### Attaching to one or more from STDIN, STDOUT, STDERR
622622

623-
If you do not specify -a then podman will attach everything (stdin,stdout,stderr)
624-
. You can specify to which of the three standard streams (stdin, stdout, stderr)
623+
If you do not specify -a then podman will attach everything (stdin,stdout,stderr).
624+
You can specify to which of the three standard streams (stdin, stdout, stderr)
625625
you'd like to connect instead, as in:
626626

627627
# podman run -a stdin -a stdout -i -t fedora /bin/bash

0 commit comments

Comments
 (0)