diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-09-19 23:21:09 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-09-19 23:21:09 -0500 |
commit | 229282b80660a023077e5330afbbae51398b9690 (patch) | |
tree | cfce885cb4d3b8800b25786c4abd1ba8e2efc322 | |
parent | e8cbb3daf90aa2a6f2e68c01841535b49d53d066 (diff) |
It’s called an asterisk
Change-Id: If15846de1cd0df1023198bff74711419ec3137f5
-rw-r--r-- | source/text/shared/01/05020301.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp index ad4310d245..df8c1f52fc 100644 --- a/source/text/shared/01/05020301.xhp +++ b/source/text/shared/01/05020301.xhp @@ -206,7 +206,7 @@ <paragraph id="hd_id3154330" role="heading" level="3" xml-lang="en-US">Spaces</paragraph> <paragraph id="par_id3156294" role="paragraph" xml-lang="en-US">To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, <emph>_M</emph> creates a wider space than <emph>_i</emph>.</paragraph> -<paragraph id="par_id3156295" role="paragraph" xml-lang="en-US">To fill free space with a given character, use star character (*) followed by this character. For instance:</paragraph> +<paragraph id="par_id3156295" role="paragraph" xml-lang="en-US">To fill free space with a given character, use an asterisk (*) followed by this character. For instance:</paragraph> <paragraph id="par_id3156296" role="code" xml-lang="en-US">*\0</paragraph> <paragraph id="par_id3156297" role="paragraph" xml-lang="en-US">will display integer value (0) preceded by as many as needed backslash characters (\) to fill column width. For accounting representation, you may left align currency symbol with a format similar to:</paragraph> <paragraph id="par_id3156298" role="code" xml-lang="en-US">$_-* 0.--;$-* 0.--;$_-* -</paragraph> |