diff options
author | 2012-02-26 19:15:20 +0000 | |
---|---|---|
committer | 2012-02-26 19:15:20 +0000 | |
commit | 00917a3ff0947b129cc1184a43bdf74c849d67fc (patch) | |
tree | 4ad9406cd25fc91a8af16cb6d84b13d9f7b57f00 /lib/libm/man | |
parent | Remove OpenBSD release numbers from these tests, (diff) | |
download | wireguard-openbsd-00917a3ff0947b129cc1184a43bdf74c849d67fc.tar.xz wireguard-openbsd-00917a3ff0947b129cc1184a43bdf74c849d67fc.zip |
Fix several manpage titles, from Lawrence Teo.
ok dcoppa@ jmc@ schwarze@.
Diffstat (limited to 'lib/libm/man')
-rw-r--r-- | lib/libm/man/sin.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/sin.3 b/lib/libm/man/sin.3 index 2910bacb93b..2cda8a4379d 100644 --- a/lib/libm/man/sin.3 +++ b/lib/libm/man/sin.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sin.3,v 1.13 2011/07/07 01:34:52 martynas Exp $ +.\" $OpenBSD: sin.3,v 1.14 2012/02/26 19:15:20 haesbaert Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,8 +28,8 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: July 7 2011 $ -.Dt COS 3 +.Dd $Mdocdate: February 26 2012 $ +.Dt SIN 3 .Os .Sh NAME .Nm sin , |