From 1c0cd0796abd4230dbab1f7ed33212c78ecce11f Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 30 Aug 2018 13:05:37 +0200 Subject: docs: consistent format for example All bash examples are now placed in a code section (```). The PS1 prompt is set to `$`. Signed-off-by: Valentin Rothberg Closes: #1375 Approved by: rhatdan --- docs/podman-top.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/podman-top.1.md') diff --git a/docs/podman-top.1.md b/docs/podman-top.1.md index b89316859..7782a3f29 100644 --- a/docs/podman-top.1.md +++ b/docs/podman-top.1.md @@ -71,7 +71,7 @@ The following descriptors are supported in addition to the AIX format descriptor By default, `podman-top` prints data similar to `ps -ef`: ``` -# podman top f5a62a71b07 +$ podman top f5a62a71b07 USER PID PPID %CPU ELAPSED TTY TIME COMMAND root 1 0 0.000 20.386825206s pts/0 0s sh root 7 1 0.000 16.386882887s pts/0 0s sleep @@ -81,7 +81,7 @@ root 8 1 0.000 11.386886562s pts/0 0s vi The output can be controlled by specifying format descriptors as arguments after the container: ``` -# sudo ./bin/podman top -l pid seccomp args %C +$ sudo ./bin/podman top -l pid seccomp args %C PID SECCOMP COMMAND %CPU 1 filter sh 0.000 8 filter vi /etc/ 0.000 -- cgit v1.2.3-54-g00ecf