summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-06-15 07:24:19 +0000
committerjmc <jmc@openbsd.org>2014-06-15 07:24:19 +0000
commit631647e356893428f4e7e0d9bd9ced32b9bc91a1 (patch)
tree78776df59de01168c874f53f60342e120ac58dbf /lib/libc/sys
parentmove to a smaller rbytes buffer; ok miod@ deraadt@ (diff)
downloadwireguard-openbsd-631647e356893428f4e7e0d9bd9ced32b9bc91a1.tar.xz
wireguard-openbsd-631647e356893428f4e7e0d9bd9ced32b9bc91a1.zip
occured -> occurred;
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getentropy.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getentropy.2 b/lib/libc/sys/getentropy.2
index 1ef728ac041..d9d2e422a8e 100644
--- a/lib/libc/sys/getentropy.2
+++ b/lib/libc/sys/getentropy.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getentropy.2,v 1.3 2014/06/14 18:01:42 deraadt Exp $
+.\" $OpenBSD: getentropy.2,v 1.4 2014/06/15 07:24:19 jmc Exp $
.\"
.\" Copyright (c) 2014 Theo de Raadt
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 14 2014 $
+.Dd $Mdocdate: June 15 2014 $
.Dt GETENTROPY 2
.Os
.Sh NAME
@@ -57,7 +57,7 @@ The
parameter points to an
invalid address.
.It Bq Er EIO
-Too many bytes requested, or some other fatal error occured.
+Too many bytes requested, or some other fatal error occurred.
.El
.Sh SEE ALSO
.Xr arc4random 3