summaryrefslogtreecommitdiffstats
path: root/share/man/man9/MD5.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
committerbde <bde@FreeBSD.org>1997-04-13 14:49:13 +0000
commit81c85a10506d23c9a4b9490b9ad9ce6e13a8622e (patch)
treedf67fc502e2998aada7dc2af699c98e8877fcab7 /share/man/man9/MD5.9
parentd280e8e0d08d40447f471ce4630609b3e226e3aa (diff)
downloadFreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.zip
FreeBSD-src-81c85a10506d23c9a4b9490b9ad9ce6e13a8622e.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'share/man/man9/MD5.9')
-rw-r--r--share/man/man9/MD5.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/MD5.9 b/share/man/man9/MD5.9
index df0f84b..a84c8fb 100644
--- a/share/man/man9/MD5.9
+++ b/share/man/man9/MD5.9
@@ -37,7 +37,8 @@
.Nm MD5Transform
.Nd message digest routines
.Sh SYNOPSIS
-.Fd #include <sys/kernel.h>
+.Fd #include <sys/types.h>
+.Fd #include <sys/md5.h>
.Ft void
.Fn MD5Init "MD5_CTX *buf"
.Ft void
OpenPOWER on IntegriCloud