Use more markup. Bump date for previous.
This commit is contained in:
parent
612e69e384
commit
1a45da71c8
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: cprng.9,v 1.4 2011/12/17 20:05:38 tls Exp $
|
||||
.\" $NetBSD: cprng.9,v 1.5 2011/12/17 21:24:40 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd November 28, 2011
|
||||
.Dd December 17, 2011
|
||||
.Dt CPRNG 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -194,8 +194,9 @@ bytes from the generator
|
|||
The
|
||||
.Fa blocking
|
||||
argument controls the blocking/non-blocking behavior of the
|
||||
generator: if it is set to FNONBLOCK, the generator may return
|
||||
less than
|
||||
generator: if it is set to
|
||||
.Dv FNONBLOCK ,
|
||||
the generator may return less than
|
||||
.Fa len
|
||||
bytes if it requires rekeying.
|
||||
If the
|
||||
|
|
Loading…
Reference in New Issue