diff options
author | 2018-04-20 04:41:51 +0000 | |
---|---|---|
committer | 2018-04-20 04:41:51 +0000 | |
commit | 4ba1d858e6f52e9df07d31727914e52e58f0e2d7 (patch) | |
tree | d97d4c6456fd71fd35ff8444c2dda6edf891ec91 | |
parent | enable ccp(4) as found on recent amd chips (diff) | |
download | wireguard-openbsd-4ba1d858e6f52e9df07d31727914e52e58f0e2d7.tar.xz wireguard-openbsd-4ba1d858e6f52e9df07d31727914e52e58f0e2d7.zip |
better wording
-rw-r--r-- | share/man/man4/ccp.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ccp.4 b/share/man/man4/ccp.4 index 0f303f3974f..651c2934c86 100644 --- a/share/man/man4/ccp.4 +++ b/share/man/man4/ccp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ccp.4,v 1.1 2018/04/20 04:37:56 dlg Exp $ +.\" $OpenBSD: ccp.4,v 1.2 2018/04/20 04:41:51 dlg Exp $ .\" .\" Copyright (c) 2018 David Gwynne <dlg@openbsd.org> .\" @@ -30,8 +30,8 @@ and a random number generator. .Pp The .Nm -driver supports for feeding output of the devices random number -generator into the kernel entropy pool. +driver supports feeding output of the random number generator into +the kernel entropy pool. .Sh SEE ALSO .Xr intro 4 , .Xr random 4 , |