Fix a typo (opencrypto -> crypto) and remove useless comment.

This commit is contained in:
Kevin Lo 2015-12-15 06:01:02 +00:00
parent 8a615d0fa8
commit 71d96c11f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292253

View file

@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 12, 2014
.Dd December 15, 2015
.Dt CRYPTO 4
.Os
.Sh NAME
@ -79,7 +79,7 @@ The
.Nm
driver gives user-mode applications access to hardware-accelerated
cryptographic transforms, as implemented by the
.Xr opencrypto 9
.Xr crypto 9
in-kernel interface.
.Pp
The
@ -99,9 +99,6 @@ variables,
.Ic kern.userasymcrypto
and
.Ic kern.cryptodevallowsoft .
See
.Xr sysctl 7
for additional details.
.Pp
The
.Nm