Skip to content

Commit bdb9d50

Browse files
committed
Fixes for manual pages
1 parent 024bf3d commit bdb9d50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

man/man1/cadabra2cadabra.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.SH NAME
2121
cadabra2cadabra \- convert Cadabra2 notebooks to text input files
2222
.SH SYNOPSIS
23-
.BR "cadabra2-gtk [notebook file (.cnb)]"
23+
.BR "cadabra2cadabra [cadabra notebook file (.cnb)] [cadabra text file (.cdb)]"
2424
.SH DESCRIPTION
2525
.B The Cadabra2-Gtk notebook front\-end for Cadabra2 produces
2626
notebooks in a JSON format. This command converts these to standard

man/man1/cadabra2html.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.SH NAME
2121
cadabra2html \- convert Cadabra2 notebooks to standalone HTML files
2222
.SH SYNOPSIS
23-
.BR "cadabra2-gtk [notebook file (.cnb)]"
23+
.BR "cadabra2html [cadabra notebook file (.cnb)] [html filename]"
2424
.SH DESCRIPTION
2525
.B This command converts Cadabra2 notebooks to a standalone HTML
2626
file, including all maths and graphics. It does the same thing as

man/man1/cadabra2python.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.SH NAME
2121
cadabra2python \- convert Cadabra2 text input files to pure Python
2222
.SH SYNOPSIS
23-
.BR "cadabra2-gtk [notebook file (.cnb)]"
23+
.BR "cadabra2python [cadabra input file (.cdb)] [python filename]"
2424
.SH DESCRIPTION
2525
.B The input format for cadabra2 is a special mixture of Cadabra2
2626
notation and Python code. The cadabra2python command converts these

0 commit comments

Comments
 (0)