From 0e9e9048ae08b38336ed3186b748bfd44a728f31 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 10 Apr 2023 17:11:16 +0000 Subject: [PATCH] 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",