diff options
author | ru <ru@FreeBSD.org> | 2001-10-01 16:09:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-01 16:09:29 +0000 |
commit | 623da62a5a107f8c09ce13cac2352200842890c6 (patch) | |
tree | 0ba5da0413d7f6bd39551fb636861f2919892751 /lib/libipsec | |
parent | 0163eae9720c84e99a846110ca1db02eab99186e (diff) | |
download | FreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.zip FreeBSD-src-623da62a5a107f8c09ce13cac2352200842890c6.tar.gz |
mdoc(7) police: Use the new .In macro for #include statements.
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/ipsec_set_policy.3 | 2 | ||||
-rw-r--r-- | lib/libipsec/ipsec_strerror.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3 index 748ac1a..cc7424e 100644 --- a/lib/libipsec/ipsec_set_policy.3 +++ b/lib/libipsec/ipsec_set_policy.3 @@ -40,7 +40,7 @@ .Sh LIBRARY .Lb libipsec .Sh SYNOPSIS -.Fd #include <netinet6/ipsec.h> +.In netinet6/ipsec.h .Ft "char *" .Fn ipsec_set_policy "char *policy" "int len" .Ft int diff --git a/lib/libipsec/ipsec_strerror.3 b/lib/libipsec/ipsec_strerror.3 index 82fa99c..e4bde7d 100644 --- a/lib/libipsec/ipsec_strerror.3 +++ b/lib/libipsec/ipsec_strerror.3 @@ -37,7 +37,7 @@ .Nd error message for IPsec policy manipulation library .\" .Sh SYNOPSIS -.Fd #include <netinet6/ipsec.h> +.In netinet6/ipsec.h .Ft "const char *" .Fn ipsec_strerror .\" |