locale.5: LC_MONETARY: Document 'int_p_sign_posn' and 'int_n_sign_posn'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-04 12:59:38 +01:00
parent 923b0843f2
commit 548fe9a5cc
1 changed files with 17 additions and 3 deletions

View File

@ -591,9 +591,7 @@ in the first column.
The following keywords are allowed:
.\" FIXME 'int_n_cs_precedes' is not documented
.\" FIXME 'int_n_sign_posn' is not documented
.\" FIXME 'int_p_cs_precedes' is not documented
.\" FIXME 'int_p_sign_posn' is not documented
.TP
.I int_curr_symbol
followed by the international currency symbol.
@ -740,7 +738,23 @@ or the
followed by an integer that indicates where the
.I negative_sign
should be placed for a negative monetary quantity.
The same integer values are recognized as for
The same values are recognized as for
.IR p_sign_posn .
.TP
.I int_p_sign_posn
followed by an integer that indicates where the
.I negative_sign
should be placed for a nonnegative
internationally formatted monetary quantity.
The same values are recognized as for
.IR p_sign_posn .
.TP
.I int_n_sign_posn
followed by an integer that indicates where the
.I negative_sign
should be placed for a negative
internationally formatted monetary quantity.
The same values are recognized as for
.IR p_sign_posn .
.PP
The