From nobody@FreeBSD.org  Sun Jan 11 22:17:26 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 50F36106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jan 2009 22:17:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 3FD688FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jan 2009 22:17:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BMHPdo050405
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jan 2009 22:17:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0BMHPMU050404;
	Sun, 11 Jan 2009 22:17:25 GMT
	(envelope-from nobody)
Message-Id: <200901112217.n0BMHPMU050404@www.freebsd.org>
Date: Sun, 11 Jan 2009 22:17:25 GMT
From: Marius Korsmo <marius@korsmo.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Minor typo in dtrace(1M) man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130394
>Category:       docs
>Synopsis:       [patch] Minor typo in dtrace(1M) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 11 22:20:04 UTC 2009
>Closed-Date:    Sun Jul 04 21:21:39 UTC 2010
>Last-Modified:  Sun Jul 04 21:21:39 UTC 2010
>Originator:     Marius Korsmo
>Release:        FreeBSD 7.1
>Organization:
>Environment:
FreeBSD localhost 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
A minor typo found in the dtrace(1M) man page. The word "intepretation" lacks an "r".
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? patch.txt
Index: dtrace.1
===================================================================
RCS file: /home/ncvs/src/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 dtrace.1
--- dtrace.1	25 Apr 2008 06:56:21 -0000	1.1.1.1
+++ dtrace.1	11 Jan 2009 22:04:46 -0000
@@ -88,7 +88,7 @@
 .SH OPTIONS
 .sp
 .LP
-The arguments accepted by the \fB-P\fR, \fB-m\fR, \fB-f\fR, \fB-n\fR, and \fB-i\fR options can include an optional D language \fIpredicate\fR enclosed in slashes \fB//\fR and optional D language \fIaction\fR statement list enclosed in braces \fB{}\fR. D program code specified on the command line must be appropriately quoted to avoid intepretation of meta-characters by the shell. 
+The arguments accepted by the \fB-P\fR, \fB-m\fR, \fB-f\fR, \fB-n\fR, and \fB-i\fR options can include an optional D language \fIpredicate\fR enclosed in slashes \fB//\fR and optional D language \fIaction\fR statement list enclosed in braces \fB{}\fR. D program code specified on the command line must be appropriately quoted to avoid interpretation of meta-characters by the shell. 
 .sp
 .LP
 The following options are supported:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pjd 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jan 11 23:22:02 UTC 2009 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=130394 
Responsible-Changed-From-To: pjd->jb 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Jan 11 23:22:49 UTC 2009 
Responsible-Changed-Why:  
Over to John, this is his domain and he'll know whether this 
should be merged locally or upstream.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130394 
Responsible-Changed-From-To: jb->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Dec 14 12:06:35 UTC 2009 
Responsible-Changed-Why:  
RIP John Birrell: please see http://www.freebsd.org/releases/8.0R/announce.html. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130394 

From: Anton Shterenlikht <mexas@bristol.ac.uk>
To: bug-followup@freebsd.org, marius@korsmo.org
Cc:  
Subject: Re: docs/130394: [patch] Minor typo in dtrace(1M) man page
Date: Tue, 9 Feb 2010 23:54:58 +0000

 On 9.0-current dtrace(1) man page gives at the very end:
 
 SEE ALSO
        cpp(1),  isainfo(1),  libdtrace(3LIB),  driver.conf(4),  attributes(5),
        dtrace(7D)
 
 
 of these only cpp(1) man page exists.
 
 Also, do we even have categories "3LIB" or "7D" in fbsd?
 
 thanks
 anton
 
 -- 
 Anton Shterenlikht
 Room 2.6, Queen's Building
 Mech Eng Dept
 Bristol University
 University Walk, Bristol BS8 1TR, UK
 Tel: +44 (0)117 331 5944
 Fax: +44 (0)117 929 4423
State-Changed-From-To: open->closed 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 4 21:14:46 UTC 2010 
State-Changed-Why:  
Although your submitted patch is correct, we deal with these sorts 
of changes in another way. We wait for the next vendor import of 
DTrace, which automatically includes the fix (so no need to do it 
twice). Refer to docs/146906 for a similar approach. 
In this case, the documentation at [1] already contains the fix. 
Therefore, I close this PR. Thanks for submitting the patch anyway. 

[1] http://docs.sun.com/app/docs/doc/819-3620/chp-dtrace1m?l=en  

http://www.freebsd.org/cgi/query-pr.cgi?pr=130394 
>Unformatted:
