Module Name: src
Committed By: wiz
Date: Fri Jul 15 21:19:19 UTC 2016
Modified Files:
src/lib/libc/gen: arc4random.3
Log Message:
Fix mdoclint warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/arc4random.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/arc4random.3
diff -u src/lib/libc/gen/arc4random.3:1.20 src/lib/libc/gen/arc4random.3:1.21
--- src/lib/libc/gen/arc4random.3:1.20 Fri Jul 15 15:23:43 2016
+++ src/lib/libc/gen/arc4random.3 Fri Jul 15 21:19:19 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: arc4random.3,v 1.20 2016/07/15 15:23:43 riastradh Exp $
+.\" $NetBSD: arc4random.3,v 1.21 2016/07/15 21:19:19 wiz Exp $
.\"
.\" Copyright (c) 2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -165,7 +165,7 @@ function
computes the 64-byte quantity
.Fa x
=
-.Pf ChaCha20_ Fa s Ns (0),
+.Pf ChaCha20_ Fa s Ns Pq 0 ,
.It
splits
.Fa x
@@ -196,9 +196,9 @@ as output directly, or, for longer
requests, uses
.Fa k
as a ChaCha20 key and yields the concatenation
-.Pf ChaCha20_ Fa k Ns (0)
+.Pf ChaCha20_ Fa k Ns Pq 0
||
-.Pf ChaCha20_ Fa k Ns (1)
+.Pf ChaCha20_ Fa k Ns Pq 1
|| ... as output.
.Fn arc4random_uniform
repeats