procfs: Sync a documentation comment with the code.

Approved by:	gnn (mentor)
Differential Revision: https://reviews.freebsd.org/D39488
This commit is contained in:
Joseph Koshy 2023-04-10 17:11:16 +00:00
parent 3b3762c34e
commit 0e9e9048ae
No known key found for this signature in database
GPG Key ID: 3304E1EA21BF01DF

View File

@ -202,8 +202,9 @@ procfs_doprocmap(PFS_FILL_ARGS)
/*
* format:
* start, end, resident, private resident, cow, access, type,
* charged, charged uid.
* start, end, resident, private-resident, obj, access,
* ref_count, shadow_count, flags, cow, needs_copy, type,
* fullpath, charged, charged uid.
*/
error = sbuf_printf(sb,
"0x%lx 0x%lx %d %d %p %s%s%s %d %d 0x%x %s %s %s %s %s %d\n",