diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:11:05 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:11:05 +0000 |
commit | cf135f6371e0d570059b74049bdc468d8db96956 (patch) | |
tree | 4cf505e38b6b6968f084194e6261ab7942161db4 /lib/libm/common_source/hypot.3 | |
parent | 7f5e8c848ccb851a977d66002a597d5e99c60ff3 (diff) |
Introduce .Lb macro to libmanpages
Notes
Notes:
svn path=/head/; revision=59511
Diffstat (limited to 'lib/libm/common_source/hypot.3')
-rw-r--r-- | lib/libm/common_source/hypot.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libm/common_source/hypot.3 b/lib/libm/common_source/hypot.3 index 2d2ad3eefe69..281ec0c66708 100644 --- a/lib/libm/common_source/hypot.3 +++ b/lib/libm/common_source/hypot.3 @@ -39,6 +39,8 @@ .Nm hypot , .Nm cabs .Nd euclidean distance and complex absolute value functions +.Sh LIBRARY +.Lb libm .Sh SYNOPSIS .Fd #include <math.h> .Ft double |