Conversation
The function signature of `crypto_initreq()` was incorrectly documented. Signed-off-by: Zixu Wu <zx@bv3.dev>
|
Thank you for taking the time to contribute to FreeBSD! Some of files have special handling: Important @concussious wants to review changes to share/man/ |
| .\" | ||
| .\" * Other names and brands may be claimed as the property of others. | ||
| .\" | ||
| .Dd May 8, 2025 |
There was a problem hiding this comment.
@concussious
Should the manual date be updated in here?
There was a problem hiding this comment.
Yes. Although close to a typo, since it was a cut and paste error, it does change the content enough. I usually do that when I land the commit before pushing (though maybe ghpr should have that as an option?)
There was a problem hiding this comment.
The change is correct, I'll update the manual date if either you or Ziaee approve it.
|
Automated message from ghpr: Thank you for your submission. This PR has been merged to FreeBSD's |
The function signature of `crypto_initreq()` was incorrectly documented. Signed-off-by: Zixu Wu <zx@bv3.dev> Reviewed by: ziaee, pouria Pull Request: #2077
The function signature of
crypto_initreq()was incorrectly documented.