diff options
author | ben <ben@FreeBSD.org> | 2000-11-15 14:40:14 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-11-15 14:40:14 +0000 |
commit | bd39d53f3470e5c6f0325556a077230347f27302 (patch) | |
tree | 64d5f044b5c6ffb05048781bc9668958c913d68d /lib/libcompat | |
parent | 05dff2fbdf1b46796150172e8822953564781c4b (diff) | |
download | FreeBSD-src-bd39d53f3470e5c6f0325556a077230347f27302.zip FreeBSD-src-bd39d53f3470e5c6f0325556a077230347f27302.tar.gz |
Remove fullstops from the end of .Xr lines in SEE ALSO section.
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/4.1/cftime.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.3/cfree.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index f48a952..17cdbed 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -96,4 +96,4 @@ not counting the trailing null character. .Sh SEE ALSO .Xr localtime 3 , -.Xr strftime 3 . +.Xr strftime 3 diff --git a/lib/libcompat/4.3/cfree.3 b/lib/libcompat/4.3/cfree.3 index c599372..e499908 100644 --- a/lib/libcompat/4.3/cfree.3 +++ b/lib/libcompat/4.3/cfree.3 @@ -45,4 +45,4 @@ The function is a synonym for .Xr free 3 . .Sh SEE ALSO -.Xr free 3 . +.Xr free 3 |