Fixed missing include in synopsis.

This commit is contained in:
Bruce Evans 2000-01-13 10:21:25 +00:00
parent 2777e3a86d
commit f92c744fd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55897
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@
.Nm crypt
.Nd Trapdoor encryption
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft char *
.Fn crypt "const char *key" "const char *salt"
.Sh DESCRIPTION

View file

@ -39,6 +39,7 @@
.Nd manipulate IPsec policy specification structure from readable string
.\"
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <netinet6/ipsec.h>
.Ft "char *"
.Fn ipsec_set_policy "char *policy" "int len"