aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-09 23:56:03 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-09 23:56:03 +0300
commitaa129be43d57fac4842f0340168404a21b3927e6 (patch)
tree78914bb6d9e903dac769340ded5d3cb7be9860b6 /doc
parentf59d51139abb56eee4eaa638583c8935ff5a7b00 (diff)
downloadeclat-aa129be43d57fac4842f0340168404a21b3927e6.tar.gz
eclat-aa129be43d57fac4842f0340168404a21b3927e6.tar.bz2
Minor fixes in doc/eclat.conf.5
Diffstat (limited to 'doc')
-rw-r--r--doc/eclat.conf.528
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/eclat.conf.5 b/doc/eclat.conf.5
index 23d3778..6650a42 100644
--- a/doc/eclat.conf.5
+++ b/doc/eclat.conf.5
@@ -160,16 +160,16 @@ string introduces an \fIescape sequence\fR, which is replaced
with a single character according to the following rules:
.nf
.ul
- Sequence Replaced with
- \\a Audible bell character (ASCII 7)
- \\b Backspace character (ASCII 8)
- \\f Form-feed character (ASCII 12)
- \\n Newline character (ASCII 10)
- \\r Carriage return character (ASCII 13)
- \\t Horizontal tabulation character (ASCII 9)
- \\v Vertical tabulation character (ASCII 11)
- \\\\ A single backslash
- \\\(dq A double-quote.
+ Sequence Replaced with
+ \\a Audible bell character (ASCII 7)
+ \\b Backspace character (ASCII 8)
+ \\f Form-feed character (ASCII 12)
+ \\n Newline character (ASCII 10)
+ \\r Carriage return character (ASCII 13)
+ \\t Horizontal tabulation character (ASCII 9)
+ \\v Vertical tabulation character (ASCII 11)
+ \\\\ A single backslash
+ \\\(dq A double-quote.
.fi
In addition, the sequence \fB\\\fInewline\fR is removed from
the string. This allows to split long strings over several
@@ -422,10 +422,10 @@ statement, as shown in the example below:
format "DescribeTags" <<EOT
if (.DescribeTagsResponse) {
for (var in .DescribeTagsResponse.tagSet.item) {
- print(var.resourceId,"\t",
- var.resourceType,"\t",
- var.key,"\t",
- var.value,"\n");
+ print(var.resourceId,"\\t",
+ var.resourceType,"\\t",
+ var.key,"\\t",
+ var.value,"\\n");
}
}
EOT;

Return to:

Send suggestions and report system problems to the System administrator.