Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
cf9ad8eb
Commit
cf9ad8eb
authored
Jan 11, 2017
by
Alexandre Duret-Lutz
Browse files
org: minor tweaks
* doc/org/ltlfilt.org: Update example. * doc/org/ioltl.org: Explain %s briefly.
parent
c9918f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/org/ioltl.org
View file @
cf9ad8eb
...
...
@@ -207,7 +207,8 @@ from tool to tool:
| [[file:ltlfilt.org][=ltlgrind=]] | output formula | input filename | input line | leading text | trailing text |
Other =%=-sequences are supported by these tools, and documented in
the output of =--help=.
the output of =--help=. For instance =%s= can be used to compute the
size of a formula.
By default everything is output to standard output, so that you can
redirect the output to a file, and pipe it to another tool. The
...
...
doc/org/ltlfilt.org
View file @
cf9ad8eb
...
...
@@ -470,6 +470,9 @@ ltlfilt --help | sed -n '/The FORMAT/,/^$/p' | sed '$d'
Boolean subformulas count as 1)
%f the formula (in the selected syntax)
%F the name of the input file
%h, %[vw]h the class of the formula is the Manna-Pnueli
hierarchy ([v] replaces abbreviations by class
names, [w] for all compatible classes)
%L the original line number in the input file
%s the length (or size) of the formula
#+end_example
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment