From 6e8b4572fb7d3e575821fe8799ded1c865cd866f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 5 Apr 2012 11:54:36 +0200 Subject: * doc/*: - move the command synopsis out of each manpage into apt-verbatim.ent as they are a hell to translate and just single out the parameters which can be translated to apt.ent --- doc/apt-config.8.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index 862a034a1..b6fcf4bf2 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -33,20 +33,8 @@ APT Configuration Query program - - - - apt-config - - - - - shell - dump - - - - + &synopsis-command-apt-config; + Description apt-config is an internal program used by various portions of the APT suite to provide consistent configurability. It accesses -- cgit v1.2.3 From a88136062dbe189417aa0b4751449637816c8445 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 22 Apr 2012 12:29:24 +0200 Subject: * cmdline/apt-config.cc: - make it possible to limit dump to a subtree - implement --empty and --format option for dump --- doc/apt-config.8.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index b6fcf4bf2..94aeec059 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -85,7 +85,21 @@ eval $RES &apt-cmdblurb; - + + + Include options which have an empty value. This is the default, so + use --no-empty to remove them from the output. + + + + + Defines the output of each config option. %t will be replaced with the tagname, + %f with the complete tagname and %v with the value of the option. + Use uppercase letters and the respective values will be quoted. Additionally + %n will be replaced by a newline, %N by a tab. A % can be + printed by using %%. + + &apt-commonoptions; -- cgit v1.2.3 From c086ac18511ce648a0ed88ab470965470bd422c5 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 20 May 2012 18:24:23 +0200 Subject: * doc/*.xml: - add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409) --- doc/apt-config.8.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/apt-config.8.xml') 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 - Defines the output of each config option. %t will be replaced with the tagname, - %f with the complete tagname and %v with the value of the option. - Use uppercase letters and the respective values will be quoted. Additionally + Defines the output of each config option. %t will be replaced with the name of the option, + %f with the complete optionname and %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 %n will be replaced by a newline, %N by a tab. A % can be printed by using %%. -- cgit v1.2.3 From 2b9b27c395d75a0c06e7eca65746e5567e459dac Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 21 May 2012 04:40:48 +0200 Subject: in mark all options with - shell + shell is used to access the configuration information from a shell script. It is given pairs of arguments, the first being a shell @@ -72,7 +72,7 @@ eval $RES - dump + Just show the contents of the configuration space. -- cgit v1.2.3 From 45fb8bf7f0b3f1e5b69b37a2f9a07a6864448f03 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 21 May 2012 06:13:03 +0200 Subject: auto-generate the correct translation --- doc/apt-config.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index 94c247dd1..a8fb897ef 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -18,7 +18,7 @@ &apt-email; &apt-product; - 29 February 2004 + 2012-05-11T00:00:00Z -- cgit v1.2.3 From aec2216091b3d70b3baa5a5b8c87ce208e35c19c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 May 2012 18:00:32 +0200 Subject: * doc/*.xml: - mark even more stuff as untranslateable and improve the markup here and there (no real text change) --- doc/apt-config.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index a8fb897ef..134c8b086 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -42,7 +42,7 @@ manner that is easy to use by scripted applications. Unless the , or option is - given one of the commands below must be present. + given, one of the commands below must be present. -- cgit v1.2.3 From 81cf16a26fa162ac672b084a88148b822e645665 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 May 2012 18:20:55 +0200 Subject: use docbook DTD 4.5 instead of 4.2 to have valid docs --- doc/apt-config.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index 134c8b086..a7164b4e7 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -1,6 +1,6 @@ - %aptent; -- cgit v1.2.3 From 4b2dad2e7e7a178d14500fa991ea1f9ef52d5eee Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Fri, 25 May 2012 13:17:27 +0200 Subject: * doc/apt-config.8.xml: - review and fix spelling issues --- doc/apt-config.8.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index a7164b4e7..dc585cfb2 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -39,7 +39,7 @@ apt-config is an internal program used by various portions of the APT suite to provide consistent configurability. It accesses the main configuration file /etc/apt/apt.conf in a - manner that is easy to use by scripted applications. + manner that is easy to use for scripted applications. Unless the , or option is given, one of the commands below must be present. @@ -48,11 +48,11 @@ - shell is used to access the configuration information from a shell - script. It is given pairs of arguments, the first being a shell - variable and the second the configuration value to query. As output - it lists a series of shell assignments commands for each present value. - In a shell script it should be used like: + shell is used to access the configuration information from a shell + script. It is given pairs of arguments, the first being a shell + variable and the second the configuration value to query. As output + it lists shell assignment commands for each value present. + In a shell script it should be used as follows: @@ -93,11 +93,11 @@ eval $RES - Defines the output of each config option. %t will be replaced with the name of the option, - %f with the complete optionname and %v with the value of the option. + Defines the output of each config option. %t will be replaced with its individual name, + %f with its full hierarchical name and %v with its value. 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 - %n will be replaced by a newline, %N by a tab. A % can be + it can e.g. be safely used in a quoted-string as defined by RFC822. Additionally + %n will be replaced by a newline, and %N by a tab. A % can be printed by using %%. -- cgit v1.2.3 From dabb215cb8c4b074d286737da523d8ef14381468 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 9 Jun 2012 22:05:55 +0200 Subject: updating tags and the po files for the manpages --- doc/apt-config.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/apt-config.8.xml') diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index dc585cfb2..39205e737 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -18,7 +18,7 @@ &apt-email; &apt-product; - 2012-05-11T00:00:00Z + 2012-06-09T00:00:00Z -- cgit v1.2.3