summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-15markup fix;jmc1-2/+2
2016-12-15Add a STANDARDS section and mention the relevant section of the standard.schwarze1-18/+9
Link to X509_ALGOR_new(3) because one of the functions uses X509_ALGOR. Delete a sentence about a function we don't have. Delete another sentence that says nothing new. Remove some macros that we don't normally use.
2016-12-15link back to X509_ALGOR_new(3)schwarze1-3/+4
2016-12-15Document X509_ALGOR_new(3) and X509_ALGOR_free(3)schwarze1-17/+81
listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Explain what an X509_ALGOR object represents and where it is used. Explain how copying works, like in similar pages. New RETURN VALUES, SEE ALSO, and STANDARDS sections. Some macro and wording fixes.
2016-12-15Nuke some trailing tabs.krw1-3/+3
2016-12-15provide missing section number to Xr;jmc1-2/+2
2016-12-15Make sure all pages talking about X509_EXTENSION objectsschwarze4-20/+22
link back to X509_EXTENSION_new(3).
2016-12-15cut back some excessive cross referencesschwarze1-9/+4
and link to X509_EXTENSION_new(3) instead
2016-12-15Document X509_EXTENSION_new(3) and X509_EXTENSION_free(3) listedschwarze1-53/+106
in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Explain what an X509_EXTENSION object is and where it is used. Add STANDARDS references. Sort the functions into a more logical order. Link to all other pages dealing with X509_EXTENSION objects.