Fix a typo: s/intepretation/interpretation
This commit is contained in:
parent
8a253e32f4
commit
9f1571e578
|
@ -88,7 +88,7 @@ You can use \fBdtrace\fR to create D scripts by using it in a \fB#!\fR declarati
|
|||
.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:
|
||||
|
|
Loading…
Reference in New Issue