diff options
Diffstat (limited to '')
-rw-r--r-- | man/sv/deb-substvars.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sv/deb-substvars.pod b/man/sv/deb-substvars.pod index 257471b..5594666 100644 --- a/man/sv/deb-substvars.pod +++ b/man/sv/deb-substvars.pod @@ -30,7 +30,7 @@ En variabelsubstitution har formen B<${>I<variabelnamn>B<}>. Variabelnamn bestå =head2 Filsyntax -Substitueringsvariabler kan anges i en fil. En sådan fil består av rader på formen I<namn>B<=>I<värde> eller I<namn>B<?=><värde>. Operatorn B<=> tilldelar en normal substitueringsvariabel, medan operatorn B<?=> (sedan dpkg 1.21.8) tilldelar en valfri variabel som inte skriver ut någon varning även om den inte används. Avslutande blanksteg på en rad, blanka rader och rader som börjar med en B<#>-symbol (kommentarer) ignoreras. +Substitution variables can be specified in a file. These files consist of lines of the form I<name>B<=>I<value>, I<name>B<?=>I<value>, or I<name>B<!=>I<value>. The B<=> operator assigns a normal substitution variable, the B<?=> operator (since dpkg 1.21.8) assigns an optional substitution variable which will emit no warnings even if unused, and the B<!=> operator (since dpkg 1.22.7) assigns a required substitution variable which will error out if unused. Trailing whitespace on each line, blank lines, and lines starting with a B<#> symbol (comments) are ignored. =head2 Substituering |