git: 1ba9c8c046a0 - stable/12 - pass(4): Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:34:09 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=1ba9c8c046a03ac7acc513129103f25cf3d158be commit 1ba9c8c046a03ac7acc513129103f25cf3d158be Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-06 16:46:26 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:33:02 +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