diff options
Diffstat (limited to 'lib/libipsec')
-rw-r--r-- | lib/libipsec/ipsec_strerror.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libipsec/ipsec_strerror.3 b/lib/libipsec/ipsec_strerror.3 index d0d3977..66ae950 100644 --- a/lib/libipsec/ipsec_strerror.3 +++ b/lib/libipsec/ipsec_strerror.3 @@ -44,8 +44,9 @@ .Sh DESCRIPTION .Pa netinet6/ipsec.h declares -.Pp -.Dl extern int ipsec_errcode; +.Bd -ragged -offset indent +.Vt extern int ipsec_errcode ; +.Ed .Pp which is used to pass error code from IPsec policy manipulation library to user program. |