diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-01-13 10:22:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-13 10:22:50 +0000 |
| commit | e231122d798a429b6c820912642a72947f482fe1 (patch) | |
| tree | cbbc2339acec876aa69096b29a0eeaf5a90719bb | |
| parent | f92c744fd899eb17a7b6967bff167e3bfb66d362 (diff) | |
Notes
| -rw-r--r-- | lib/libipsec/ipsec_strerror.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libipsec/ipsec_strerror.3 b/lib/libipsec/ipsec_strerror.3 index 58ac2b6475e0..ba4e6e8e6bf2 100644 --- a/lib/libipsec/ipsec_strerror.3 +++ b/lib/libipsec/ipsec_strerror.3 @@ -37,9 +37,10 @@ .Nd error code for IPsec policy manipulation library .\" .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <netinet6/ipsec.h> .Ft "char *" -.Fn ipsec_strerror +.Fn ipsec_strerror void .\" .Sh DESCRIPTION .Pa netinet6/ipsec.h |
