Bug 170240

Summary: New mailing list: freebsd-numerics
Product: Documentation Reporter: david
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description david 2012-07-29 03:00:03 UTC
	We have a new mailing list, freebsd-numerics@freebsd.org.

	Below is a patch for the Handbook to describe it.  (Please feel
	free to adjust as appropriate.)

How-To-Repeat: 	n/a
Comment 1 Warren Block freebsd_committer freebsd_triage 2012-07-29 03:50:19 UTC
Responsible Changed
From-To: freebsd-doc->wblock

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-29 03:58:12 UTC
Author: wblock
Date: Sun Jul 29 02:57:58 2012
New Revision: 39275
URL: http://svn.freebsd.org/changeset/doc/39275

Log:
  Add new numerics mailing list to Handbook
  
  PR:		170240
  Submitted by:	David Wolfskill <david@catwhisker.org>

Modified:
  head/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
  head/en_US.ISO8859-1/share/sgml/mailing-lists.ent

Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	Sat Jul 28 15:55:20 2012	(r39274)
+++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	Sun Jul 29 02:57:58 2012	(r39275)
@@ -394,6 +394,11 @@
 	    </row>
 
 	    <row>
+	      <entry>&a.numerics.name;</entry>
+	      <entry>Discussions of high quality implementation of long double libm functions</entry>
+	    </row>
+
+	    <row>
 	      <entry>&a.office.name;</entry>
 	      <entry>Office applications on &os;</entry>
 	    </row>

Modified: head/en_US.ISO8859-1/share/sgml/mailing-lists.ent
==============================================================================
--- head/en_US.ISO8859-1/share/sgml/mailing-lists.ent	Sat Jul 28 15:55:20 2012	(r39274)
+++ head/en_US.ISO8859-1/share/sgml/mailing-lists.ent	Sun Jul 29 02:57:58 2012	(r39275)
@@ -307,6 +307,10 @@
 <!ENTITY a.newbus "<ulink url='&a.newbus.url;'>FreeBSD new-bus mailing list</ulink>">
 <!ENTITY a.newbus.name "<ulink url='&a.newbus.url;'>freebsd-new-bus</ulink>">
 
+<!ENTITY a.numerics.url "&a.mailman.listinfo;/freebsd-numerics">
+<!ENTITY a.numerics "<ulink url='&a.numerics.url;'>Discussions of high quality implementation of long double libm functions</ulink>">
+<!ENTITY a.numerics.name "<ulink url='&a.numerics.url;'>freebsd-numerics</ulink>">
+
 <!ENTITY a.office.url "&a.mailman.listinfo;/freebsd-office">
 <!ENTITY a.office "<ulink url='&a.office.url;'>Office applications on FreeBSD</ulink>">
 <!ENTITY a.office.name "<ulink url='&a.office.url;'>freebsd-office</ulink>">
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Warren Block freebsd_committer freebsd_triage 2012-07-29 03:59:05 UTC
State Changed
From-To: open->closed

Patch committed.  Thanks!