git: 0e9e9048ae08 - main - procfs: Sync a documentation comment with the code.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Apr 2023 17:58:58 UTC
The branch main has been updated by jkoshy:
URL: https://cgit.FreeBSD.org/src/commit/?id=0e9e9048ae08b38336ed3186b748bfd44a728f31
commit 0e9e9048ae08b38336ed3186b748bfd44a728f31
Author: Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2023-04-10 17:11:16 +0000
Commit: Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2023-04-10 17:58:46 +0000
procfs: Sync a documentation comment with the code.
Approved by: gnn (mentor)
Differential Revision: https://reviews.freebsd.org/D39488
---
sys/fs/procfs/procfs_map.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c
index caca731afc34..611cf65e81d3 100644
--- a/sys/fs/procfs/procfs_map.c
+++ b/sys/fs/procfs/procfs_map.c
@@ -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",