From owner-svn-src-head@freebsd.org Wed Jun 6 16:25:01 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C62CFD43BD; Wed, 6 Jun 2018 16:25:01 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F26EF7C19D; Wed, 6 Jun 2018 16:25:00 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEBB256E1; Wed, 6 Jun 2018 16:25:00 +0000 (UTC) (envelope-from cem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w56GP0kx097604; Wed, 6 Jun 2018 16:25:00 GMT (envelope-from cem@FreeBSD.org) Received: (from cem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w56GP0ug097603; Wed, 6 Jun 2018 16:25:00 GMT (envelope-from cem@FreeBSD.org) Message-Id: <201806061625.w56GP0ug097603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cem set sender to cem@FreeBSD.org using -f From: Conrad Meyer Date: Wed, 6 Jun 2018 16:25:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334721 - head/lib/msun/man X-SVN-Group: head X-SVN-Commit-Author: cem X-SVN-Commit-Paths: head/lib/msun/man X-SVN-Commit-Revision: 334721 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 16:25:01 -0000 Author: cem Date: Wed Jun 6 16:25:00 2018 New Revision: 334721 URL: https://svnweb.freebsd.org/changeset/base/334721 Log: clog.3, complex.3: Fix typos and igor style issues PR: 228783 Reported by: Karsten Modified: head/lib/msun/man/clog.3 head/lib/msun/man/complex.3 Modified: head/lib/msun/man/clog.3 ============================================================================== --- head/lib/msun/man/clog.3 Wed Jun 6 15:49:01 2018 (r334720) +++ head/lib/msun/man/clog.3 Wed Jun 6 16:25:00 2018 (r334721) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 13, 2017 +.Dd June 6, 2018 .Dt CLOG 3 .Os .Sh NAME @@ -32,7 +32,7 @@ .Nm clogf , and .Nm clogl -.Nd complex natural logrithm functions +.Nd complex natural logarithm functions .Sh LIBRARY .Lb libm .Sh SYNOPSIS @@ -47,9 +47,9 @@ and The .Fn clog , .Fn clogf , -and +and .Fn clogl -functions compute the complex natural logrithm of +functions compute the complex natural logarithm of .Fa z . with a branch cut along the negative real axis . .Sh RETURN VALUES @@ -58,14 +58,13 @@ The function returns the complex natural logarithm value, in the range of a strip mathematically unbounded along the real axis and in the interval [-I* \*(Pi , +I* \*(Pi ] along the imaginary axis. -The function satisfies the relationship: +The function satisfies the relationship: .Fo clog .Fn conj "z" Fc = .Fo conj .Fn clog "z" Fc . .Pp - .\" Table is formatted for an 80-column xterm. .Bl -column ".Sy +\*(If + I*\*(Na" ".Sy Return value" ".Sy Divide-by-zero exception" .It Sy Argument Ta Sy Return value Ta Sy Comment @@ -86,9 +85,8 @@ The function satisfies the relationship: .It Ta Ta floating-point exception .It Ta Ta for finite y .It \*(Na + I*\*(If Ta +\*(If + I*\*(Na -.It \*(Na + I*\*(Na Ta \*(Na + I*\*(Na +.It \*(Na + I*\*(Na Ta \*(Na + I*\*(Na .El - .Sh SEE ALSO .Xr complex 3 , .Xr log 3 , Modified: head/lib/msun/man/complex.3 ============================================================================== --- head/lib/msun/man/complex.3 Wed Jun 6 15:49:01 2018 (r334720) +++ head/lib/msun/man/complex.3 Wed Jun 6 16:25:00 2018 (r334721) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 13, 2018 +.Dd June 6, 2018 .Dt COMPLEX 3 .Os .Sh NAME @@ -63,28 +63,28 @@ and .Fn cabsl "long double complex z" , respectively. .de Cl -.Bl -column "csqrt" "complex absolute value (i.e. norm, modulus, magnitude)" +.Bl -column "csqrt" "complex absolute value (i.e., norm, modulus, magnitude)" .Em "Name Description" .. .\" Section 7.3.5 - 7.3.7 of ISO C99 standard unimplemented, see BUGS .\" Section 7.3.8 of ISO C99 standard .Ss Absolute-value Functions .Cl -cabs complex absolute value (i.e. norm, modulus, magnitude) +cabs complex absolute value (i.e., norm, modulus, magnitude) csqrt complex square root .El .Ss Exponential Function .Cl cexp exponential base e .El -.Ss Natural logrithm Function +.Ss Natural logarithm Function .Cl -clog natural logrithm +clog natural logarithm .El .\" Section 7.3.9 of ISO C99 standard .Ss Manipulation Functions .Cl -carg compute the argument (i.e. phase angle) +carg compute the argument (i.e., phase angle) cimag compute the imaginary part conj compute the complex conjugate cproj compute projection onto Riemann sphere