diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-03-14 09:11:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-03-14 09:11:11 +0000 |
commit | af8f875273643a6c552247990a87010a068dba56 (patch) | |
tree | be0e0486c43765f3decfe2cd3f1abad4cc3da4da /share | |
parent | bda3430bbbe663c53731156c2576b82004ef7fc7 (diff) |
add the caveats section
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/random.9 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index 468230d4094..8e7c9a314d5 100644 --- a/share/man/man9/random.9 +++ b/share/man/man9/random.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.9,v 1.16 2003/06/04 04:43:56 deraadt Exp $ +.\" $OpenBSD: random.9,v 1.17 2004/03/14 09:11:10 mickey Exp $ .\" .\" Copyright (c) 1996,2000 Michael Shalayeff .\" All rights reserved. @@ -88,3 +88,7 @@ to the entropy pool. .Xr arc4random 3 , .Xr pchb 4 , .Xr random 4 +.Sh CAVEATS +Neither of these functions should really be called during the +.Xr autoconf 4 +process. |