From 7b512dfff43391f33233b85c55791f8ce8aa3abe Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 15 Mar 2013 11:49:24 +0100 Subject: [PATCH] random.4: ffix Reported-by: Denis Barbier Signed-off-by: Michael Kerrisk --- man4/random.4 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/man4/random.4 b/man4/random.4 index c9b4a3315..421f9c609 100644 --- a/man4/random.4 +++ b/man4/random.4 @@ -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