Author: bapt Date: Tue Jul 14 15:21:00 2015 New Revision: 285542 URL: https://svnweb.freebsd.org/changeset/base/285542
Log: .ie is not supposed to be used in manpages Submitted by: [email protected] Modified: head/lib/msun/man/cacos.3 Modified: head/lib/msun/man/cacos.3 ============================================================================== --- head/lib/msun/man/cacos.3 Tue Jul 14 15:12:24 2015 (r285541) +++ head/lib/msun/man/cacos.3 Tue Jul 14 15:21:00 2015 (r285542) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 27, 2013 +.Dd Jul 14, 2015 .Dt CACOS 3 .Os .Sh NAME @@ -98,11 +98,7 @@ functions perform the same operations in .Fa float precision. .Pp -.ie '\*[.T]'utf8' -. ds Un \[cu] -.el -. ds Un U -. +.ds Un \[cu] There is no universal convention for defining the principal values of these functions. The following table gives the branch cuts, and the corresponding ranges for the return values, adopted by the C language. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
