diff options
| author | kamil <kamil@NetBSD.org> | 2020-02-22 13:20:21 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2020-02-22 13:20:21 +0000 |
| commit | f1bab16849fd097107b1f03bbfe7264215ce9498 (patch) | |
| tree | 6eafd3021cb85e1277f642f6cb7cf81a0eff0920 /lib/libc/stdlib | |
| parent | 77f4b9ba4a9f7e118291294d3b076e7353ba6c31 (diff) | |
Reorder words to fix grammar
Noted by <leot>
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/rand48.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 3a5f1a48520..e554d21eaf5 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rand48.3,v 1.12 2020/02/22 11:56:13 kamil Exp $ +.\" $NetBSD: rand48.3,v 1.13 2020/02/22 13:20:21 kamil Exp $ .\" .\" Copyright (c) 1993 Martin Birgmeier .\" All rights reserved. @@ -98,7 +98,7 @@ On the other hand, and .Fn jrand48 use a user-supplied buffer to store the seed r(n), which consists -of an array of unsigned 3 shorts, where the zeroth member holds the least +of an array of 3 unsigned shorts, where the zeroth member holds the least significant bits. .Pp All functions share the same multiplicand and addend. |
