mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 (cherry picked from commit b75d14d6005b36fe8ea90cadc027272eb06d1bc5)
This commit is contained in:
parent
18babd824e
commit
10f4a77485
1 changed files with 6 additions and 6 deletions
|
|
@ -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 5
|
||||
.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 -
|
||||
|
|
|
|||
Loading…
Reference in a new issue