Git commit 90e3f4b25070ad3bca5db3b098cfb8f6db94eca1 by Yuri Chornoivan. Committed on 02/01/2017 at 16:59. Pushed by yurchor into branch 'master'.
Minor fixes M +2 -2 doc/en/microbe.docbook https://commits.kde.org/ktechlab/90e3f4b25070ad3bca5db3b098cfb8f6db94eca1 diff --git a/doc/en/microbe.docbook b/doc/en/microbe.docbook index 437d94fd..9cefdad0 100644 --- a/doc/en/microbe.docbook +++ b/doc/en/microbe.docbook @@ -4,9 +4,9 @@ <sect1> <title>Introduction and General Syntax</title> <para> - <application>Microbe</application> compiles programs written in the custom language for PICs, as a companion program to <application>&ktechlab;</application>. The syntax has been designed to suit a &flowcode; program. + <application>Microbe</application> compiles programs written in the custom language for PICs, as a companion program to &ktechlab;. The syntax has been designed to suit a &flowcode; program. - The syntax for running <command>microbe</command> from the commandline is: + The syntax for running <command>microbe</command> from the command line is: <programlisting>microbe [options] [input.microbe] [output.asm]</programlisting>
