Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 05:48:32 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 26e9d30bdde3 - stable/13 - pass(4): Fix a typo in the manual page
Message-ID:  <202204090548.2395mWsw091584@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=26e9d30bdde34a423ca15418d2c3adae63571839

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

    pass(4): Fix a typo in the manual page
    
    - s/modfied/modified/
    
    (cherry picked from commit 3dcfd6c266d492075e8f8481a60170b22866db56)
---
 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?202204090548.2395mWsw091584>