Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 09:24:33 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213477 - head/lib/libc/stdlib
Message-ID:  <201010060924.o969OXNK088959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Oct  6 09:24:33 2010
New Revision: 213477
URL: http://svn.freebsd.org/changeset/base/213477

Log:
  Missed space.
  
  Submitted by:	brueffer
  MFC after:	1 week

Modified:
  head/lib/libc/stdlib/rand.3

Modified: head/lib/libc/stdlib/rand.3
==============================================================================
--- head/lib/libc/stdlib/rand.3	Wed Oct  6 09:05:47 2010	(r213476)
+++ head/lib/libc/stdlib/rand.3	Wed Oct  6 09:24:33 2010	(r213477)
@@ -108,7 +108,7 @@ or
 Applications requiring cryptographic quality randomness should use
 .Xr arc4random 3 .
 .Sh SEE ALSO
-.Xr arc4random 3,
+.Xr arc4random 3 ,
 .Xr lrand48 3 ,
 .Xr random 3 ,
 .Xr random 4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010060924.o969OXNK088959>