git: 2675b8bd3d94 - main - camcontrol(8): Add manual page cross references
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:43:49 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=2675b8bd3d940e75fc5bfb550c46af5fca262072
commit 2675b8bd3d940e75fc5bfb550c46af5fca262072
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-06-02 02:41:27 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:41:32 +0000
camcontrol(8): Add manual page cross references
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/702
---
sbin/camcontrol/camcontrol.8 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index 3d65487cc60e..2f002fd54e42 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 20, 2021
+.Dd March 27, 2023
.Dt CAMCONTROL 8
.Os
.Sh NAME
@@ -379,7 +379,8 @@ The
.Nm
utility is designed to provide a way for users to access and control the
.Fx
-CAM subsystem.
+CAM subsystem described in
+.Xr cam 4 .
.Pp
The
.Nm
@@ -2971,6 +2972,7 @@ that was created using this format string.
.Xr cam 4 ,
.Xr pass 4 ,
.Xr xpt 4 ,
+.Xr diskinfo 8 ,
.Xr trim 8 ,
.Xr zonectl 8
.Sh HISTORY