source: git/Singular/Singular.man @ 584b82

spielwiese
Last change on this file since 584b82 was 33e2cea, checked in by Hans Schoenemann <hannes@…>, 2 years ago
re-generate Singular.man
  • Property mode set to 100644
File size: 2.9 KB
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
2.TH SINGULAR "1" "2022" "Singular" "User Commands"
3.SH NAME
4Singular \- manual page for Singular for version 4.x.x
5.SH DESCRIPTION
6.SS "Singular -- a Computer Algebra System (CAS) for polynomial computations."
7.SS "ESingular: starts-up Singular within emacs."
8.SS "TSingular: starts-up Singular within a new terminal"
9.SH SYNOPSIS
10.B \&Singular [options] [file1 [file2 ...]]
11
12.B \&ESingular [options] [file1 [file2 ...]]
13
14.B \&TSingular [options] [file1 [file2 ...]]
15
16.SH OPTIONS
17.TP
18\fB\-b\fR \fB\-\-batch\fR
19Run in batch mode (requires \fB\-\-link\fR/\-\-MPhost/\-\-MPport)
20.TP
21\fB\-c\fR \fB\-\-execute\fR=\fI\,STRING\/\fR
22Execute STRING on start\-up
23.TP
24\fB\-d\fR \fB\-\-sdb\fR
25Enable source code debugger (experimental)
26.TP
27\fB\-e\fR \fB\-\-echo\fR[=\fI\,VAL\/\fR]
28Set value of variable `echo' to (integer) VAL
29.TP
30\fB\-h\fR \fB\-\-help\fR
31Print help message and exit
32.TP
33\fB\-p\fR \fB\-\-profile\fR
34Collect profiling data in smon.out
35.TP
36\fB\-q\fR \fB\-\-quiet\fR
37Do not print start\-up banner and lib load messages
38.TP
39\fB\-r\fR \fB\-\-random\fR=\fI\,SEED\/\fR
40Seed random generator with (integer) SEED
41.TP
42\fB\-t\fR \fB\-\-no\-tty\fR
43Do not redefine the terminal characteristics
44.TP
45\fB\-u\fR \fB\-\-user\-option\fR=\fI\,STRING\/\fR
46Return STRING on `system("\-\-user\-option")'
47.TP
48\fB\-v\fR \fB\-\-version\fR
49Print extended version and configuration info
50.TP
51\fB\-\-allow\-net\fR
52Allow one to fetch (html) help pages from the net
53.TP
54\fB\-\-browser\fR=\fI\,BROWSER\/\fR
55Display help in BROWSER (see help.cnf)
56.TP
57\fB\-\-cntrlc\fR[=\fI\,CHAR\/\fR]
58Automatic answer for CTRL\-C prompt
59.TP
60\fB\-\-emacs\fR
61Set defaults for running within emacs
62.TP
63\fB\-\-log\fR=\fI\,LOGFILE\/\fR
64Log all input to LOGFILE.*
65.TP
66\fB\-\-no\-stdlib\fR
67Do not load `standard.lib' on start\-up
68.TP
69\fB\-\-no\-rc\fR
70Do not execute `.singularrc' file(s) on start\-up
71.TP
72\fB\-\-no\-warn\fR
73Do not display warning messages
74.TP
75\fB\-\-no\-out\fR
76Suppress all output
77.TP
78\fB\-\-no\-shell\fR
79Restricted mode: prohibit shell escape commands and links
80.TP
81\fB\-\-min\-time\fR=\fI\,SECS\/\fR
82Do not display times smaller than SECS (in seconds)
83.TP
84\fB\-\-cpus=\fR#CPUs
85maximal number of CPUs to use
86.TP
87\fB\-\-threads=\fR#threads
88maximal number of CPUs to use for threads
89.HP
90\fB\-\-flint\-threads=\fR#flintthreads maximal number of threads to use in flint library
91.TP
92\fB\-\-MPport\fR=\fI\,PORT\/\fR
93Use PORT number for connections
94.TP
95\fB\-\-MPhost\fR=\fI\,HOST\/\fR
96Use HOST for connections
97.TP
98\fB\-\-link\fR=\fI\,LINK\/\fR
99Use LINK for connections
100.TP
101\fB\-\-ticks\-per\-sec\fR=\fI\,TICKS\/\fR
102Sets unit of timer to TICKS per second
103.TP
104\fB\-\-dump\-versiontuple\fR
105Display the version\-tuple and exit
106.PP
107For more information, type `help;' from within Singular or visit
108https://www.singular.uni\-kl.de or consult the
109Singular manual (available as on\-line info or html manual).
110.SH "SEE ALSO"
111The full documentation for
112.B Singular
113is maintained as a Texinfo manual.
Note: See TracBrowser for help on using the repository browser.