diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-07 13:11:13 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-07 13:13:47 +0000 |
| commit | 640af0d9067bee6e8f300c158f0cf928e666977c (patch) | |
| tree | 07e988c933caa8f73c40c196231e53c25369e3ff | |
| parent | ce4e8c478a261ce6c7af7d81817f86420c5239b9 (diff) | |
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
| -rw-r--r-- | share/man/man4/dtrace_cam.4 | 6 | ||||
| -rw-r--r-- | 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 |
