Fix a typo: s/intepretation/interpretation

This commit is contained in:
abhinav 2017-05-12 21:01:36 +00:00
parent 8a253e32f4
commit 9f1571e578
1 changed files with 1 additions and 1 deletions

View File

@ -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: