diff options
Diffstat (limited to 'usr/src/cmd/dtrace/demo/spec/specopen.d')
-rw-r--r-- | usr/src/cmd/dtrace/demo/spec/specopen.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/dtrace/demo/spec/specopen.d b/usr/src/cmd/dtrace/demo/spec/specopen.d index f1975ff869..370153a05d 100644 --- a/usr/src/cmd/dtrace/demo/spec/specopen.d +++ b/usr/src/cmd/dtrace/demo/spec/specopen.d @@ -31,7 +31,7 @@ syscall::open64:entry { /* * The call to speculation() creates a new speculation. If this fails, - * dtrace(1M) will generate an error message indicating the reason for + * dtrace(8) will generate an error message indicating the reason for * the failed speculation(), but subsequent speculative tracing will be * silently discarded. */ |