git: f2bd360bf5f3 - stable/13 - man pages: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jan 2023 19:25:51 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=f2bd360bf5f36b141fa6c00cd1c4e15ed8c6bb32
commit f2bd360bf5f36b141fa6c00cd1c4e15ed8c6bb32
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-04-06 14:46:39 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-01-26 19:23:09 +0000
man pages: Fix typo
s/the the/the/
Approved by: ygy (doc)
(cherry picked from commit 81d1214e8a9435aa7c09b622fa6916e89138dc5c)
---
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 df87846c7a98..7c4f701d46f6 100644
--- a/usr.sbin/bhyve/bhyve_config.5
+++ b/usr.sbin/bhyve/bhyve_config.5
@@ -536,7 +536,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 965c310d0868..30bdaac167ca 100644
--- a/usr.sbin/devctl/devctl.8
+++ b/usr.sbin/devctl/devctl.8
@@ -226,5 +226,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.