diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /lib/libipsec | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
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. |