git: 3dcfd6c266d4 - main - pass(4): Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Apr 2022 16:46:42 UTC
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