summaryrefslogtreecommitdiff
path: root/doc/apt-config.8.xml
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-20 18:24:23 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-20 18:24:23 +0200
commitc086ac18511ce648a0ed88ab470965470bd422c5 (patch)
tree3c3cbd68f44373650be956fd8c196d743410de64 /doc/apt-config.8.xml
parent177645edb5775337ccf6d3971835a122b12318d4 (diff)
* doc/*.xml:
- add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409)
Diffstat (limited to 'doc/apt-config.8.xml')
-rw-r--r--doc/apt-config.8.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml
index 94aeec059..0295cb193 100644
--- a/doc/apt-config.8.xml
+++ b/doc/apt-config.8.xml
@@ -93,9 +93,10 @@ eval $RES
<varlistentry>
<term><option>--format '<replaceable>&percnt;f &#x0022;&percnt;v&#x0022;;&percnt;n</replaceable>'</option></term>
- <listitem><para>Defines the output of each config option. &percnt;t will be replaced with the tagname,
- &percnt;f with the complete tagname and &percnt;v with the value of the option.
- Use uppercase letters and the respective values will be quoted. Additionally
+ <listitem><para>Defines the output of each config option. &percnt;t will be replaced with the name of the option,
+ &percnt;f with the complete optionname and &percnt;v with the value of the option.
+ Use uppercase letters and special characters in the value will be encoded to ensure that
+ it can e.g. be savely used in a quoted-string as defined by RFC822. Additionally
&percnt;n will be replaced by a newline, &percnt;N by a tab. A &percnt; can be
printed by using &percnt;&percnt;.</para></listitem>
</varlistentry>