diff options
author | 2014-06-13 15:16:46 +0000 | |
---|---|---|
committer | 2014-06-13 15:16:46 +0000 | |
commit | 263c579cd4fc5c9bb581a230232b4204c6d011e2 (patch) | |
tree | 301b444cb6b86fc1de1ece70068a3b0b35d4578d /lib/libc | |
parent | Do not bother trying to work out of we can reuse a cipher context - just (diff) | |
download | wireguard-openbsd-263c579cd4fc5c9bb581a230232b4204c6d011e2.tar.xz wireguard-openbsd-263c579cd4fc5c9bb581a230232b4204c6d011e2.zip |
typo; Piotr Sikora
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getentropy.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/getentropy.2 b/lib/libc/sys/getentropy.2 index be96820df04..e3dca2e8724 100644 --- a/lib/libc/sys/getentropy.2 +++ b/lib/libc/sys/getentropy.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getentropy.2,v 1.1 2014/06/13 08:26:10 deraadt Exp $ +.\" $OpenBSD: getentropy.2,v 1.2 2014/06/13 15:16:46 deraadt Exp $ .\" .\" Copyright (c) 2014 Theo de Raadt .\" @@ -32,8 +32,7 @@ This is typically used to seed a process-context generator like .Xr arc4random 3 . .Sh ERRORS -.Nm -.Fn setlogin +.Fn getlogin will succeed unless: .Bl -tag -width Er .It Bq Er EFAULT |