]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
locale.5: Clarify/rework 'p_cs_precedes' and 'n_cs_precedes'
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 4 Mar 2014 11:42:39 +0000 (12:42 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 4 Mar 2014 11:42:39 +0000 (12:42 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/locale.5

index d40255d3e0affbf2c633c6a6ee563bfb7aa2d0fc..f3181129c4c16dd428fc7f30af9852173ffc17ca 100644 (file)
@@ -638,15 +638,24 @@ formatting with the
 .BR currency_symbol .
 .TP
 .I p_cs_precedes
-followed by an integer set to
-.B 1
-if the
+followed by an integer that indicates the placement of
 .I currency_symbol
-or
-.I int_curr_symbol
-should precede a nonnegative formatted monetary quantity or set to
+for a nonnegative formatted monetary quantity:
+.RS
+.TP
 .B 0
-if the symbol succeeds the value.
+the symbol succeeds the value.
+.TP
+.B 1
+the symbol precedes the value.
+.RE
+.TP
+.I n_cs_precedes
+followed by an integer that indicates the placement of
+.I currency_symbol
+for a negative formatted monetary quantity.
+The same values are recognized as for
+.IR p_cs_precedes .
 .TP
 .I p_sep_by_space
 followed by an integer that indicates the separation of
@@ -669,19 +678,6 @@ a space separates them from the value;
 otherwise a space separates the sign string and the value.
 .RE
 .TP
-.I n_cs_precedes
-followed by an integer that indicates the placement of
-.I currency_symbol
-for a negative formatted monetary quantity.
-.RS
-.TP
-.B 0
-the symbol succeeds the value.
-.TP
-.B 1
-the symbol precedes the value.
-.RE
-.TP
 .I n_sep_by_space
 followed by an integer that indicates the separation of
 .IR currency_symbol ,