aboutsummaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/neatroff.ms17
-rw-r--r--demo/neatstart.ms4
2 files changed, 19 insertions, 2 deletions
diff --git a/demo/neatroff.ms b/demo/neatroff.ms
index 68c5348..bc015c7 100644
--- a/demo/neatroff.ms
+++ b/demo/neatroff.ms
@@ -43,6 +43,23 @@ hand, the document \(lqGetting Started with Neatroff\(rq
explains how to set up and use Neatroff.
.bp
+.SH "Nomenklature"
+
+Since there are several implementations of this family of roff typesetting
+suites available the Neatroff documentation needs to distinguish this
+implementation from others to avoid confusion. \(lqroff\(rq for example is the
+main typesetting application, which may also exist under the name with other
+typesetting suits of the same kind. To avoid misinterpretation, the name
+\(lqNeatroff\(rq is used in these documents when addressing either the whole
+typesetting suite as such or the roff binary of this typeseeting suit in the
+sens of a brand name. If these documents addresses the commandline usage of
+\(lqroff\(rq or -- more general -- handling the binary itsself, it uses the
+name \(lqroff\(rq to name the binary being the result of the compilation
+process. Same goes for \(lqneatpost\{rq, \(lqneateqn\{rq, \(lqneatmkfn\{rq and
+\(lqneatrefer\(rq accordingly.
+
+
+.bp
.SH "Noteworthy Features"
The following list describes the main extensions of Neatroff compared
to the original Troff (many of these extensions are available in
diff --git a/demo/neatstart.ms b/demo/neatstart.ms
index 6219e13..6cded6f 100644
--- a/demo/neatstart.ms
+++ b/demo/neatstart.ms
@@ -94,8 +94,8 @@ Neatroff's font descriptions can be generated with the Neatmkfn
program as follows (BASE is Neatroff's installation directory):
.LP
.cc.beg
-$ neatmkfn -b -a <fontpath.afm >$BASE/devutf/fontname
-$ neatmkfn -b -o <fontpath.ttf >$BASE/devutf/fontname
+$ mkfn -b -a <fontpath.afm >$BASE/devutf/fontname
+$ mkfn -b -o <fontpath.ttf >$BASE/devutf/fontname
.cc.end
.LP