git: 576b06d7ad3d - main - cam(4): Remove redundant words

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sun, 17 Sep 2023 15:16:32 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=576b06d7ad3d8cb1e853c39865993d4ef37a2a4e

commit 576b06d7ad3d8cb1e853c39865993d4ef37a2a4e
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-09-17 15:12:22 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-09-17 15:14:06 +0000

    cam(4): Remove redundant words
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/843
---
 share/man/man4/scsi.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index 38bc5e14a031..7cf6dc00cf58 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -228,7 +228,7 @@ wired to any particular controller, bus, target, and/or unit instance.
 .Pp
 This also works with
 .Xr nvme 4
-drives as well.
+drives.
 .Bd -literal -offset indent
 hint.nvme.4.at="pci7:0:0"
 hint.scbus.10.at="nvme4"
@@ -240,7 +240,7 @@ hint.nda.11.target="1"
 hint.nda.11.lun="2"
 .Ed
 .Pp
-This assigns the NVMe card living at PCI bus 7 slot 0 function 1 to scbus 10.
+This assigns the NVMe card at PCI bus 7 slot 0 function 1 to scbus 10.
 The target for
 .Xr nda 4
 devices is always 1.