Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 17:24:47 +0000 (UTC)
From:      Steve Kargl <kargl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251316 - head/lib/msun/ld80
Message-ID:  <201306031724.r53HOlPP089273@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h>
 __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



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