diff options
Diffstat (limited to 'builtins/printf.def')
-rw-r--r-- | builtins/printf.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/printf.def b/builtins/printf.def index 6dac7601..ab6aeff6 100644 --- a/builtins/printf.def +++ b/builtins/printf.def @@ -35,8 +35,8 @@ sequences, which are converted and copied to the standard output; and format specifications, each of which causes printing of the next successive argument. -In addition to the standard format specifications described in printf(1) -and printf(3), printf interprets: +In addition to the standard format specifications described in printf(1), +printf interprets: %b expand backslash escape sequences in the corresponding argument %q quote the argument in a way that can be reused as shell input |