From 66b8375c3b4d9e1d989f4dde2abf7455aeaf2cad Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 5 Feb 2024 21:33:00 +0000 Subject: [PATCH] remove /f from "show buf", which was used for softdep info and is no longer relevant after softdep removal; confirmed by miod --- share/man/man4/ddb.4 | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 8a36dada5cd..690405108f7 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.106 2023/09/19 11:36:33 claudio Exp $ +.\" $OpenBSD: ddb.4,v 1.107 2024/02/05 21:33:00 jmc Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: September 19 2023 $ +.Dd $Mdocdate: February 5 2024 $ .Dt DDB 4 .Os .Sh NAME @@ -622,20 +622,11 @@ Prints a list of all breakpoints that have been set with the .Ic break command. .\" -------------------- -.It Xo -.Ic show buf -.Op Cm /f -.Ar addr -.Xc +.It Ic show buf Ar addr Prints the .Vt struct buf at .Ar addr . -If the -.Cm /f -modifier is specified output will also include -.Li softdep -printout, if those are available. .\" -------------------- .It Ic show extents Prints a detailed list of all extents. -- 2.20.1