From owner-svn-src-head@FreeBSD.ORG Mon Jun 3 17:24:47 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 79ED3ED8; Mon, 3 Jun 2013 17:24:47 +0000 (UTC) (envelope-from kargl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC9B1BD8; Mon, 3 Jun 2013 17:24:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r53HOlB9089274; Mon, 3 Jun 2013 17:24:47 GMT (envelope-from kargl@svn.freebsd.org) Received: (from kargl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r53HOlPP089273; Mon, 3 Jun 2013 17:24:47 GMT (envelope-from kargl@svn.freebsd.org) Message-Id: <201306031724.r53HOlPP089273@svn.freebsd.org> From: Steve Kargl Date: Mon, 3 Jun 2013 17:24:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251316 - head/lib/msun/ld80 X-SVN-Group: head 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.14 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: Mon, 03 Jun 2013 17:24:47 -0000 Author: kargl Date: Mon Jun 3 17:24:46 2013 New Revision: 251316 URL: http://svnweb.freebsd.org/changeset/base/251316 Log: * Style(9). Start non-Copyright fancy formatted comments with /**. Reviewed by: bde (as part of larger diff) Modified: head/lib/msun/ld80/s_expl.c Modified: head/lib/msun/ld80/s_expl.c ============================================================================== --- head/lib/msun/ld80/s_expl.c Mon Jun 3 17:21:43 2013 (r251315) +++ head/lib/msun/ld80/s_expl.c Mon Jun 3 17:24:46 2013 (r251316) @@ -29,7 +29,7 @@ #include __FBSDID("$FreeBSD$"); -/*- +/** * Compute the exponential of x for Intel 80-bit format. This is based on: * * PTP Tang, "Table-driven implementation of the exponential function