diff options
Diffstat (limited to 'doc/msgcat.n')
-rw-r--r-- | doc/msgcat.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 7bff211..9a3a8fd 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -289,8 +289,8 @@ format "In location %s we produced %d units" $city $num This can be handled by using the positional parameters: .CS -format "We produced %1\\$d units in location %2\\$s" $num $city -format "In location %2\\$s we produced %1\\$d units" $num $city +format "We produced %1\e$d units in location %2\e$s" $num $city +format "In location %2\e$s we produced %1\e$d units" $num $city .CE .PP Similarly, positional parameters can be used with \fBscan\fR to |