aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-01-24 16:10:35 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-24 23:32:44 +0100
commit27fce38a2ae2fe4808184b59d9899ad322b3cd7a (patch)
tree85a725601f3461488bfdf87e0e2ce04d20f352b2
parent48c3ffa776fca7f50491ac115a6a6a9afdc68d63 (diff)
downloadman-pages-27fce38a2ae2fe4808184b59d9899ad322b3cd7a.tar.gz
random.3: srcfix: Don't break proper names into different lines
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/random.3 b/man3/random.3
index e57f5903c3..eccccd953f 100644
--- a/man3/random.3
+++ b/man3/random.3
@@ -184,8 +184,8 @@ for that purpose.
.PP
Random-number generation is a complex topic.
.I Numerical Recipes in C: The Art of Scientific Computing
-(William H.\& Press, Brian P.\& Flannery, Saul A.\& Teukolsky, William
-T.\& Vetterling; New York: Cambridge University Press, 2007, 3rd ed.)
+(William H.\& Press, Brian P.\& Flannery, Saul A.\& Teukolsky,
+William T.\& Vetterling; New York: Cambridge University Press, 2007, 3rd ed.)
provides an excellent discussion of practical random-number generation
issues in Chapter 7 (Random Numbers).
.PP