git: 640af0d9067b - main - cam: Cross-reference dtrace_cam.4 and cam.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 May 2026 13:14:07 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=640af0d9067bee6e8f300c158f0cf928e666977c
commit 640af0d9067bee6e8f300c158f0cf928e666977c
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2026-05-07 13:11:13 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-05-07 13:13:47 +0000
cam: Cross-reference dtrace_cam.4 and cam.4
While here, remove empty sections from cam.4.
MFC after: 3 days
Fixes: 1a7151f79664 cam: Add probes for xpt actions
---
share/man/man4/dtrace_cam.4 | 6 ++----
share/man/man4/scsi.4 | 4 +++-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/man/man4/dtrace_cam.4 b/share/man/man4/dtrace_cam.4
index e5b7ae34c391..8e2790e72d22 100644
--- a/share/man/man4/dtrace_cam.4
+++ b/share/man/man4/dtrace_cam.4
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.Dd December 26, 2025
+.Dd May 7, 2026
.Dt DTRACE_CAM 4
.Os
.Sh NAME
@@ -25,11 +25,9 @@ probe fires when that request completes.
The
.Fn cam::xpt:async-cb
probe fires just before an async callback is called.
-.Sh ARGUMENTS
-.Sh FILES
-.Sh EXAMPLES
.Sh SEE ALSO
.Xr dtrace 1 ,
+.Xr cam 4 ,
.Xr SDT 9
.Sh HISTORY
The
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index e66fccf53e64..b6390fec646e 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -22,7 +22,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.Dd December 11, 2025
+.Dd May 7, 2026
.Dt CAM 4
.Os
.Sh NAME
@@ -530,6 +530,8 @@ for details.
.\" .Xr ps3cdrom 4 ,
.Xr sbp 4 ,
.Xr twa 4
+.It Sy DTrace Providers:
+.Xr dtrace_cam 4
.El
.Sh HISTORY
The