summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-03-21 21:19:25 +0000
committerjmc <jmc@openbsd.org>2015-03-21 21:19:25 +0000
commit5cf8d20d97eff34e4eec04fcafea35e2fd10ecdb (patch)
treefca026aa225c84da0a9064435eeacace7e5e1608
parentthere is no real need to send readers to arc4random_buf(3) in SEE ALSO, but (diff)
downloadwireguard-openbsd-5cf8d20d97eff34e4eec04fcafea35e2fd10ecdb.tar.xz
wireguard-openbsd-5cf8d20d97eff34e4eec04fcafea35e2fd10ecdb.zip
too late, alas, i found one more arc4random Fn that is better as Xr;
-rw-r--r--usr.bin/sort/sort.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index ec4a5216d3a..853b7663656 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.47 2015/03/21 21:18:02 jmc Exp $
+.\" $OpenBSD: sort.1,v 1.48 2015/03/21 21:19:25 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -318,7 +318,7 @@ data for the hash function.
Two invocations of random sort with the same seed data will use
produce the same result if the input is also identical.
By default, the
-.Fn arc4random_buf
+.Xr arc4random_buf 3
function is used instead.
.It Fl Fl debug
Print some extra information about the sorting process to the