Bug 229578 - Typos in cacos.3 man page
Summary: Typos in cacos.3 man page
Status: Closed DUPLICATE of bug 195517
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-07-07 06:55 UTC by Stephen Montgomery-Smith
Modified: 2019-04-15 07:18 UTC (History)
3 users (show)

See Also:


Attachments
Patch to cacos.3 (756 bytes, patch)
2018-07-07 06:55 UTC, Stephen Montgomery-Smith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Montgomery-Smith freebsd_committer freebsd_triage 2018-07-07 06:55:14 UTC
Created attachment 194928 [details]
Patch to cacos.3

"man cacos" gives the following lines:

     Function        Branch Cut(s)                              Range
     cacos           (-infinity, -1) U (1, infinity)            [0, pi]
     casin           (-infinity, -1) U (1, infinity)            [-pi/2, pi/2]
     catan           (-infinity*I, -i) U (I, infinity*I)        [-pi/2, pi/2]
     cacosh          (-infinity, 1)                             [-pi*I, pi*I]
     casinh          (-infinity*I, -i) U (I, infinity*I)        [-pi/2*I, pi/2*I]

In two places, the lower case "i" should be an upper case "I" in order to be consistent with C conventions and the rest of the man page.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2019-04-15 07:18:49 UTC

*** This bug has been marked as a duplicate of bug 195517 ***