diff options
author | mpech <> | 2001-08-06 10:42:26 +0000 |
---|---|---|
committer | mpech <> | 2001-08-06 10:42:26 +0000 |
commit | 1161496b1fe96bd200abb99eecc93d8594aa8306 (patch) | |
tree | 7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib/libc/stdlib/rand48.3 | |
parent | 40beaa1917cc6d5f9b08ece2312e913094b98711 (diff) | |
download | openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.gz openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.bz2 openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'src/lib/libc/stdlib/rand48.3')
-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 886e5273d9..31a4fdf4dd 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.7 2000/04/20 13:50:02 aaron Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd October 8, 1993 | 14 | .Dd October 8, 1993 |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
@@ -157,7 +157,7 @@ generator calls. | |||
157 | .Pp | 157 | .Pp |
158 | For a more powerful random number generator, see | 158 | For a more powerful random number generator, see |
159 | .Xr random 3 | 159 | .Xr random 3 |
160 | .Sh AUTHOR | 160 | .Sh AUTHORS |
161 | Martin Birgmeier | 161 | Martin Birgmeier |
162 | .Sh SEE ALSO | 162 | .Sh SEE ALSO |
163 | .Xr arc4random 3 , | 163 | .Xr arc4random 3 , |