source: git/doc/singular.man @ 4e654a2

spielwiese
Last change on this file since 4e654a2 was edf666, checked in by Hans Schönemann <hannes@…>, 16 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@10696 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.3 KB
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH SINGULAR "1" "April 2008" "Singular" "User Commands"
3.SH NAME
4Singular \- manual page for Singular for version 3-x-x
5.SH DESCRIPTION
6.SS "Singular -- a CAS for polynomial computations."
7.SS "ESingular: starts-up Singular within emacs."
8.SS "TSingular: starts-up Singular within a new terminal"
9.IP
10.SH SYNTAX
11.B \&Singular [options] [file1 [file2 ...]]
12
13.B \&ESingular [options] [file1 [file2 ...]]
14
15.B \&TSingular [options] [file1 [file2 ...]]
16
17.SH OPTIONS
18.TP
19\fB\-b\fR \fB\-\-batch\fR
20Run in MP batch mode
21.TP
22\fB\-c\fR \fB\-\-execute\fR=\fISTRING\fR
23Execute STRING on start\-up
24.TP
25\fB\-d\fR \fB\-\-sdb\fR
26Enable source code debugger (experimental)
27.TP
28\fB\-e\fR \fB\-\-echo\fR[=\fIVAL\fR]
29Set value of variable `echo' to (integer) VAL
30.TP
31\fB\-h\fR \fB\-\-help\fR
32Print help message and exit
33.TP
34\fB\-q\fR \fB\-\-quiet\fR
35Do not print start\-up banner and lib load messages
36.TP
37\fB\-r\fR \fB\-\-random\fR=\fISEED\fR
38Seed random generator with integer (integer) SEED
39.TP
40\fB\-t\fR \fB\-\-no\-tty\fR
41Do not redefine the terminal characteristics
42.TP
43\fB\-u\fR \fB\-\-user\-option\fR=\fISTRING\fR
44Return STRING on `system("\-\-user\-option")'
45.TP
46\fB\-v\fR \fB\-\-version\fR
47Print extended version and configuration info
48.TP
49\fB\-\-allow\-net\fR
50Allow to fetch (html) help pages from the net
51.TP
52\fB\-\-browser\fR=\fIBROWSER\fR
53Display help in BROWSER ([x,tk]info, netscape)
54.TP
55\fB\-\-emacs\fR
56Set defaults for running within emacs
57.TP
58\fB\-\-no\-stdlib\fR
59Do not load `standard.lib' on start\-up
60.TP
61\fB\-\-no\-rc\fR
62Do not execute `.singularrc' file(s) on start\-up
63.TP
64\fB\-\-no\-warn\fR
65Do not display warning messages
66.TP
67\fB\-\-no\-out\fR
68Suppress all output
69.TP
70\fB\-\-min\-time\fR=\fISECS\fR
71Do not display times smaller than SECS (in seconds)
72.TP
73\fB\-\-MPport\fR=\fIPORT\fR
74Use PORT number for MP conections
75.TP
76\fB\-\-MPhost\fR=\fIHOST\fR
77Use HOST for MP connections
78.TP
79\fB\-\-MPrsh\fR=\fIRSH\fR
80Use RSH for MP connections
81.TP
82\fB\-\-ticks\-per\-sec\fR=\fITICKS\fR
83Sets unit of timer to TICKS per second
84.PP
85For more information, type `help;' from within Singular or visit
86http://www.singular.uni\-kl.de or consult the
87Singular manual (available as on\-line info or html manual).
88.PP
89.SH "SEE ALSO"
90The full documentation for
91.B Singular
92is maintained as a Texinfo manual.
Note: See TracBrowser for help on using the repository browser.