diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2026-04-30 13:22:21 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2026-04-30 13:24:04 +0000 |
| commit | 16dd592982887fb3bc27460c50215cd54157ac5f (patch) | |
| tree | 9af4eff561eb08202203289286fc5ecffe0701d2 /share | |
| parent | eebb643bb3799ae90dd248f0b5047ec481b26f68 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ddb.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index a882a5204fb2..c40bc024586a 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -24,7 +24,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd October 31, 2025 +.Dd April 30, 2026 .Dt DDB 4 .Os .Sh NAME @@ -1010,6 +1010,11 @@ Names of spin locks held. Dump process groups present within the system. .\" .Pp +.It Ic show Cm preload +Pretty-print the metadata passed to the kernel by +.Xr loader 8 . +.\" +.Pp .It Ic show Cm prison Op Ar addr Show the prison structure located at .Ar addr . |
