From owner-freebsd-doc@FreeBSD.ORG Sun Jan 11 22:20:05 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EF44106566C for ; Sun, 11 Jan 2009 22:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9EA8FC14 for ; Sun, 11 Jan 2009 22:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0BMK5iV064758 for ; Sun, 11 Jan 2009 22:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0BMK5ob064757; Sun, 11 Jan 2009 22:20:05 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 22:20:05 GMT Resent-Message-Id: <200901112220.n0BMK5ob064757@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marius Korsmo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50F36106566C for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/130394: [patch] Minor typo in dtrace(1M) man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 22:20:05 -0000 >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: