From owner-svn-src-head@FreeBSD.ORG Mon Jul 8 05:58:09 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 CE16B86F; Mon, 8 Jul 2013 05:58:09 +0000 (UTC) (envelope-from joel@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 BFD27199D; Mon, 8 Jul 2013 05:58:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r685w9oV094881; Mon, 8 Jul 2013 05:58:09 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r685w9uA094880; Mon, 8 Jul 2013 05:58:09 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201307080558.r685w9uA094880@svn.freebsd.org> From: Joel Dahl Date: Mon, 8 Jul 2013 05:58:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253026 - head/share/man/man9 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, 08 Jul 2013 05:58:09 -0000 Author: joel (doc committer) Date: Mon Jul 8 05:58:09 2013 New Revision: 253026 URL: http://svnweb.freebsd.org/changeset/base/253026 Log: mdoc: remove superfluous paragraph macros. Modified: head/share/man/man9/SDT.9 Modified: head/share/man/man9/SDT.9 ============================================================================== --- head/share/man/man9/SDT.9 Mon Jul 8 05:06:32 2013 (r253025) +++ head/share/man/man9/SDT.9 Mon Jul 8 05:58:09 2013 (r253026) @@ -54,7 +54,6 @@ .Fn SDT_PROBE6 prov mod func name arg0 arg1 arg2 arg3 arg4 arg5 .Fn SDT_PROBE7 prov mod func name arg0 arg1 arg2 arg3 arg4 arg5 arg6 .Sh DESCRIPTION -.Pp The .Nm macros allow programmers to define static trace points in kernel code. @@ -158,7 +157,6 @@ trace points. They are meant to be added to executable code and can be used to instrument the code in which they are called. .Sh EXAMPLES -.Pp The following probe definition will create a DTrace probe called .Ql icmp::unreach:pkt-receive , which would hypothetically be triggered when the kernel receives an ICMP packet @@ -216,7 +214,6 @@ framework were originally ported to Free This manual page was written by .An Mark Johnston Aq markj@FreeBSD.org . .Sh BUGS -.Pp The .Nm macros allow the module name of a probe to be specified as part of a probe