Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2022 16:46:42 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3dcfd6c266d4 - main - pass(4): Fix a typo in the manual page
Message-ID:  <202204061646.236Gkgn7041335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=3dcfd6c266d492075e8f8481a60170b22866db56

commit 3dcfd6c266d492075e8f8481a60170b22866db56
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-06 16:46:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-06 16:46:26 +0000

    pass(4): Fix a typo in the manual page
    
    - s/modfied/modified/
    
    MFC after:      3 days
---
 share/man/man4/pass.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/pass.4 b/share/man/man4/pass.4
index e09b08e007c4..4232190b0b27 100644
--- a/share/man/man4/pass.4
+++ b/share/man/man4/pass.4
@@ -141,7 +141,7 @@ All other errors will be reported as standard CAM CCB status errors.
 Since the CCB is not copied back to the user process from the pass driver
 in the
 .Dv CAMIOQUEUE
-ioctl, the user's passed-in CCB will not be modfied.
+ioctl, the user's passed-in CCB will not be modified.
 This is the case even with immediate CCBs.
 Instead, the completed CCB must be retrieved via the
 .Dv CAMIOGET



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204061646.236Gkgn7041335>