File: doc-cli

package info (click to toggle)
gap-nq 2.5.11-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,060 kB
  • sloc: ansic: 4,435; xml: 1,598; sh: 1,259; makefile: 254; javascript: 155
file content (45 lines) | stat: -rw-r--r-- 1,617 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- a/doc/cli.xml
+++ b/doc/cli.xml
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <Appendix>
-<Heading>The nq command line interface</Heading> 
+<Heading>The anu-nq command line interface</Heading>
 
 <Section>
 <Heading>How to use the ANU NQ</Heading>
 If you start the ANU NQ by typing
 <Listing Type="interactive">
-     nq -X
+     anu-nq -X
 </Listing>
 
 you will get the following message:
 <Listing Type="interactive">
     unknown option: -X
-    usage: nq [-a] [-M] [-d] [-g] [-v] [-s] [-f] [-c] [-m]
-              [-t &lt;n&gt;] [-l &lt;n&gt;] [-r &lt;n&gt;] [-n &lt;n&gt;] [-e &lt;n&gt;]
-              [-y] [-o] [-p] [-E] [&lt;presentation&gt;] [&lt;class&gt;]
+    usage: anu-nq [-a] [-M] [-d] [-g] [-v] [-s] [-f] [-c] [-m]
+                  [-t &lt;n&gt;] [-l &lt;n&gt;] [-r &lt;n&gt;] [-n &lt;n&gt;] [-e &lt;n&gt;]
+                  [-y] [-o] [-p] [-E] [&lt;presentation&gt;] [&lt;class&gt;]
 </Listing>
 
 All parameters in square brackets are optional. The parameter
 &lt;presentation&gt; has to be the name of a file that contains a finite
 group presentation for which a nilpotent quotient is to be calculated.
-This file name must not start with a digit. If it is not present, nq
+This file name must not start with a digit. If it is not present, anu-nq
 will read the presentation from standard input. The parameter &lt;class&gt;
 restricts the computation of the nilpotent quotient to at most that
 (nilpotency) class, i.e. the program calculates the quotient group of
@@ -226,7 +226,7 @@
 
 <Verb>
 <![CDATA[
-        nq free2.fp 3
+        anu-nq free2.fp 3
 ]]>
 </Verb>