-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Add util/check-doc-links.pl, to be used to check referenses in manuals #1900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
We have some horrors to clear... |
|
Note: the referense fixes don't fix everything. It's obvious that some of them refer to manuals-to-be. |
|
should that be part of util/find-doc-nits instead? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah!!!
Possibly, been thinking about it. Let me play around for a bit and I'll eventually get to merging them together.
It's going to be terribly annoying until we get around to writing the missing manuals ;-) |
|
Either way, I merged this now. |
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from #1900)
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from #1900)
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from #1900)
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from #1900)
Add 2017 copyright year
Add missing typedef to NAME
Remove ec(7) and bn(7) doc links
Remove .pod link errors, bogus links, make a few typo corrections
Fix some typo's in links and some missing items.
Don't link to C runtime functions (See OPENSSL_malloc for example/precedent)
Document ASN1_tag2str(), add a few typedef's that were missing from NAME
Update doc-nits target; addresses
#1900 (comment),
Merge check-doc-links into find-doc-nits; if run regularly, would have found
#2825
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2862)
Add 2017 copyright year
Add missing typedef to NAME
Remove ec(7) and bn(7) doc links
Remove .pod link errors, bogus links, make a few typo corrections
Fix some typo's in links and some missing items.
Don't link to C runtime functions (See OPENSSL_malloc for example/precedent)
Document ASN1_tag2str(), add a few typedef's that were missing from NAME
Update doc-nits target; addresses
#1900 (comment),
Merge check-doc-links into find-doc-nits; if run regularly, would have found
#2825
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2862)
(cherry picked from commit 9e183d2)
Checklist
Description of change