getrandom.2: tfix

Reported-by: Fabio Scotoni <fabio@esse.ch>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-15 16:59:06 +02:00
parent df6ebc08f2
commit da874dc750
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ getrandom \- obtain a series of random bytes
.SH SYNOPSIS .SH SYNOPSIS
.B #include <sys/random.h> .B #include <sys/random.h>
.PP .PP
.BI "ssize getrandom(void *"buf ", size_t " buflen ", unsigned int " flags ); .BI "ssize_t getrandom(void *"buf ", size_t " buflen ", unsigned int " flags );
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR getrandom () .BR getrandom ()