diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
commit | d31366719cdfbf224494f0065cfbcb1653b8831d (patch) | |
tree | fd6da2ef4aaa1eaa55957a98973cc5ea940beda8 /lib/libc/stdlib/rand.3 | |
parent | f6197851a07ff6687e15da2b1118015f844c2072 (diff) |
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 |