diff options
author | rsc <devnull@localhost> | 2005-03-18 19:32:30 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 19:32:30 +0000 |
commit | 4b12db117158b9dfd739d0bcbb1a2837663961c1 (patch) | |
tree | b5c62819c31c4425bac50e338caa4479392ef965 /man | |
parent | 85f172e020ac79af13fe3856871c432ebcee5a4b (diff) | |
download | plan9port-4b12db117158b9dfd739d0bcbb1a2837663961c1.tar.gz plan9port-4b12db117158b9dfd739d0bcbb1a2837663961c1.tar.bz2 plan9port-4b12db117158b9dfd739d0bcbb1a2837663961c1.zip |
add note about sunos
Diffstat (limited to 'man')
-rw-r--r-- | man/man3/rand.3 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/man3/rand.3 b/man/man3/rand.3 index 7dcc6060..3eaa05f5 100644 --- a/man/man3/rand.3 +++ b/man/man3/rand.3 @@ -182,3 +182,12 @@ are preprocessor macros defined as and so on; see .IR intro (3). +.ie \n(HT .ds HT " +.el .ds HT " (see HTML-formatted man page for link) +.PP +Some versions of SunOS do not ship with +.B /dev/random +installed. +You may have to download a +.HR "http://sunsolve.sun.com/search/document.do?assetkey=1-25-27606-1" "patch from Sun\*(HT" +to add it to your system. |