diff options
author | Michael Biebl <mbiebl@gmail.com> | 2009-07-01 16:52:54 +0200 |
---|---|---|
committer | Michael Biebl <mbiebl@gmail.com> | 2009-07-01 16:52:54 +0200 |
commit | d517615e97a4180854418369b54a65adfed6ddca (patch) | |
tree | ae895b4898f567454456f9b84444eb4fa7958178 /man/pm-action.xml | |
parent | 7c6748634774dc97049d9c6a38633b9983a10435 (diff) |
Fix syntax for shell configuration variables.
See Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528726
Diffstat (limited to 'man/pm-action.xml')
-rw-r--r-- | man/pm-action.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pm-action.xml b/man/pm-action.xml index 0bacca5..8c1732e 100644 --- a/man/pm-action.xml +++ b/man/pm-action.xml @@ -325,7 +325,7 @@ of pm-utils. If a global configuration variable is set, the value set to will be appended to the previous value. If any other variable is set, it will be ignored. - The syntax is simply: VAR_NAME = value. + The syntax is simply: VAR_NAME=value. See the CONFIGURATION VARIABLES section for valid variables defined by pm-utils. External packages can define others, see |