Date: Sun, 11 Jan 2009 22:17:25 GMT From: Marius Korsmo <marius@korsmo.org> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/130394: [patch] Minor typo in dtrace(1M) man page Message-ID: <200901112217.n0BMHPMU050404@www.freebsd.org> Resent-Message-ID: <200901112220.n0BMK5ob064757@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130394
>Category: docs
>Synopsis: [patch] Minor typo in dtrace(1M) man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 11 22:20:04 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901112217.n0BMHPMU050404>
