]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
rand.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Jun 2017 07:12:24 +0000 (09:12 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Jun 2017 09:42:36 +0000 (11:42 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/rand.3

index 908467e90d1e70cc28bed0338ab59f91a0cafb4c..267d7319ee8a0f2ed8c38b942d4bae580287e4ee 100644 (file)
@@ -95,7 +95,7 @@ In order to get reproducible behavior in a threaded
 application, this state must be made explicit;
 this can be done using the reentrant function
 .BR rand_r ().
-
+.PP
 Like
 .BR rand (),
 .BR rand_r ()
@@ -111,7 +111,7 @@ is called with the same initial value for the integer pointed to by
 .IR seedp ,
 and that value is not modified between calls,
 then the same pseudo-random sequence will result.
-
+.PP
 The value pointed to by the
 .I seedp
 argument of