summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-12-29 17:51:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-12-29 17:51:49 +0000
commita7da0ea7b17a1ffea64fe1ef52117a4718917498 (patch)
tree68ddb90754241d089bd523f0907a8a28d60fabaa /share
parentc3e160d707f0afa39cc7ec59bdfb727386471934 (diff)
the random ioctl stuff is not very useful. I want to see all the
non-essential parts of rnd.c removed so that we can keep our eye on what the code should be doing. ok tedu who had a similar diff in the past
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/random.45
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4
index 765ef98f12c..0912ff2a3c4 100644
--- a/share/man/man4/random.4
+++ b/share/man/man4/random.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.4,v 1.23 2010/10/03 23:14:22 tedu Exp $
+.\" $OpenBSD: random.4,v 1.24 2010/12/29 17:51:47 deraadt Exp $
.\"
.\" Copyright (c) 1996, 1997 Michael Shalayeff
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 3 2010 $
+.Dd $Mdocdate: December 29 2010 $
.Dt RANDOM 4
.Os
.Sh NAME
@@ -33,7 +33,6 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <dev/rndvar.h>
-.Fd #include <dev/rndioctl.h>
.Sh DESCRIPTION
The various
.Nm