summaryrefslogtreecommitdiff
path: root/share/man/man9/idgen32.9
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-09 00:06:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-01-09 00:06:51 +0000
commit5184e1977dc1560318ab493280820be82b90def9 (patch)
treeadf4f57f2889c3db84208b38cd6d1ccdbe10ead1 /share/man/man9/idgen32.9
parentb288d2afa17ee27c1afe9739aac0d45a71f0c621 (diff)
update random(4) and arc4random(9) manual pages
Diffstat (limited to 'share/man/man9/idgen32.9')
-rw-r--r--share/man/man9/idgen32.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/idgen32.9 b/share/man/man9/idgen32.9
index 33cd0b34f84..4c276c2657f 100644
--- a/share/man/man9/idgen32.9
+++ b/share/man/man9/idgen32.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: idgen32.9,v 1.1 2008/06/10 09:16:15 deraadt Exp $
+.\" $OpenBSD: idgen32.9,v 1.2 2011/01/09 00:06:50 deraadt Exp $
.\"
.\" Copyright (c) 2008 Damien Miller <djm@mindrot.org>
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 10 2008 $
+.Dd $Mdocdate: January 9 2011 $
.Dt IDGEN32 9
.Os
.Sh NAME
@@ -47,7 +47,7 @@ function returns a new ID in host byte order.
Note that this function will never return 0 as it often has a special
meaning in network protocols.
.Sh SEE ALSO
-.Xr random 9
+.Xr arc4random 9
.Sh HISTORY
The
.Nm