| Summary: | New mailing list, freebsd-dtrace | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | david | ||||
| Component: | Books & Articles | Assignee: | Warren Block <wblock> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
david
2013-05-17 18:50:00 UTC
Responsible Changed From-To: freebsd-doc->wblock Take. Author: wblock Date: Thu May 23 12:15:14 2013 New Revision: 41722 URL: http://svnweb.freebsd.org/changeset/doc/41722 Log: Add the DTrace mailing list. PR: docs/178725 Submitted by: David Wolfskill <david@catwhisker.org> Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml head/en_US.ISO8859-1/share/xml/mailing-lists.ent Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Thu May 23 11:51:34 2013 (r41721) +++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Thu May 23 12:15:14 2013 (r41722) @@ -259,6 +259,11 @@ </row> <row> + <entry>&a.dtrace.name;</entry> + <entry>Using and working on DTrace in &os;</entry> + </row> + + <row> <entry>&a.eclipse.name;</entry> <entry>FreeBSD users of Eclipse IDE, tools, rich client applications and ports.</entry> @@ -1173,6 +1178,21 @@ </varlistentry> <varlistentry> + <term>&a.dtrace.name;</term> + + <listitem> + <para><emphasis>Using and working on DTrace in + &os;</emphasis></para> + + <para>DTrace is an integrated component of &os; that + provides a framework for understanding the kernel as + well as user space programs at run time. The mailing + list is an archived discussion for developers of the + code as well as those using it.</para> + </listitem> + </varlistentry> + + <varlistentry> <term>&a.eclipse.name;</term> <listitem> Modified: head/en_US.ISO8859-1/share/xml/mailing-lists.ent ============================================================================== --- head/en_US.ISO8859-1/share/xml/mailing-lists.ent Thu May 23 11:51:34 2013 (r41721) +++ head/en_US.ISO8859-1/share/xml/mailing-lists.ent Thu May 23 12:15:14 2013 (r41722) @@ -167,10 +167,13 @@ <!ENTITY a.drivers "<ulink url='&a.drivers.url;'>Writing device drivers for FreeBSD</ulink>"> <!ENTITY a.drivers.name "<ulink url='&a.drivers.url;'>freebsd-drivers</ulink>"> +<!ENTITY a.dtrace.url "&a.mailman.listinfo;/freebsd-dtrace"> +<!ENTITY a.dtrace "<ulink url='&a.dtrace.url;'>Using and working on DTrace in &os;.</ulink>"> +<!ENTITY a.dtrace.name "<ulink url='&a.dtrace.url;'>freebsd-dtrace</ulink>"> + <!ENTITY a.eclipse.url "&a.mailman.listinfo;/freebsd-eclipse"> <!ENTITY a.eclipse "<ulink url='&a.eclipse.url;'>FreeBSD users of Eclipse IDE, tools, rich client applications and ports</ulink>"> <!ENTITY a.eclipse.name "<ulink url='&a.eclipse.url;'>freebsd-eclipse</ulink>"> - <!ENTITY a.embedded.url "&a.mailman.listinfo;/freebsd-embedded"> <!ENTITY a.embedded "<ulink url='&a.embedded.url;'>FreeBSD-embedded mailing list</ulink>"> <!ENTITY a.embedded.name "<ulink url='&a.embedded.url;'>freebsd-embedded</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" State Changed From-To: open->closed Patch committed with minor changes. Thanks! |