Skip to content

Commit 8f4a19a

Browse files
authored
Merge pull request #7170 from tautschnig/cleanup/man-pages-goto
Man pages: consistent spelling of GOTO binary
2 parents 6360b25 + 781129a commit 8f4a19a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/man/goto-cc.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ goto\-cc \- C/C++ to goto compiler
1818

1919
.SH DESCRIPTION
2020
.B goto\-cc
21-
reads source code, and generates a goto-binary. Its
21+
reads source code, and generates a GOTO binary. Its
2222
command-line interface is designed to mimic that of
2323
.BR gcc (1).
2424
Note in particular that \fBgoto-cc\fR distinguishes between compiling
25-
and linking phases, just as \fBgcc\fR(1) does. \fBcbmc\fR(1) expects a goto-binary
25+
and linking phases, just as \fBgcc\fR(1) does. \fBcbmc\fR(1) expects a GOTO binary
2626
for which linking has been completed.
2727
.PP
2828
The basename of the file that is used to invoke \fBgoto-cc\fR controls which
2929
behavior will be emulated. This is typically accomplished by using symbolic
3030
links.
3131
.IP
3232
\fBgoto-cc\fR: invokes the default system compiler as preprocessor and just
33-
builds a goto-binary.
33+
builds a GOTO binary.
3434
.IP
3535
\fBgoto-gcc\fR: invokes \fBgcc\fR(1) as preprocessor and builds an \fBelf\fR(5)
36-
object file including an additional \fIgoto-cc\fR section that holds the goto
36+
object file including an additional \fIgoto-cc\fR section that holds the GOTO
3737
binary.
3838
.IP
3939
\fBgoto-ld\fR: only performs linking, and also builds an \fBelf\fR(5) object as

doc/man/goto-harness.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ show version
1111
.TP
1212
.B goto\-harness \fIin\fB \fIout\fB \-\-harness\-function\-name\ \fIname\fB \-\-harness\-type \fIharness\-type\fR [\fBharness-options\fR]
1313
build harness for \fIin\fR and write harness to \fIout\fR; the harness is
14-
printed as C code, if \fIout\fR has a .c suffix, else a goto binary including
14+
printed as C code, if \fIout\fR has a .c suffix, else a GOTO binary including
1515
the harness is generated
1616
.SH DESCRIPTION
1717
\fBgoto\-harness\fR constructs functions that set up an appropriate environment
@@ -104,7 +104,7 @@ Treat the function parameter with the name \fIp\fR as a string of characters.
104104
Initialize memory from JSON memory snapshot stored in \fIfile\fR.
105105
.TP
106106
\fB\-\-initial\-goto\-location\fR \fIfunc\fR[:\fIn\fR]
107-
Use function \fIfunc\fR and goto binary location number \fIn\fR as entry point.
107+
Use function \fIfunc\fR and GOTO binary location number \fIn\fR as entry point.
108108
.TP
109109
\fB\-\-initial\-source\-location\fR \fIfile\R:\fIn\fR
110110
Use given file name \fIfile\fR and line number \fIn\R in that file as entry

doc/man/symtab2gb.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.TH SYMTAB2GB "1" "June 2022" "symtab2gb-5.59.0" "User Commands"
22
.SH NAME
3-
symtab2gb \- Compile JSON symbol tables to a goto binary
3+
symtab2gb \- Compile JSON symbol tables to a GOTO binary
44
.SH SYNOPSIS
55
.TP
66
.B symtab2gb [\-?] [\-h] [\-\-help]
77
show help
88
.TP
99
.B symtab2gb \fIjson\-symtab\-file\fR+ [\fB\-\-out \fIoutfile\fR]
1010
compile symbol tables in JSON format
11-
to a single goto binary
11+
to a single GOTO binary
1212
.SH DESCRIPTION
13-
This utility is to compile a \fBcbmc\fR(1) symbols table (in JSON format) into a goto binary.
13+
This utility is to compile a \fBcbmc\fR(1) symbols table (in JSON format) into a GOTO binary.
1414
This is to support integration of external language frontends, such as Ada
1515
(using GNAT2GOTO: https://github.com/diffblue/gnat2goto) or Rust (using Kani:
1616
https://github.com/model-checking/kani).

0 commit comments

Comments
 (0)