From owner-svn-src-head@FreeBSD.ORG Wed Oct 6 09:24:34 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A375106566C; Wed, 6 Oct 2010 09:24:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 19C008FC1A; Wed, 6 Oct 2010 09:24:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o969OXbp088961; Wed, 6 Oct 2010 09:24:33 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o969OXNK088959; Wed, 6 Oct 2010 09:24:33 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201010060924.o969OXNK088959@svn.freebsd.org> From: Konstantin Belousov Date: Wed, 6 Oct 2010 09:24:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213477 - head/lib/libc/stdlib X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 09:24:34 -0000 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