aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-17 01:59:14 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-17 01:59:14 +0300
commit1e7e504d1e0f019348f2d222932b1a27c0718e6d (patch)
tree3e09613c0ce0c15d1ed1ec3051872c662aee99ab /doc
parent8956cfef277d217e4cdcf8450fe5ed865f50ee36 (diff)
downloadpies-1e7e504d1e0f019348f2d222932b1a27c0718e6d.tar.gz
pies-1e7e504d1e0f019348f2d222932b1a27c0718e6d.tar.bz2
Release 1.0.release-1.0
* NEWS: Update. * bootstrap.conf: Call submodule init unconditionally. * doc/pies.texi: Minor changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/pies.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/pies.texi b/doc/pies.texi
index 0bc3bee..142f425 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -56,7 +56,7 @@ Software Foundation raise funds for GNU development.''
56@end copying 56@end copying
57 57
58@titlepage 58@titlepage
59@title Program Invocation and Execution Supervisor 59@title The @sc{PIES} Manual
60@subtitle version @value{VERSION}, @value{UPDATED} 60@subtitle version @value{VERSION}, @value{UPDATED}
61@author Sergey Poznyakoff. 61@author Sergey Poznyakoff.
62@page 62@page
@@ -1727,6 +1727,7 @@ listed there is alive and responding. If another instance is running,
1727using @option{--status} command line option: 1727using @option{--status} command line option:
1728 1728
1729@smallexample 1729@smallexample
1730@group
1730$ pies --status 1731$ pies --status
1731redirector smtps/stderr 4697 1732redirector smtps/stderr 4697
1732redirector pmult/stderr 4677 1733redirector pmult/stderr 4677
@@ -1736,6 +1737,7 @@ component smar 4680 smar -f /etc/meta1/meta1.conf -d 100
1736component qmgr 4691 qmgr -f /etc/meta1/meta1.conf 1737component qmgr 4691 qmgr -f /etc/meta1/meta1.conf
1737component smtpc 4696 smtpc -f /etc/meta1/meta1.conf 1738component smtpc 4696 smtpc -f /etc/meta1/meta1.conf
1738component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf 1739component smtps 4698 smtps -d100 -f /etc/meta1/meta1.conf
1740@end group
1739@end smallexample 1741@end smallexample
1740 1742
1741 In its output, lines beginning with @samp{component} refer to 1743 In its output, lines beginning with @samp{component} refer to
@@ -1788,6 +1790,7 @@ An @samp{X} sign is placed on each crossing which corresponds to the
1788actual dependency. For example: 1790actual dependency. For example:
1789 1791
1790@smallexample 1792@smallexample
1793@group
1791$ pies --dump-depmap 1794$ pies --dump-depmap
1792Dependency map: 1795Dependency map:
1793 0 1 2 3 4 1796 0 1 2 3 4
@@ -1803,6 +1806,7 @@ Legend:
1803 2: qmgr 1806 2: qmgr
1804 3: smtpc 1807 3: smtpc
1805 4: smtps 1808 4: smtps
1809@end group
1806@end smallexample 1810@end smallexample
1807 1811
1808This example corresponds to the configuration file shown in @ref{Hairy 1812This example corresponds to the configuration file shown in @ref{Hairy
@@ -1816,10 +1820,12 @@ means that @samp{smtps} depends on @samp{smar} and @samp{qmgr}.
1816 You can also list prerequisites explicitly: 1820 You can also list prerequisites explicitly:
1817 1821
1818@smallexample 1822@smallexample
1823@group
1819$ pies --dump-prereq 1824$ pies --dump-prereq
1820qmgr: smar 1825qmgr: smar
1821smtpc: qmgr 1826smtpc: qmgr
1822smtps: smar qmgr 1827smtps: smar qmgr
1828@end group
1823@end smallexample 1829@end smallexample
1824 1830
1825@node Invocation 1831@node Invocation

Return to:

Send suggestions and report system problems to the System administrator.