git: b75d14d6005b - main - procfs.4: Fix the description of credential info in the "status" file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 14:53:50 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b75d14d6005b36fe8ea90cadc027272eb06d1bc5 commit b75d14d6005b36fe8ea90cadc027272eb06d1bc5 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-06-24 14:46:36 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-06-24 14:46:36 +0000 procfs.4: Fix the description of credential info in the "status" file The 11th and 12th columns are the effective and real UIDs, respectively. The 13th column is a group list whose first member is the effective GID. Reviewed by: arrowd MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D45700 --- share/man/man4/procfs.4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/procfs.4 b/share/man/man4/procfs.4 index 64dd3100e6bc..5a588004e37e 100644 --- a/share/man/man4/procfs.4 +++ b/share/man/man4/procfs.4 @@ -1,7 +1,7 @@ .\" Written by Garrett Wollman .\" This file is in the public domain. .\" -.Dd April 10, 2023 +.Dd June 23, 2024 .Dt PROCFS 4 .Os .Sh NAME @@ -229,11 +229,11 @@ comma separated. .It the wait channel message .It -the process credentials consisting of -the effective user id -and the list of groups (whose first member -is the effective group id) -all comma separated. +the process effective UID +.It +the process real UID +.It +group list, starting with the effective GID, comma-separated .It the hostname of the jail in which the process runs, or .Ql -