summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@suse.com>2018-07-23 15:07:37 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-23 13:34:19 +0000
commitacd28b9fc9379df68ad6f5a0e389ec73cfec15ef (patch)
tree2805b2f5c9cdc6437717037538b82bab4d9297df /docs
parent8ff0eb53cb7bc1e38ce784ce71e44d03e0210af3 (diff)
downloadpodman-acd28b9fc9379df68ad6f5a0e389ec73cfec15ef.tar.gz
podman-acd28b9fc9379df68ad6f5a0e389ec73cfec15ef.tar.bz2
podman-acd28b9fc9379df68ad6f5a0e389ec73cfec15ef.zip
docs/podman-top: fix typo and whitespace
Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1131 Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-top.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-top.1.md b/docs/podman-top.1.md
index d95d4df7f..28743c84b 100644
--- a/docs/podman-top.1.md
+++ b/docs/podman-top.1.md
@@ -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>