mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fixed missing include in synopsis.
This commit is contained in:
parent
2777e3a86d
commit
f92c744fd8
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue