diff options
author | 2001-09-06 15:04:34 +0000 | |
---|---|---|
committer | 2001-09-06 15:04:34 +0000 | |
commit | b4d7a29bdb72561e6b26073852f12872549e0a1d (patch) | |
tree | 73072eb6bc783dee5d3ec071893d9479acff6988 /lib/libc/stdlib | |
parent | sync up to NetBSD; reviewed by csapuntz@ (diff) | |
download | wireguard-openbsd-b4d7a29bdb72561e6b26073852f12872549e0a1d.tar.xz wireguard-openbsd-b4d7a29bdb72561e6b26073852f12872549e0a1d.zip |
Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should
be a single digit. Powered by mantoya@.
millert@ ok.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 548c5aae7a8..3d4545651bb 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: random.3,v 1.13 2001/06/09 01:41:59 assar Exp $ +.\" $OpenBSD: random.3,v 1.14 2001/09/06 15:04:34 mpech Exp $ .\" .Dd April 19, 1991 .Dt RANDOM 3 @@ -167,7 +167,7 @@ messages are printed on the standard error output. .Xr arc4random 3 , .Xr drand48 3 , .Xr rand 3 , -.Xr random 4 , +.Xr random 4 .Sh STANDARDS The .Fn random , |