summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/cz.48
-rw-r--r--share/man/man4/random.411
2 files changed, 11 insertions, 8 deletions
diff --git a/share/man/man4/cz.4 b/share/man/man4/cz.4
index 1bc95d911e0..528853ad84f 100644
--- a/share/man/man4/cz.4
+++ b/share/man/man4/cz.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cz.4,v 1.1 2001/06/21 13:37:58 nate Exp $
+.\" $OpenBSD: cz.4,v 1.2 2001/06/22 11:39:21 mpech Exp $
.\" $NetBSD: cz.4,v 1.3 2001/06/12 14:46:11 wiz Exp $
.\"
.\" Copyright (c) 2000 Zembu Labs, Inc.
@@ -98,8 +98,8 @@ The MIPS CPU on the board performs all flow-control handling.
.\" XXX too be done.
.Sh SEE ALSO
.Xr pci 4 ,
-.Xr tty 4 ,
-.Xr termios 4
+.Xr termios 4 ,
+.Xr tty 4
.Sh HISTORY
The
.Nm
@@ -119,7 +119,7 @@ Interrupt mode has not been tested.
.Pp
There is no support for reading or writing the EEPROM connected to
the PLX PCI bus controller.
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
driver was written by
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4
index d50e9e8af7d..67b2db26890 100644
--- a/share/man/man4/random.4
+++ b/share/man/man4/random.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.4,v 1.10 2000/06/19 03:21:51 deraadt Exp $
+.\" $OpenBSD: random.4,v 1.11 2001/06/22 11:39:21 mpech Exp $
.\"
.\" Copyright (c) 1996, 1997 Michael Shalayeff
.\"
@@ -50,7 +50,6 @@ devices produce random output data with different random qualities.
Entropy data is collected from system activity (like disk and
network device interrupts and such), and then run through various
hash or message digest functions to generate the output.
-.Pp
.Bl -hang -width /dev/srandomX
.It /dev/random
This device is reserved for future support of hardware
@@ -83,8 +82,12 @@ providing a second level of ARC4 hashed data.
.Xr md5 9 ,
.Xr random 9
.Sh FILES
-.Bl -tag -width /dev/srandom
-.It Pa /dev/random, /dev/srandom, /dev/urandom, /dev/prandom, /dev/arandom
+.Bl -tag -width /dev/srandom -compact
+.It Pa /dev/random
+.It Pa /dev/srandom
+.It Pa /dev/urandom
+.It Pa /dev/prandom
+.It Pa /dev/arandom
.El
.Sh BUGS
No randomness testing suite provided.