The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=560a7d2584c8356b710ac63c71543bf5cc565439
commit 560a7d2584c8356b710ac63c71543bf5cc565439 Author: Tom Hukins <t...@freebsd.org> AuthorDate: 2023-05-04 22:05:14 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2023-05-04 22:06:27 +0000 mpr(4) & mps(4): refer to related utilities Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/729 --- share/man/man4/mpr.4 | 1 + share/man/man4/mps.4 | 1 + 2 files changed, 2 insertions(+) diff --git a/share/man/man4/mpr.4 b/share/man/man4/mpr.4 index 4224571643d5..fc2ed791f2a4 100644 --- a/share/man/man4/mpr.4 +++ b/share/man/man4/mpr.4 @@ -392,6 +392,7 @@ The following levels are available: .Xr scsi 4 , .Xr targ 4 , .Xr loader.conf 5 , +.Xr mprutil 8 , .Xr sysctl 8 .Sh HISTORY The diff --git a/share/man/man4/mps.4 b/share/man/man4/mps.4 index 5661b376b1ea..a176ac04985a 100644 --- a/share/man/man4/mps.4 +++ b/share/man/man4/mps.4 @@ -364,6 +364,7 @@ The following levels are available: .Xr scsi 4 , .Xr targ 4 , .Xr loader.conf 5 , +.Xr mpsutil 8 , .Xr sysctl 8 .Sh HISTORY The