diff options
author | 1998-04-28 07:36:25 +0000 | |
---|---|---|
committer | 1998-04-28 07:36:25 +0000 | |
commit | d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3 (patch) | |
tree | 4f4699ba31e29b2bb39badb4ff5496c02182ba91 /lib/libc/stdlib/rand.3 | |
parent | Make kernel compile if we have IDE controller but no wd drive. (diff) | |
download | wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.tar.xz wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.zip |
use Xr more often
Diffstat (limited to 'lib/libc/stdlib/rand.3')
-rw-r--r-- | lib/libc/stdlib/rand.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index a27720d6144..0236a30118b 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.2 1996/08/19 08:33:44 tholo Exp $ +.\" $OpenBSD: rand.3,v 1.3 1998/04/28 07:36:49 deraadt Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 @@ -50,7 +50,8 @@ .Fn rand void .Sh DESCRIPTION .Bf -symbolic -These interfaces are obsoleted by random(3). +These interfaces are obsoleted by +.Xr random 3 . .Ef .Pp The |