From f5d3615aa9dda173a318259f98069e9bc6abca19 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Tue, 13 Sep 2022 10:47:18 +0200 Subject: [PATCH] [userman] fix typo --- doc/userman/user-sources.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userman/user-sources.tex b/doc/userman/user-sources.tex index e4023dab04f..42e1bb39238 100644 --- a/doc/userman/user-sources.tex +++ b/doc/userman/user-sources.tex @@ -346,7 +346,7 @@ option \verb|-load| (Section~\ref{sec:saveload}) and the AST computed from the current sources. This difference is stored by the \FramaC kernel and can be used by plug-ins which support it. Note however that since \verb|-load| implies that files given on the command line are ignored, \verb|-load| and \verb|-ast-diff| with -the list of C file to consider must be properly sequenced through the use of +the list of C files to consider must be properly sequenced through the use of \verb|-then| or one of its variants (Section~\ref{sec:then}), as in: \begin{lstlisting}[language=shell] frama-c -load previous.sav -then -ast-diff file1.c file2.c [...] -- GitLab