Date: Fri, 15 Apr 2022 13:31: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: f02b1c36b222 - releng/13.1 - pass(4): Fix a typo in the manual page Message-ID: <202204151331.23FDVWWr093827@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.1 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f02b1c36b2221544bf19794ad7bcdd89df416886 commit f02b1c36b2221544bf19794ad7bcdd89df416886 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-06 16:46:26 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-15 13:29:06 +0000 pass(4): Fix a typo in the manual page - s/modfied/modified/ Approved by: re@ (gjb) (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?202204151331.23FDVWWr093827>