diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-10-22 11:01:50 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-10-22 11:01:50 +0000 |
commit | 98df35cad63d22b33738e841ee465aeb903510e9 (patch) | |
tree | a8808b32a819a96218864c1c84b2ac8b07cde12d /share | |
parent | fd508d5ce755847383b28f970b290b35835ad29c (diff) |
fix typo in unit of time.
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.octeon/octrng.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.octeon/octrng.4 b/share/man/man4/man4.octeon/octrng.4 index 04eeac6585b..fcc9eec758f 100644 --- a/share/man/man4/man4.octeon/octrng.4 +++ b/share/man/man4/man4.octeon/octrng.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: octrng.4,v 1.2 2013/10/25 13:05:20 jmc Exp $ +.\" $OpenBSD: octrng.4,v 1.3 2015/10/22 11:01:49 sobrado Exp $ .\" .\" Copyright (c) 2013 Paul Irofti <pirofti@openbsd.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: October 25 2013 $ +.Dd $Mdocdate: October 22 2015 $ .Dt OCTRNG 4 octeon .Os .Sh NAME @@ -31,7 +31,7 @@ driver supports the random number generator found on the CN50XX chip. After the 5 seconds it takes for the device to be initialized, the .Nm driver feeds the random subsystem's entropy pool 32 bits of data every -10 miliseconds through the +10 milliseconds through the .Xr add_true_randomness 9 API. .Sh SEE ALSO |