Fix newline.

db4
John Benediktsson 2008-09-20 22:41:16 -07:00
parent 2d5778c5af
commit a9f2fbd4a2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ARTICLE: "printf" "Formatted printing"
{ "%+PX" "Hexadecimal uppercase" "hex" }
}
"\n"
"A plus sign ('+') is used to optionally specify that the number should be formatted with a '+' preceeding it if positive."
"A plus sign ('+') is used to optionally specify that the number should be formatted with a '+' preceeding it if positive.\n"
"\n"
"Padding ('P') is used to optionally specify the minimum width of the result string, the padding character, and the alignment. By default, the padding character defaults to a space and the alignment defaults to right-aligned. For example:\n"
{ $list