Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
7c7c5b39
Commit
7c7c5b39
authored
1 year ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[man] update Frama-C manpage
parent
02583a5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/frama-c.1
+11
-13
11 additions, 13 deletions
man/frama-c.1
man/frama-c.1.md
+10
-11
10 additions, 11 deletions
man/frama-c.1.md
with
21 additions
and
24 deletions
man/frama-c.1
+
11
−
13
View file @
7c7c5b39
.\" Automatically generated by Pandoc 2.14.0.3
.\"
.TH "FRAMA-C" "1" "" "2023-0
2
-1
3
" ""
.TH "FRAMA-C" "1" "" "2023-0
5
-1
2
" ""
.hy
.\"------------------------------------------------------------------------
.\"
...
...
@@ -15,13 +15,13 @@
.\" DO NOT EDIT THIS FILE!
.\" This man file has been generated from a Markdown file (frama-c.1.md)
.\" using pandoc 2.0 or newer. To modify this file, edit the Markdown file
.\"
and run `make man/frama-c.1
`.
.\" using pandoc 2.0 or newer. To modify this file, edit the Markdown file
,
.\"
run `dune build @check-man` and then `dune promote
`.
.SH NAME
.PP
frama-c
[.byte]
- a static analyzer for C programs
frama-c - a static analyzer for C programs
.PP
frama-c-gui
[.byte]
- the graphical interface of frama-c
frama-c-gui - the graphical interface of frama-c
.SH SYNOPSIS
.PP
\f[B]frama-c\f[R] [ \f[I]options\f[R] ] \f[I]files\f[R]
...
...
@@ -45,9 +45,9 @@ will provide the full list of the plugins that are currently installed.
\f[B]frama-c\f[R].
It features the same options as the command-line version.
.PP
\f[B]
frama-c.byte\f[R] and \f[B]frama-c-gui.byte\f[R] are the OCaml
bytecode versions of the command-line and graphical user interface
respectively
.
\f[B]
ivette\f[R] is a new, Electron-based graphical user interface for
\f[B]frama-c\f[R].
It also features the same options as the command-line version
.
.PP
By default, Frama-C recognizes \f[I].c\f[R] files as C files needing
pre-processing and \f[I].i\f[R] files as C files having been already
...
...
@@ -435,13 +435,11 @@ outputs the directory where the Frama-C kernel library is installed.
alias of \f[B]-print-share-path\f[R].
.TP
-print-plugin-path
outputs the directory where Frama-C searches its plugins (can be
overridden by the \f[B]FRAMAC_PLUGIN\f[R] variable and the
\f[B]-add-path\f[R] option).
outputs the directory where Frama-C searches its plugins.
.TP
-print-share-path
outputs the directory where Frama-C stores
its data (can be overridden
by the \f[B]FRAMAC_SHARE\f[R] variab
le).
outputs the directory where Frama-C stores
shareable files
(e.g.\ standard library, machdeps, shared Makefi
le
s
).
.TP
[-no]-remove-exn
transforms throw and try/catch statements into normal C functions.
...
...
This diff is collapsed.
Click to expand it.
man/frama-c.1.md
+
10
−
11
View file @
7c7c5b39
---
title: 'FRAMA-C(1) 2023-0
2
-1
3
'
title: 'FRAMA-C(1) 2023-0
5
-1
2
'
header-includes:
-
|
```
{=man}
...
...
@@ -16,15 +16,15 @@ header-includes:
.\" DO NOT EDIT THIS FILE!
.\" This man file has been generated from a Markdown file (frama-c.1.md)
.\" using pandoc 2.0 or newer. To modify this file, edit the Markdown file
.\"
and run `make man/frama-c.1
`.
.\" using pandoc 2.0 or newer. To modify this file, edit the Markdown file
,
.\"
run `dune build @check-man` and then `dune promote
`.
```
...
# NAME
frama-c
[.byte]
- a static analyzer for C programs
frama-c - a static analyzer for C programs
frama-c-gui
[.byte]
- the graphical interface of frama-c
frama-c-gui - the graphical interface of frama-c
# SYNOPSIS
...
...
@@ -44,8 +44,8 @@ will provide the full list of the plugins that are currently installed.
**frama-c-gui**
is the graphical user interface of
**frama-c**
.
It features the same options as the command-line version.
**
frama-c.byte**
and
**frama-c-gui.byte**
are the OCaml bytecode versions
of the command-line and graphical user interface respectively
.
**
ivette**
is a new, Electron-based graphical user interface for
**frama-c**
.
It also features the same options as the command-line version
.
By default, Frama-C recognizes
*.c*
files as C files needing pre-processing
and
*.i*
files as C files having been already pre-processed.
...
...
@@ -368,12 +368,11 @@ the Frama-C standard library. Defaults to no.
: alias of
**-print-share-path**
.
-print-plugin-path
: outputs the directory where Frama-C searches its plugins (can be overridden
by the
**FRAMAC_PLUGIN**
variable and the
**-add-path**
option).
: outputs the directory where Frama-C searches its plugins.
-print-share-path
: outputs the directory where Frama-C stores
its data (can be overridden by the
**FRAMAC_SHARE**
variab
le).
: outputs the directory where Frama-C stores
shareable files
(e.g. standard library, machdeps, shared Makefi
le
s
).
[-no]-remove-exn
: transforms throw and try/catch statements into normal C functions.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment