svn commit: r272157 - head/cddl/contrib/opensolaris/cmd/dtrace

Mark Johnston markj at FreeBSD.org
Fri Sep 26 07:01:28 UTC 2014


Author: markj
Date: Fri Sep 26 07:01:27 2014
New Revision: 272157
URL: http://svnweb.freebsd.org/changeset/base/272157

Log:
  Fix the description of the -h option.
  
  Reported by:	swills
  MFC after:	3 days

Modified:
  head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1

Modified: head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1	Fri Sep 26 06:41:33 2014	(r272156)
+++ head/cddl/contrib/opensolaris/cmd/dtrace/dtrace.1	Fri Sep 26 07:01:27 2014	(r272157)
@@ -277,6 +277,19 @@ Generate a header file containing macros
 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 )


More information about the svn-src-all mailing list