Page MenuHomeFreeBSD

procfs.4: Fix the description of credential info in the "status" file
ClosedPublic

Authored by markj on Jun 23 2024, 3:43 PM.
Tags
None
Referenced Files
F102862576: D45700.diff
Mon, Nov 18, 3:31 AM
F102833450: D45700.id140134.diff
Sun, Nov 17, 6:39 PM
Unknown Object (File)
Fri, Nov 8, 6:46 PM
Unknown Object (File)
Tue, Oct 29, 7:14 PM
Unknown Object (File)
Fri, Oct 25, 1:56 PM
Unknown Object (File)
Tue, Oct 22, 6:59 AM
Unknown Object (File)
Sep 30 2024, 6:28 AM
Unknown Object (File)
Sep 24 2024, 3:59 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Jun 23 2024, 3:43 PM
share/man/man4/procfs.4
233

Why not put "the effective user ID" and "the real user ID" under separate bullets?
It feels a bit weird that the list goes over each field separated by a space but then we stumble upon some special field of format "foo bar baz1,baz2,baz3"

Split the entry into three bullets

This looks great to me, thanks for fixing this!

This revision is now accepted and ready to land.Jun 23 2024, 5:39 PM