svn commit: r359771 - head/lib/libc/gen

Sergio Carlavilla Delgado carlavilla at FreeBSD.org
Fri Apr 10 09:12:41 UTC 2020


Author: carlavilla (doc committer)
Date: Fri Apr 10 09:12:41 2020
New Revision: 359771
URL: https://svnweb.freebsd.org/changeset/base/359771

Log:
  arc4random(3): Expand the SEE ALSO section
  
  Submitted by:	Gordon Bergling
  Approved by:	brueffer@
  Obtained from:	NetBSD
  Differential Revision:	https://reviews.freebsd.org/D23716

Modified:
  head/lib/libc/gen/arc4random.3

Modified: head/lib/libc/gen/arc4random.3
==============================================================================
--- head/lib/libc/gen/arc4random.3	Fri Apr 10 07:44:02 2020	(r359770)
+++ head/lib/libc/gen/arc4random.3	Fri Apr 10 09:12:41 2020	(r359771)
@@ -31,7 +31,7 @@
 .\" Manual page, using -mandoc macros
 .\" $FreeBSD$
 .\"
-.Dd March 21, 2019
+.Dd April 10, 2020
 .Dt ARC4RANDOM 3
 .Os
 .Sh NAME
@@ -121,6 +121,13 @@ functions using
 .Xr rand 3 ,
 .Xr rand48 3 ,
 .Xr random 3
+.Rs
+.%A Daniel J. Bernstein
+.%T ChaCha, a variant of Salsa20
+.%D 2008-01-28
+.%O Document ID: 4027b5256e17b9796842e6d0f68b0b5e
+.%U http://cr.yp.to/papers.html#chacha
+.Re
 .Sh HISTORY
 These functions first appeared in
 .Ox 2.1 .


More information about the svn-src-all mailing list