git: b993d60f6059 - stable/13 - Cross-reference camcontrol(8) and zonectl(8) man pages.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Feb 2022 15:53:47 UTC
The branch stable/13 has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=b993d60f60594513424390ae3e7e1890baf0b498 commit b993d60f60594513424390ae3e7e1890baf0b498 Author: Edward Tomasz Napierala <trasz@FreeBSD.org> AuthorDate: 2021-04-10 09:13:29 +0000 Commit: Edward Tomasz Napierala <trasz@FreeBSD.org> CommitDate: 2022-02-14 00:04:44 +0000 Cross-reference camcontrol(8) and zonectl(8) man pages. (cherry picked from commit 28b475b01832af786f3bbd2aafec9caf121b9ca8) --- sbin/camcontrol/camcontrol.8 | 4 +++- usr.sbin/zonectl/zonectl.8 | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index 3f6ec9a0d20d..236ddd8c479d 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -2909,7 +2909,9 @@ that was created using this format string. .Xr cam_cdbparse 3 , .Xr cam 4 , .Xr pass 4 , -.Xr xpt 4 +.Xr xpt 4 , +.Xr trim 8 , +.Xr zonectl 8 .Sh HISTORY The .Nm diff --git a/usr.sbin/zonectl/zonectl.8 b/usr.sbin/zonectl/zonectl.8 index 39b418ceb395..1338bf197eb2 100644 --- a/usr.sbin/zonectl/zonectl.8 +++ b/usr.sbin/zonectl/zonectl.8 @@ -226,5 +226,7 @@ zonectl -d /dev/da5 -c rwp -l 0x2c80000 .Pp Issue the Reset Write Pointer command to disk da5 for the zone that starts at LBA 0x2c80000. +.Sh SEE ALSO +.Xr camcontrol 8 .Sh AUTHORS .An Kenneth Merry Aq ken@FreeBSD.org