From owner-svn-src-all@FreeBSD.ORG Fri Dec 26 09:18:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F0DF523; Fri, 26 Dec 2014 09:18:35 +0000 (UTC) Received: from svn.freebsd.org (svn.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 0BA0566787; Fri, 26 Dec 2014 09:18:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQ9IYC2088578; Fri, 26 Dec 2014 09:18:34 GMT (envelope-from joel@FreeBSD.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBQ9IYl3088577; Fri, 26 Dec 2014 09:18:34 GMT (envelope-from joel@FreeBSD.org) Message-Id: <201412260918.sBQ9IYl3088577@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: joel set sender to joel@FreeBSD.org using -f From: Joel Dahl Date: Fri, 26 Dec 2014 09:18:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276235 - 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.18-1 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: Fri, 26 Dec 2014 09:18:35 -0000 Author: joel (doc committer) Date: Fri Dec 26 09:18:33 2014 New Revision: 276235 URL: https://svnweb.freebsd.org/changeset/base/276235 Log: Minor Xr fix. Modified: head/lib/msun/man/csqrt.3 Modified: head/lib/msun/man/csqrt.3 ============================================================================== --- head/lib/msun/man/csqrt.3 Fri Dec 26 09:12:19 2014 (r276234) +++ head/lib/msun/man/csqrt.3 Fri Dec 26 09:18:33 2014 (r276235) @@ -85,7 +85,7 @@ an \*(Na is generated, an invalid except .Sh SEE ALSO .Xr cabs 3 , .Xr fenv 3 , -.Xr math 3 , +.Xr math 3 .Sh STANDARDS The .Fn csqrt ,