=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/sort.1,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/sort/sort.1 2015/03/21 21:18:02 1.47 +++ src/usr.bin/sort/sort.1 2015/03/21 21:19:25 1.48 @@ -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 @@ 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