diff options
author | ru <ru@FreeBSD.org> | 2002-10-04 15:07:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-04 15:07:39 +0000 |
commit | 6c1c40796f7d38c9e31c322e1af33b0b2b243cf8 (patch) | |
tree | c859b25b9a395a21b0183fcf092f76a3187a740a | |
parent | c065224eef9a60e11a16c1bed32702dfed19dd6f (diff) | |
download | FreeBSD-src-6c1c40796f7d38c9e31c322e1af33b0b2b243cf8.zip FreeBSD-src-6c1c40796f7d38c9e31c322e1af33b0b2b243cf8.tar.gz |
Minor tweaks to make this manpage readable.
-rw-r--r-- | lib/libexpat/libbsdxml.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3 index e39f926..6d123d4 100644 --- a/lib/libexpat/libbsdxml.3 +++ b/lib/libexpat/libbsdxml.3 @@ -28,7 +28,7 @@ .Dd October 4, 2002 .Dt LIBBSDXML 3 .Os -.Sh Name +.Sh NAME .Nm libbsdxml .Nd eXpat XML parser library .Sh SYNOPSIS @@ -44,10 +44,11 @@ renamed to rather than retain the original eXpat library and include file names to prevent confusion and autoconfiguation issues for 3rd party software. -.Sh "SEE ALSO" +.Sh SEE ALSO For full documentation, please see the eXpat webpage at -http://www.libexpat.org/ +.Pa http://www.libexpat.org/ . .Sh AUTHORS +.An -nosplit The original eXpat was written by .An James Clark Aq jjc@jclark.com . .Pp @@ -56,4 +57,4 @@ of people under the leadership of .An Fred Drake Aq fdrake@acm.com , .An Paul Prescod , and -.An Clark Cooper +.An Clark Cooper . |