aboutsummaryrefslogtreecommitdiff
path: root/doc/pies.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pies.texi')
-rw-r--r--doc/pies.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pies.texi b/doc/pies.texi
index 4a7bfa7..a77e4cf 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -471,7 +471,7 @@ EOT
Body of a here-document is interpreted the same way as
double-quoted string, unless @var{word} is preceded by a backslash
-(e.g. @samp{<<\EOT}) or enclosed in double-quotes, in which case
+(e.g.@: @samp{<<\EOT}) or enclosed in double-quotes, in which case
the text is read as is, without interpretation of escape sequences.
If @var{word} is prefixed with @code{-} (a dash), then all leading
@@ -513,7 +513,7 @@ dependents (pmult, auth);
In any case where a list is appropriate, a single value is allowed
without being a member of a list: it is equivalent to a list with a
-single member. This means that, e.g. @samp{dependents auth;} is
+single member. This means that, e.g.@: @samp{dependents auth;} is
equivalent to @samp{dependents (auth);}.
@end table
@@ -652,7 +652,7 @@ comma-separated list of flags. Valid flags are:
@table @asis
@item disable
-This component is disabled, i.e. @command{pies} will parse and
+This component is disabled, i.e.@: @command{pies} will parse and
remember its settings, but will not start it.
@item precious
@@ -685,7 +685,7 @@ names, instead of IP addresses.
@end table
@end deffn
-@deffn {Config: component} acl @{ ... @}
+@deffn {Config: component} acl @{ @dots{} @}
Set access control list for this component. @xref{ACL}, for a
detailed description of access control lists.
@end deffn
@@ -1104,7 +1104,7 @@ Sets the socket type. Allowed values for @var{type} are:
@samp{stream}, @samp{dgram}, @samp{raw}, @samp{rdm},
@samp{seqpacket}. Default is @samp{stream}. Notice that
some socket types may not be implemented by all protocol
-families, e.g. @samp{seqpacket} is not implemented for
+families, e.g.@: @samp{seqpacket} is not implemented for
@samp{inet}.
@end deffn
@@ -1766,7 +1766,7 @@ must be an integer number in the range from 0 to 32. The address part,
The specifier matches if the result of logical @acronym{AND} between
the client @acronym{IP} address and @var{netmask} equals to
@var{addr}. The network mask must be specified in ``dotted quad''
-form, e.g. @samp{255.255.255.224}.
+form, e.g.@: @samp{255.255.255.224}.
@item @var{filename}
Matches if connection was received from a @acronym{UNIX} socket
@@ -1988,7 +1988,7 @@ The statements described in this section affect @command{pies}
behavior as a whole.
@anchor{syslog}
-@deffn {Config} syslog @{ ... @}
+@deffn {Config} syslog @{ @dots{} @}
This block statement configures logging via syslog. It has two
substatements:
@end deffn
@@ -2015,7 +2015,7 @@ Set global system limits for all pies components. @xref{Resources,
limits}, for a detailed description of @var{arg}.
@end deffn
-@deffn {Config} return-code @{ ... @}
+@deffn {Config} return-code @{ @dots{} @}
Configure global exit actions. @xref{Exit Actions}, for a detailed
description of this statement.
@end deffn

Return to:

Send suggestions and report system problems to the System administrator.