summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/opensolaris/cmd/dtrace
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2014-09-26 07:01:27 +0000
committermarkj <markj@FreeBSD.org>2014-09-26 07:01:27 +0000
commit02e9fe98be7b0c37b9c5448a8e9bece162ffb616 (patch)
tree4a978d366e3987d5c66e508382919a1f7776c4cc /cddl/contrib/opensolaris/cmd/dtrace
parent478dd486cc0b118d74aa8e9a8d7d2747520c38d4 (diff)
downloadFreeBSD-src-02e9fe98be7b0c37b9c5448a8e9bece162ffb616.zip
FreeBSD-src-02e9fe98be7b0c37b9c5448a8e9bece162ffb616.tar.gz
Fix the description of the -h option.
Reported by: swills MFC after: 3 days
Diffstat (limited to 'cddl/contrib/opensolaris/cmd/dtrace')
-rw-r--r--cddl/contrib/opensolaris/cmd/dtrace/dtrace.127
1 files changed, 13 insertions, 14 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1 b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
index cc3a311..2d210a2 100644
--- a/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
+++ b/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
@@ -277,6 +277,19 @@ Generate a header file containing macros that correspond to probes in the
specified provider definitions.
This option should be used to generate a header file that is included by other
source files for later use with the
+.Fl G
+option.
+If the
+.Fl o
+option is present, the header file is saved using the pathname specified as the
+argument for that option.
+If the
+.Fl o
+option is not present and the DTrace program is contained within a file whose
+name is
+.Ar filename.d ,
+then the header file is saved using the name
+.Ar filename.h .
.It Fl H
Print the pathnames of included files when invoking
.Xr cpp 1
@@ -289,20 +302,6 @@ option to each
.Xr cpp 1
invocation, causing it to display the list of pathnames, one for each line, to
standard error.
-.Fl G
-option.
-If the
-.Fl o
-option
-is present, the header file is saved using the pathname specified as the
-argument for that option.
-If the
-.Fl o
-option is not present and the DTrace program is contained with a file whose
-name is
-.Ar filename.d ,
-then the header file is saved using the name
-.Ar filename.h .
.It Fl i Ar probe-id Op Oo Ar predicate Oc Ar action
Specify probe identifier
.Ar ( probe-id )
OpenPOWER on IntegriCloud