random.4: ffix

Reported-by: Denis Barbier <bouzim@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-15 11:49:24 +01:00
parent ac9074cb9b
commit 7b512dfff4
1 changed files with 7 additions and 9 deletions

View File

@ -253,15 +253,13 @@ which only adds some
data but does not increment the entropy count.
The following structure is used:
.IP
.IN +4n
.NF
struct rand_pool_info {
int entropy_count;
int buf_size;
__u32 buf[0];
};
.FI
.IN
.nf
struct rand_pool_info {
int entropy_count;
int buf_size;
__u32 buf[0];
};
.fi
.IP
Here
.I entropy_count