docs/podman-top: fix typo and whitespace

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>

Closes: #1131
Approved by: mheon
This commit is contained in:
Valentin Rothberg 2018-07-23 15:07:37 +02:00 committed by Atomic Bot
parent 8ff0eb53cb
commit acd28b9fc9
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ The following descriptors are supported in addition to the AIX format descriptor
**capbnd**
Set of effective capabilities. See capabilities (7) for more information.
Set of bounding capabilities. See capabilities (7) for more information.
**seccomp**
@ -73,6 +73,6 @@ PID SECCOMP COMMAND %CPU
podman(1), ps(1), seccomp(2), capabilities(7)
## HISTORY
December 2017, Originally compiled by Brent Baude<bbaude@redhat.com>
December 2017, Originally compiled by Brent Baude <bbaude@redhat.com>
July 2018, Introduce format descriptors by Valentin Rothberg <vrothberg@suse.com>