Module Name: src
Committed By: abhinav
Date: Wed Jan 18 22:38:00 UTC 2017
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Fix couple of typos:
s/intractible/intractable
s/contiuously/continuously
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/rnd.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/rnd.4
diff -u src/share/man/man4/rnd.4:1.23 src/share/man/man4/rnd.4:1.24
--- src/share/man/man4/rnd.4:1.23 Fri May 6 03:04:14 2016
+++ src/share/man/man4/rnd.4 Wed Jan 18 22:38:00 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: rnd.4,v 1.23 2016/05/06 03:04:14 riastradh Exp $
+.\" $NetBSD: rnd.4,v 1.24 2017/01/18 22:38:00 abhinav Exp $
.\"
.\" Copyright (c) 2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -120,7 +120,7 @@ that any computationally bounded attacke
outputs from uniform random cannot do more than negligibly better than
uniform random guessing.
.Sh ENTROPY
-The operating system contiuously makes observations of hardware
+The operating system continuously makes observations of hardware
devices, such as network packet timings, disk seek delays, and
keystrokes.
The observations are combined into a seed for a cryptographic
@@ -180,7 +180,7 @@ command queries information about entrop
and can control which entropy sources the operating system uses or
ignores.
.Pp
-256 bits of entropy is typically considered intractible to guess with
+256 bits of entropy is typically considered intractable to guess with
classical computers and with current models of the capabilities of
quantum computers.
.Pp