diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
commit | 7f710b5b82f2d561673e148aaae2df207e486b5d (patch) | |
tree | 9059fdd3ef009af864bae8c37ff0d5b48311ba30 /lib/libm/man | |
parent | ca219a4e05602c77c70a5e1e74551ed2019be4f7 (diff) |
More Version 1 AT&T UNIX history.
This became possible because copies of the original v1 manuals
have shown up on the Internet some time ago.
Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
Diffstat (limited to 'lib/libm/man')
-rw-r--r-- | lib/libm/man/cos.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index 1e793721cd6..6f585123454 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cos.3,v 1.15 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: cos.3,v 1.16 2019/09/06 19:25:08 schwarze Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 6 2019 $ .Dt COS 3 .Os .Sh NAME @@ -82,3 +82,8 @@ The .Fn cos function conforms to .St -ansiC . +.Sh HISTORY +A +.Fn cos +function first appeared in +.At v1 . |