diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
tree | aa7324a24491215cb462cf95382795f1649d10b6 /lib/libipsec | |
parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff) |
mdoc(7) police: split punctuation characters + misc fixes.
Notes
Notes:
svn path=/head/; revision=71895
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 d0d39774d364..66ae950a92ae 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. |