From 81d1214e8a9435aa7c09b622fa6916e89138dc5c Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 6 Apr 2022 16:46:39 +0200 Subject: [PATCH] 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 4c32c79e64a..bdf12d0aae1 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 e3ea6109004..533ecac4c23 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.