The branch main has been updated by naddy (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=81d1214e8a9435aa7c09b622fa6916e89138dc5c
commit 81d1214e8a9435aa7c09b622fa6916e89138dc5c Author: Christian Weisgerber <[email protected]> AuthorDate: 2022-04-06 14:46:39 +0000 Commit: Christian Weisgerber <[email protected]> CommitDate: 2022-04-07 12:58:13 +0000 man pages: Fix typo s/the the/the/ Approved by: ygy (doc) --- usr.sbin/bhyve/bhyve_config.5 | 2 +- usr.sbin/devctl/devctl.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5 index 4c32c79e64a9..bdf12d0aae16 100644 --- a/usr.sbin/bhyve/bhyve_config.5 +++ b/usr.sbin/bhyve/bhyve_config.5 @@ -468,7 +468,7 @@ Enable the PC debug/test device. Each NVMe controller supports a single storage device. The device can be backed either by a memory disk described by the .Va ram -variable, or a block device using the the block device settings described above. +variable, or a block device using the block device settings described above. In addition, each controller supports the following settings: .Bl -column "ioslots" "Format" "Default" .It Sy Name Ta Sy Format Ta Sy Default Ta Sy Description diff --git a/usr.sbin/devctl/devctl.8 b/usr.sbin/devctl/devctl.8 index e3ea6109004d..533ecac4c23a 100644 --- a/usr.sbin/devctl/devctl.8 +++ b/usr.sbin/devctl/devctl.8 @@ -248,5 +248,5 @@ utility first appeared in .Sh BUGS Currently there is no administrative flag to prevent re-attach or resume of the manually detached or suspended devices after reset. -Similarly, there is no flag to prevent un-suspending of the the manually +Similarly, there is no flag to prevent un-suspending of the manually suspended devices after system resume.
