svn commit: r292181 - head/share/man/man4
Kevin Lo
kevlo at FreeBSD.org
Mon Dec 14 07:08:18 UTC 2015
Author: kevlo
Date: Mon Dec 14 07:08:17 2015
New Revision: 292181
URL: https://svnweb.freebsd.org/changeset/base/292181
Log:
Add the cryptodev device.
Modified:
head/share/man/man4/aesni.4
Modified: head/share/man/man4/aesni.4
==============================================================================
--- head/share/man/man4/aesni.4 Mon Dec 14 01:09:25 2015 (r292180)
+++ head/share/man/man4/aesni.4 Mon Dec 14 07:08:17 2015 (r292181)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 6, 2010
+.Dd December 14, 2015
.Dt AESNI 4
.Os
.Sh NAME
@@ -36,6 +36,7 @@ place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device crypto"
+.Cd "device cryptodev"
.Cd "device aesni"
.Ed
.Pp
More information about the svn-src-head
mailing list