diff --git a/docs/source/markdown/podman-top.1.md.in b/docs/source/markdown/podman-top.1.md.in index bbccbe87b0..cd3de7a04a 100644 --- a/docs/source/markdown/podman-top.1.md.in +++ b/docs/source/markdown/podman-top.1.md.in @@ -30,7 +30,7 @@ Print usage statement The following descriptors are supported in addition to the AIX format descriptors mentioned in ps (1): -**args, capbnd, capeff, capinh, capprm, comm, etime, group, hgroup, hpid, huser, label, nice, pcpu, pgid, pid, ppid, rgroup, ruser, seccomp, state, time, tty, user, vsz** +**args, capbnd, capeff, capinh, capprm, comm, etime, group, groups, hgroup, hgroups, hpid, huser, label, nice, pcpu, pgid, pid, ppid, rgroup, ruser, seccomp, state, time, tty, user, vsz** **capbnd** @@ -48,10 +48,22 @@ The following descriptors are supported in addition to the AIX format descriptor Set of permitted capabilities. See capabilities (7) for more information. +**group** + + The effective group of the process. + +**groups** + + The supplementary groups of the process. + **hgroup** The corresponding effective group of a container process on the host. +**hgroups** + + The corresponding supplementary groups of a container process on the host. + **hpid** The corresponding host PID of a container process.