git: 3fb913e58d10 - stable/13 - camcontrol(8): Add manual page cross references
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:36:32 UTC
The branch stable/13 has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=3fb913e58d1027920b6ad8d24dd5ea6d0bff4a91
commit 3fb913e58d1027920b6ad8d24dd5ea6d0bff4a91
Author: Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-06-02 02:41:27 +0000
Commit: Marius Strobl <marius@FreeBSD.org>
CommitDate: 2023-08-06 17:38:31 +0000
camcontrol(8): Add manual page cross references
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/702
(cherry picked from commit 2675b8bd3d940e75fc5bfb550c46af5fca262072)
---
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 dc010530fbba..72cad0622ea8 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
@@ -372,7 +372,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
@@ -2910,6 +2911,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