diff options
| author | millert <> | 1998-07-05 19:54:25 +0000 |
|---|---|---|
| committer | millert <> | 1998-07-05 19:54:25 +0000 |
| commit | f596336fdffaf5a34088009d7ddde85ad201b499 (patch) | |
| tree | e75a02526fe00f5e47d4d60a5a43dbfcd19dc883 /src/lib/libc/stdlib/random.3 | |
| parent | 919232a14a3b7ddefc332703407abaf2bc94107e (diff) | |
| download | openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.tar.gz openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.tar.bz2 openbsd-f596336fdffaf5a34088009d7ddde85ad201b499.zip | |
add .Xr's for all the random functions in libc
Diffstat (limited to 'src/lib/libc/stdlib/random.3')
| -rw-r--r-- | src/lib/libc/stdlib/random.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/random.3 b/src/lib/libc/stdlib/random.3 index b57dcd15e3..acfbd8cdeb 100644 --- a/src/lib/libc/stdlib/random.3 +++ b/src/lib/libc/stdlib/random.3 | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
| 31 | .\" | 31 | .\" |
| 32 | .\" $OpenBSD: random.3,v 1.5 1998/02/07 02:16:25 millert Exp $ | 32 | .\" $OpenBSD: random.3,v 1.6 1998/07/05 19:54:25 millert Exp $ |
| 33 | .\" | 33 | .\" |
| 34 | .Dd April 19, 1991 | 34 | .Dd April 19, 1991 |
| 35 | .Dt RANDOM 3 | 35 | .Dt RANDOM 3 |
| @@ -162,6 +162,7 @@ is called with less than 8 bytes of state information, or if | |||
| 162 | detects that the state information has been garbled, error | 162 | detects that the state information has been garbled, error |
| 163 | messages are printed on the standard error output. | 163 | messages are printed on the standard error output. |
| 164 | .Sh SEE ALSO | 164 | .Sh SEE ALSO |
| 165 | .Xr arc4random 3 , | ||
| 165 | .Xr drand48 3 , | 166 | .Xr drand48 3 , |
| 166 | .Xr rand 3 | 167 | .Xr rand 3 |
| 167 | .Sh STANDARDS | 168 | .Sh STANDARDS |
