git: 9front

Download patch

ref: 1f8c8ab95ff7b1289ca48701c6487f49e2850900
parent: 7c5f8affdc0564f32e65e270cdf079595840b349
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jan 19 08:02:12 EST 2016

salsa(2): some formating fixes

--- a/sys/man/2/salsa
+++ b/sys/man/2/salsa
@@ -41,15 +41,15 @@
 of
 .I keylen
 bytes, which should normally be
-.BR SalsaKeylen (32),
+.BR SalsaKeylen = 32 ,
 a
 .I iv
 or nonce of
 .I ivlen
 bytes (can be
-.BR SalsaIVlen (8)
+.BR SalsaIVlen = 8
 or
-.BR XSalsaIVlen (24)),
+.BR XSalsaIVlen = 24 ,
 set to all zeros if the
 .I iv
 argument is nil),
--