Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:11:39 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r340115 - head/lib/msun/man
Message-ID:  <201811041411.wA4EBdeH039625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer)
Date: Sun Nov  4 14:11:38 2018
New Revision: 340115
URL: https://svnweb.freebsd.org/changeset/base/340115

Log:
  csqrt(3): Fix some typos in the manual page
  
  Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
  Reviewed by:	eadler
  Approved by:    krion (mentor, implicit), mat (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D17831

Modified:
  head/lib/msun/man/csqrt.3

Modified: head/lib/msun/man/csqrt.3
==============================================================================
--- head/lib/msun/man/csqrt.3	Sun Nov  4 10:14:08 2018	(r340114)
+++ head/lib/msun/man/csqrt.3	Sun Nov  4 14:11:38 2018	(r340115)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 30, 2008
+.Dd November 4, 2018
 .Dt CSQRT 3
 .Os
 .Sh NAME
@@ -78,7 +78,7 @@ k + \*(Na*I	\*(Na + \*(Na*I	\&
 .Pp
 For numbers with negative imaginary parts, the above special cases
 apply given the identity:
-.Dl csqrt(conj(z) = conj(sqrt(z))
+.Dl csqrt(conj(z)) = conj(csqrt(z))
 Note that the sign of \*(Na is indeterminate.
 Also, if the real or imaginary part of the input is finite and
 an \*(Na is generated, an invalid exception will be thrown.



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