summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjanzen <>1999-03-11 01:35:01 +0000
committerpjanzen <>1999-03-11 01:35:01 +0000
commit50854d4d72798c6d06002251eee0a8454f4cf0ad (patch)
treebf97f52e36f347bdbee797b1b5edee25bc1e64e3
parent3aad6ac81b2ea32ef6e1be43fe2ce8985062ea5f (diff)
downloadopenbsd-50854d4d72798c6d06002251eee0a8454f4cf0ad.tar.gz
openbsd-50854d4d72798c6d06002251eee0a8454f4cf0ad.tar.bz2
openbsd-50854d4d72798c6d06002251eee0a8454f4cf0ad.zip
fix more comma splices that involve misuse of conjunctive adverbs
-rw-r--r--src/lib/libc/stdlib/rand48.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3
index d5236a4779..efd6477364 100644
--- a/src/lib/libc/stdlib/rand48.3
+++ b/src/lib/libc/stdlib/rand48.3
@@ -9,7 +9,7 @@
9.\" of any kind. I shall in no event be liable for anything that happens 9.\" of any kind. I shall in no event be liable for anything that happens
10.\" to anyone/anything when using this software. 10.\" to anyone/anything when using this software.
11.\" 11.\"
12.\" $OpenBSD: rand48.3,v 1.3 1998/07/05 19:54:23 millert Exp $ 12.\" $OpenBSD: rand48.3,v 1.4 1999/03/11 01:35:01 pjanzen Exp $
13.\" 13.\"
14.Dd October 8, 1993 14.Dd October 8, 1993
15.Dt RAND48 3 15.Dt RAND48 3
@@ -123,7 +123,7 @@ the constant multiplicand and addend of the algorithm are
123reset to the default values given above. 123reset to the default values given above.
124.Fn seed48 124.Fn seed48
125returns a pointer to an array of 3 shorts which contains the old seed. 125returns a pointer to an array of 3 shorts which contains the old seed.
126This array is statically allocated, thus its contents are lost after 126This array is statically allocated, so its contents are lost after
127each new call to 127each new call to
128.Fn seed48 . 128.Fn seed48 .
129.Pp 129.Pp