aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-03-12 23:20:49 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-03-12 23:20:49 +0200
commited7aa572e52a3dec942c348face2487f71297086 (patch)
treeace73a8fe4f6acf6154d63b419baec67442a67f8
parentaecf895a2fc514a0e652cf225de5bc3b85b03d10 (diff)
downloadpies-ed7aa572e52a3dec942c348face2487f71297086.tar.gz
pies-ed7aa572e52a3dec942c348face2487f71297086.tar.bz2
Spell-check
-rw-r--r--doc/pies.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/pies.texi b/doc/pies.texi
index c72ac3e..15c37e1 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -771,13 +771,13 @@ on the console keyboard.
entered.
@item ondemand
The process will be executed when the specified @dfn{ondemand}
runlevel is called (@samp{a}, @samp{b} and @samp{c}). No real
runlevel change will occur (@pxref{Ondemand runlevels}).
-The process will remain running accross any eventual runlevel changes
+The process will remain running across any eventual runlevel changes
and will be restarted whenever it terminates, similarly to
@code{respawn} components.
@item powerfail
The process will be executed when the power goes down. @command{Pies}
will not wait for the process to finish.
@@ -874,13 +874,13 @@ environment. @xref{sockenv}.
When used with @samp{sockenv}, the @env{LOCALHOST} and
@env{REMOTEHOST} environment variables will contain resolved host
names, instead of IP addresses.
@kwindex siggroup
@item siggroup
-This flag affects the befavior of @command{pies} when a stopped
+This flag affects the behavior of @command{pies} when a stopped
process fails to terminate within a predefined timeout
(@pxref{shutdown-timeout}. Normally @command{pies} would send the
@samp{SIGKILL} signal to such a process. If this flag is set,
@command{pies} would send @samp{SIGKILL} to the process group of this
process instead.
@end table
@@ -1321,13 +1321,13 @@ opened connections.
@deffn {Config: component} max-instances-message @var{text}
Text to send back if @code{max-instances} is reached. This is valid
only for TCP sockets.
@end deffn
@deffn {Config: component} max-ip-connections @var{number}
-Miximum number of connections that can be opened simultaneously from a
+Maximum number of connections that can be opened simultaneously from a
single IP address.
@end deffn
@deffn {Config: component} max-ip-connections-message @var{text}
Textual message to send in reply to an incoming TCP connection from the IP
address that has already reached @code{max-ip-connections} limit.
@@ -2559,13 +2559,13 @@ The @dfn{PID file}. It keeps the PID number of the running
@item @file{@var{instance}.qotd}
The @dfn{Quotation-of-the-day file}. It is used by the @samp{qotd}
built-in service (@pxref{qotd}).
@end table
The following statements allow to redefine state file names.
-Use them only if the defaults do not suit your needs, and niether
+Use them only if the defaults do not suit your needs, and neither
the @code{state-directory} statement nor the @option{--instance}
option can help:
@deffn {Config} pidfile @var{file}
Sets the PID file name.
@end deffn
@@ -2942,13 +2942,13 @@ telinit}, for a detailed discussion.
@itemx --config-file=@var{file}
Read configuration from @var{file} instead of the default
@file{/etc/piesctl.conf}. @xref{piesctl.conf}, for its description.
@item -d
@itemx --dump
-Dump obained responses verbatim. This is useful mainly for debugging
+Dump obtained responses verbatim. This is useful mainly for debugging
purposes.
@item -i @var{inst}
@itemx --instance=@var{inst}
Talk to @command{pies} instance @var{inst}.
@@ -3179,13 +3179,13 @@ Multiuser mode.
Multiuser with X11.
@end table
@anchor{Ondemand runlevels}
Additionally, three special runlevels @samp{a}, @samp{b} and @samp{c}
can be used to start @dfn{on-demand} components without actually
-changing the runlevel. Once started, on-demain components persist
+changing the runlevel. Once started, on-demand components persist
through eventual runlevel changes.
@node Init Process Configuration
@section Init Process Configuration
@anchor{inittab}
The two configuration files are read in this order:
@@ -3263,13 +3263,13 @@ is received that indicates that a special key combination was pressed
on the console keyboard.
@item ondemand
The process will be executed when the specified @dfn{ondemand}
runlevel is called (@samp{a}, @samp{b} and @samp{c}). No real
runlevel change will occur (@pxref{Ondemand runlevels}).
-The process will remain running accross any eventual runlevel changes
+The process will remain running across any eventual runlevel changes
and will be restarted whenever it terminates, similarly to
@code{respawn} components.
@item powerfail
The process will be executed when the power goes down. @command{Pies}
will not wait for the process to finish.

Return to:

Send suggestions and report system problems to the System administrator.