From: jmc Date: Fri, 18 Jul 2014 06:20:36 +0000 (+0000) Subject: zap trailing whitespace; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f5a76d7e3c14b1af2bdc940aac6d5434b2b4141f;p=openbsd zap trailing whitespace; --- diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3 index 1223745cb47..4650d34c833 100644 --- a/lib/libc/stdlib/random.3 +++ b/lib/libc/stdlib/random.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: random.3,v 1.24 2014/07/17 23:12:28 deraadt Exp $ +.\" $OpenBSD: random.3,v 1.25 2014/07/18 06:20:36 jmc Exp $ .\" -.Dd $Mdocdate: July 17 2014 $ +.Dd $Mdocdate: July 18 2014 $ .Dt RANDOM 3 .Os .Sh NAME @@ -51,7 +51,7 @@ .Fn setstate "char *state" .Sh DESCRIPTION .Bf -symbolic -This interface is not cryptographically secure, so consider using +This interface is not cryptographically secure, so consider using .Xr arc4random 3 instead. .Ef