X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/86d9e9635a23c7ecfe2de7f440a6acce320067bc..6dbf3380f8403dfdd20f6d14102cd32aaa785e8f:/doc/apt-config.8.xml diff --git a/doc/apt-config.8.xml b/doc/apt-config.8.xml index d4d36891..b84d25f7 100644 --- a/doc/apt-config.8.xml +++ b/doc/apt-config.8.xml @@ -1,10 +1,15 @@ - %aptent; + +%aptverbatiment; + + +%aptvendor; ]> @@ -15,7 +20,7 @@ &apt-email; &apt-product; - 29 February 2004 + 2012-06-09T00:00:00Z @@ -30,38 +35,26 @@ 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 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. + given, one of the commands below must be present. - shell + - 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: @@ -81,7 +74,7 @@ eval $RES - dump + Just show the contents of the configuration space. @@ -94,7 +87,22 @@ 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 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 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 %%. + + &apt-commonoptions;