diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-10 22:35:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-10 22:35:01 +0200 |
commit | 379f62687358dfda19694dea92389e092372fc2c (patch) | |
tree | 017d84cf05b1a66dec69eb1c8721a0a6b46b3032 /doc/awkcard.in | |
parent | 295bee08215e33ec82e34978cecc593b698c9ad9 (diff) | |
download | egawk-379f62687358dfda19694dea92389e092372fc2c.tar.gz egawk-379f62687358dfda19694dea92389e092372fc2c.tar.bz2 egawk-379f62687358dfda19694dea92389e092372fc2c.zip |
Fix thousands separator problems and update doc.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 610032b7..5f3a9735 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1,7 +1,7 @@ .\" AWK Reference Card --- Arnold Robbins, arnold@skeeve.com .\" .\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, -.\" 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013 +.\" 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014 .\" Free Software Foundation, Inc. .\" .\" Permission is granted to make and distribute verbatim copies of @@ -1493,7 +1493,8 @@ Only has an effect when the field width is wider than the value to be printed. T} \*(CB\*(FC'\*(FR T{ -Use the locale's thousands separator for \*(FC%d\fP, \*(FC%i\fP, and \*(FC%u\fP.\*(CD +Use the locale's thousands separator and decimal +point characters.\*(CD T} \*(FIwidth\fP T{ Pad the field to this width. The field is normally |