Browse Source

fix more comma splices that involve misuse of conjunctive adverbs

OPENBSD_2_5
pjanzen 26 years ago
parent
commit
2e427ad79b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/rand48.3

+ 2
- 2
src/lib/libc/stdlib/rand48.3 View File

@ -9,7 +9,7 @@
.\" of any kind. I shall in no event be liable for anything that happens
.\" to anyone/anything when using this software.
.\"
.\" $OpenBSD: rand48.3,v 1.3 1998/07/05 19:54:23 millert Exp $
.\" $OpenBSD: rand48.3,v 1.4 1999/03/11 01:35:01 pjanzen Exp $
.\"
.Dd October 8, 1993
.Dt RAND48 3
@ -123,7 +123,7 @@ the constant multiplicand and addend of the algorithm are
reset to the default values given above.
.Fn seed48
returns a pointer to an array of 3 shorts which contains the old seed.
This array is statically allocated, thus its contents are lost after
This array is statically allocated, so its contents are lost after
each new call to
.Fn seed48 .
.Pp


Loading…
Cancel
Save