Refactor doc flags (1 of n)#10118
Refactor doc flags (1 of n)#10118richsalz wants to merge 1 commit intoopenssl:masterfrom richsalz:refactor-doc-flags
Conversation
levitte
left a comment
There was a problem hiding this comment.
Apart from these concerns, I like what I see in this PR so far.
There was a problem hiding this comment.
cut/paste error, fixed.
|
Should I take this out of WIP and similar smallish PR's? |
|
Unless you intend to do more substantial work, I see no reason to keep it as WIP |
|
I took it out of WIP. |
|
Rebased and pushed, ready for review. |
|
All fixed, additional commit pushed. |
There was a problem hiding this comment.
Hmmm, not sure B< is right in this case... C<? Frankly, I'm not entirely sure. @t8m, do you have an opinion?
There was a problem hiding this comment.
Amended commit pushed. Is there guidance anywhere on when to use C<> vs B<>? We're not consistent, so it will be will-o-the-wisp, which is okay I guess.
I would prefer all commits are squashed when merging.
There was a problem hiding this comment.
We're all so used to say "provider" these days, aren't we? I constantly catch myself making that exact same mistake
There was a problem hiding this comment.
Did you mean to do this in this PR? Shouldn't that be in another -passin / -passout PR? Or if you meant for it to be part of this PR, aren't there more places where this change should happen?
Either way, the remaining sentence should be this:
See L<openssl(1)/Pass Phrase Options> for more information.
There was a problem hiding this comment.
No, it was an editing error. Restored.
|
updated commit pushed. |
|
fixup commit pushed. |
|
squashed and rebased. no changes made. better comments on the commit. |
Options moved: -rand, -writerand, -CApath, -CAfile, -no-CApath, -no-CAfile Added rand to dgst and srp manpages (they were missing them). New sections in openssl.pod: Random State Options, Trusted Certificate Options. Cleanup and add comments to find-doc-nits Remove ".in" file support; unless giving specific arguments, this only runs after configuration
|
My approval still holds. |
You must be tired of saying that. :) Almost as much as I am waiting for the second approval :) |
|
This isn't "waiting for 2nd review" and can be merged now. |
|
Unfortunately it is waiting for 2nd review from @openssl/omc Ping @levitte @mattcaswell ? |
Options moved: -rand, -writerand, -CApath, -CAfile, -no-CApath, -no-CAfile Added rand to dgst and srp manpages (they were missing them). New sections in openssl.pod: Random State Options, Trusted Certificate Options. Cleanup and add comments to find-doc-nits Remove ".in" file support; unless giving specific arguments, this only runs after configuration Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Dmitry Belyavskiy <[email protected]> Reviewed-by: Matt Caswell <[email protected]> (Merged from #10118)
|
Merged [master a397aca] |
This is a WIP to show what the "move flags to common page" would look like. #10115