Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 1997 07:44:18 -0800 (PST)
From:      neswold@fnal.gov
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   docs/5033: Typo in a man page.
Message-ID:  <199711131544.HAA21703@hub.freebsd.org>
Resent-Message-ID: <199711131550.HAA22066@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5033
>Category:       docs
>Synopsis:       Typo in a man page.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 13 07:50:01 PST 1997
>Last-Modified:
>Originator:     Rich Neswold
>Organization:
Fermilab
>Release:        2.2.5
>Environment:
>Description:
The man page for "cos" is supposed to describe the cos() and cosf()
functions. The SYNOPSIS section incorrectly names both versions as
cos()
>How-To-Repeat:

>Fix:
--- /usr/src/lib/msun/man/cos.3 Fri Feb 28 01:28:43 1997
+++ cos.3       Thu Nov 13 09:43:05 1997
@@ -44,7 +44,7 @@
 .Ft double
 .Fn cos "double x"
 .Ft float
-.Fn cos "float x"
+.Fn cosf "float x"
 .Sh DESCRIPTION
 The
 .Fn cos

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711131544.HAA21703>