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.
537537.SH ENVIRONMENT
538538All tools honor the TMPDIR environment variable when generating temporary
539539files 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
541541header files.
542542.SH BUGS
543543If 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
307307element for all of the values. This is relatively cheap but a lot more precise,
308308particularly if used with \fB intervals \fR or \fB set-of-constants \fR .
309309\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
311311controlled by \fB \-\- vsd \- array \- max \- elements \fR ) and then condensing all other
312312elements down to a single abstract object. This allows reasonably fine-grained
313313control 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.
389389Writes the output as a JSON object to \fI file_name \fR .
390390.TP
391391\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 .
393393.TP
394394\fB \-\- dot \fR \fI file_name \fR
395395Writes 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.
106106\fB \-\- initial \- goto \- location \fR \fI func \fR [:\fI n \fR ]
107107Use function \fI func \fR and GOTO binary location number \fI n \fR as entry point.
108108.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
111111point.
112112.TP
113113\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.
142142Writes the output as a JSON object to \fI file_name \fR .
143143.TP
144144\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 .
146146.TP
147147\fB \-\- dot \fR \fI file_name \fR
148148Writes 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