diff options
author | pjanzen <> | 1999-03-11 01:35:01 +0000 |
---|---|---|
committer | pjanzen <> | 1999-03-11 01:35:01 +0000 |
commit | 50854d4d72798c6d06002251eee0a8454f4cf0ad (patch) | |
tree | bf97f52e36f347bdbee797b1b5edee25bc1e64e3 | |
parent | 3aad6ac81b2ea32ef6e1be43fe2ce8985062ea5f (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
123 | reset to the default values given above. | 123 | reset to the default values given above. |
124 | .Fn seed48 | 124 | .Fn seed48 |
125 | returns a pointer to an array of 3 shorts which contains the old seed. | 125 | returns a pointer to an array of 3 shorts which contains the old seed. |
126 | This array is statically allocated, thus its contents are lost after | 126 | This array is statically allocated, so its contents are lost after |
127 | each new call to | 127 | each new call to |
128 | .Fn seed48 . | 128 | .Fn seed48 . |
129 | .Pp | 129 | .Pp |