aboutsummaryrefslogtreecommitdiff
path: root/doc/pies.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pies.texi')
-rw-r--r--doc/pies.texi15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/pies.texi b/doc/pies.texi
index 142f425..353faa9 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -1,11 +1,11 @@
\input texinfo @c -*-texinfo-*-
@smallbook
@c %**start of header
@setfilename pies.info
-@settitle Pies
+@settitle Pies Manual
@c %**end of header
@setchapternewpage odd
@defcodeindex pr
@defcodeindex op
@c mt is the same as op, but used for mtasim options.
@@ -61,20 +61,23 @@ Software Foundation raise funds for GNU development.''
@author Sergey Poznyakoff.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
+@ifnothtml
@page
@summarycontents
+@end ifnothtml
+
@page
@contents
@ifnottex
@node Top
-@top Pies
+@top Pies Manual
This edition of the @cite{Pies Manual}, last updated @value{UPDATED},
documents @command{pies} Version @value{VERSION}.
@end ifnottex
@menu
@@ -348,13 +351,13 @@ double-quotes (@samp{"}). A backslash appearing within a quoted
string introduces an @dfn{escape sequence}, which is replaced
with a single character according to the following rules:
@float Table, backslash-interpretation
@caption{Backslash escapes}
@multitable @columnfractions 0.30 .5
-@item Sequence @tab Replaced with
+@headitem Sequence @tab Replaced with
@item \a @tab Audible bell character (@acronym{ASCII} 7)
@item \b @tab Backspace character (@acronym{ASCII} 8)
@item \f @tab Form-feed character (@acronym{ASCII} 12)
@item \n @tab Newline character (@acronym{ASCII} 10)
@item \r @tab Carriage return character (@acronym{ASCII} 13)
@item \t @tab Horizontal tabulation character (@acronym{ASCII} 9)
@@ -673,12 +676,14 @@ Impose limits on system resources, as defined by @var{string}. The
argument consists of @dfn{commands}, optionally separated by any
amount of whitespace. A command is a single command letter followed
by a number, that specifies the limit. The command letters are
case-insensitive and coincide with those used by the shell @code{ulimit}
utility:
+@float Table, Limits
+@caption{Limit Command Letters}
@multitable @columnfractions 0.3 0.6
@headitem Command @tab The limit it sets
@item A @tab max address space (KB)
@item C @tab max core file size (KB)
@item D @tab max data size (KB)
@item F @tab maximum file size (KB)
@@ -687,12 +692,13 @@ utility:
@item R @tab max resident set size (KB)
@item S @tab max stack size (KB)
@item T @tab max CPU time (MIN)
@item U @tab max number of processes
@item P @tab process priority -20..20 (negative = high priority)
@end multitable
+@end float
For example:
@smallexample
limits T10 R20 U16 P20
@end smallexample
@@ -797,12 +803,14 @@ return-code @var{codes} @{
@end deffn
The @var{codes} argument is a list of exit codes or signal names.
Exit codes can be specified either as decimal numbers or as symbolic code
names from the table below:
+@float Table, exit-codes
+@caption{Standard Exit Codes}
@multitable @columnfractions 0.5 0.3
@headitem Name @tab Numeric value
@item EX_OK @tab 0
@item EX_USAGE @tab 64
@item EX_DATAERR @tab 65
@item EX_NOINPUT @tab 66
@@ -816,12 +824,13 @@ names from the table below:
@item EX_IOERR @tab 74
@item EX_TEMPFAIL @tab 75
@item EX_PROTOCOL @tab 76
@item EX_NOPERM @tab 77
@item EX_CONFIG @tab 78
@end multitable
+@end float
Signal numbers can be given either as @samp{SIG+@var{n}}, where @var{n}
is the signal number, or as signal names from the following list:
@samp{SIGHUP}, @samp{SIGINT}, @samp{SIGQUIT}, @samp{SIGILL},
@samp{SIGTRAP}, @samp{SIGABRT}, @samp{SIGIOT}, @samp{SIGBUS},
@samp{SIGFPE}, @samp{SIGKILL}, @samp{SIGUSR1}, @samp{SIGSEGV},

Return to:

Send suggestions and report system problems to the System administrator.