Skip to content

Commit 6e7d8d3

Browse files
committed
Fix groff syntax errors in man pages
Fixes formatting syntax errors reported by Debian's Lintian.
1 parent 6a689f3 commit 6e7d8d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/man/cbmc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ monotonically. \fBwall\fR: ISO\-8601 wall clock timestamps.
537537
.SH ENVIRONMENT
538538
All tools honor the TMPDIR environment variable when generating temporary
539539
files and directories. Furthermore note that
540-
the preprocessor used by \fBcbmc\R will use environment variables to locate
540+
the preprocessor used by \fBcbmc\fR will use environment variables to locate
541541
header files.
542542
.SH BUGS
543543
If you encounter a problem please create an issue at

doc/man/goto-analyzer.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ on a read. More precise than this is \fBsmash\fR which stores one abstract
307307
element for all of the values. This is relatively cheap but a lot more precise,
308308
particularly if used with \fBintervals\fR or \fBset-of-constants\fR.
309309
\fBup-to-n-elements\fR generalizes \fBsmash\fR by storing abstract objects for
310-
the first \fIn\fR elements of each array (\fIn\R defaults to \fB10\fR and can be
310+
the first \fIn\fR elements of each array (\fIn\fR defaults to \fB10\fR and can be
311311
controlled by \fB\-\-vsd\-array\-max\-elements\fR) and then condensing all other
312312
elements down to a single abstract object. This allows reasonably fine-grained
313313
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.
389389
Writes the output as a JSON object to \fIfile_name\fR.
390390
.TP
391391
\fB\-\-xml\fR \fIfile_name\fR
392-
Output results in XML format to \fIfile_name\R.
392+
Output results in XML format to \fIfile_name\fR.
393393
.TP
394394
\fB\-\-dot\fR \fIfile_name\fR
395395
Writes the output in \fBdot\fR(1) format to \fIfile_name\fR. This is

doc/man/goto-harness.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Initialize memory from JSON memory snapshot stored in \fIfile\fR.
106106
\fB\-\-initial\-goto\-location\fR \fIfunc\fR[:\fIn\fR]
107107
Use function \fIfunc\fR and GOTO binary location number \fIn\fR as entry point.
108108
.TP
109-
\fB\-\-initial\-source\-location\fR \fIfile\R:\fIn\fR
110-
Use given file name \fIfile\fR and line number \fIn\R in that file as entry
109+
\fB\-\-initial\-source\-location\fR \fIfile\fR:\fIn\fR
110+
Use given file name \fIfile\fR and line number \fIn\fR in that file as entry
111111
point.
112112
.TP
113113
\fB\-\-havoc\-variables\fR \fIvars\fR

doc/man/janalyzer.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Output results in plain text to given file.
142142
Writes the output as a JSON object to \fIfile_name\fR.
143143
.TP
144144
\fB\-\-xml\fR \fIfile_name\fR
145-
Output results in XML format to \fIfile_name\R.
145+
Output results in XML format to \fIfile_name\fR.
146146
.TP
147147
\fB\-\-dot\fR \fIfile_name\fR
148148
Writes the output in \fBdot\fR(1) format to \fIfile_name\fR. This is

0 commit comments

Comments
 (0)