diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 14:28:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-29 14:28:00 +0000 |
commit | 98cb55a57eb0c3008a22fcd154ea281ea7aa65ff (patch) | |
tree | 32d056ee0f9757ae2051eca404e15d642123e6a8 /lib/libm | |
parent | 7607f3b4d1535e9d7084055e8bbcc80c89d49e87 (diff) |
man pages: add missing commas in enumerations
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/tanh.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/tanh.3 b/lib/libm/man/tanh.3 index e78f01872f2..ab86f3a3fe0 100644 --- a/lib/libm/man/tanh.3 +++ b/lib/libm/man/tanh.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tanh.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: tanh.3,v 1.13 2022/03/29 14:27:59 naddy Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: March 29 2022 $ .Dt TANH 3 .Os .Sh NAME @@ -59,7 +59,7 @@ function is an extended precision version of .Fn tanh . .Sh RETURN VALUES The -.Fn tanh +.Fn tanh , .Fn tanhf , and .Fn tanhl |