1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/lib/libc/hash
naddy 41ce3b17e7 man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
2022-03-31 17:27:13 +00:00
..
helper.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
Makefile.inc name these manual pages by the primary function, for instance there 2019-08-30 22:20:43 +00:00
md5.c Do some easy .data -> .rodata/.data.rel.ro conversions 2020-10-13 04:42:28 +00:00
MD5Init.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
rmd160.c Do some easy .data -> .rodata/.data.rel.ro conversions 2020-10-13 04:42:28 +00:00
RMD160Init.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
sha1.c Cast bitcount to u_in64_t before bit shifting to prevent integer overflow 2019-06-07 22:56:36 +00:00
sha2.c Fix comment typo; from OpenSSH Portable 2019-07-23 12:35:22 +00:00
SHA1Init.3 man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
SHA256Init.3 some minor tweaks; 2019-12-04 19:01:49 +00:00
SipHash24_Init.3 name these manual pages by the primary function, for instance there 2019-08-30 22:20:43 +00:00
siphash.c