From owner-svn-src-all@freebsd.org Tue Jul 14 15:21:01 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 901CC9A1C13; Tue, 14 Jul 2015 15:21:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4B832B; Tue, 14 Jul 2015 15:21:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EFL1Fj063491; Tue, 14 Jul 2015 15:21:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EFL1m8063490; Tue, 14 Jul 2015 15:21:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507141521.t6EFL1m8063490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 14 Jul 2015 15:21:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285542 - head/lib/msun/man X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 15:21:01 -0000 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: carsten.kunze@arcor.de 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.