File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ monotonically. \fBwall\fR: ISO\-8601 wall clock timestamps.
537
537
.SH ENVIRONMENT
538
538
All tools honor the TMPDIR environment variable when generating temporary
539
539
files and directories. Furthermore note that
540
- the preprocessor used by \fB cbmc \R will use environment variables to locate
540
+ the preprocessor used by \fB cbmc \fR will use environment variables to locate
541
541
header files.
542
542
.SH BUGS
543
543
If you encounter a problem please create an issue at
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ on a read. More precise than this is \fBsmash\fR which stores one abstract
307
307
element for all of the values. This is relatively cheap but a lot more precise,
308
308
particularly if used with \fB intervals \fR or \fB set-of-constants \fR .
309
309
\fB up-to-n-elements \fR generalizes \fB smash \fR by storing abstract objects for
310
- the first \fI n \fR elements of each array (\fI n \R defaults to \fB 10 \fR and can be
310
+ the first \fI n \fR elements of each array (\fI n \fR defaults to \fB 10 \fR and can be
311
311
controlled by \fB \-\- vsd \- array \- max \- elements \fR ) and then condensing all other
312
312
elements down to a single abstract object. This allows reasonably fine-grained
313
313
control over the amount of memory used and can give much more precise results
@@ -389,7 +389,7 @@ Output results in plain text to given file.
389
389
Writes the output as a JSON object to \fI file_name \fR .
390
390
.TP
391
391
\fB \-\- xml \fR \fI file_name \fR
392
- Output results in XML format to \fI file_name \R .
392
+ Output results in XML format to \fI file_name \fR .
393
393
.TP
394
394
\fB \-\- dot \fR \fI file_name \fR
395
395
Writes the output in \fB dot \fR (1) format to \fI file_name \fR . This is
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ Initialize memory from JSON memory snapshot stored in \fIfile\fR.
106
106
\fB \-\- initial \- goto \- location \fR \fI func \fR [:\fI n \fR ]
107
107
Use function \fI func \fR and GOTO binary location number \fI n \fR as entry point.
108
108
.TP
109
- \fB \-\- initial \- source \- location \fR \fI file \R :\fI n \fR
110
- Use given file name \fI file \fR and line number \fI n \R in that file as entry
109
+ \fB \-\- initial \- source \- location \fR \fI file \fR :\fI n \fR
110
+ Use given file name \fI file \fR and line number \fI n \fR in that file as entry
111
111
point.
112
112
.TP
113
113
\fB \-\- havoc \- variables \fR \fI vars \fR
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Output results in plain text to given file.
142
142
Writes the output as a JSON object to \fI file_name \fR .
143
143
.TP
144
144
\fB \-\- xml \fR \fI file_name \fR
145
- Output results in XML format to \fI file_name \R .
145
+ Output results in XML format to \fI file_name \fR .
146
146
.TP
147
147
\fB \-\- dot \fR \fI file_name \fR
148
148
Writes the output in \fB dot \fR (1) format to \fI file_name \fR . This is
You can’t perform that action at this time.
0 commit comments