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
@@ -2,7 +2,7 @@
@smallbook
@c %**start of header
@setfilename pies.info
-@settitle Pies
+@settitle Pies Manual
@c %**end of header
@setchapternewpage odd
@@ -64,14 +64,17 @@ Software Foundation raise funds for GNU development.''
@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}.
@@ -351,7 +354,7 @@ 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)
@@ -676,6 +679,8 @@ 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)
@@ -690,6 +695,7 @@ utility:
@item U @tab max number of processes
@item P @tab process priority -20..20 (negative = high priority)
@end multitable
+@end float
For example:
@@ -800,6 +806,8 @@ return-code @var{codes} @{
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
@@ -819,6 +827,7 @@ names from the table below:
@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:

Return to:

Send suggestions and report system problems to the System administrator.