freebsd-dev/usr.bin/printf
Giorgos Keramidas 6ac6319b32 Allow %' to be used as a format flag by printf(1). This makes it
possible to print the thousands separator in the locale setups that
have one, by something like this:

    $ env -i LC_NUMERIC=en_US.ISO8859-1 ./printf "%'0.2f\n" 12345
    12,345.00

Reviewed by:	das
2004-09-24 18:20:43 +00:00
..
Makefile
printf.1 Fix a markup nit and a misplaced full stop in previous. 2004-07-03 07:07:11 +00:00
printf.c Allow %' to be used as a format flag by printf(1). This makes it 2004-09-24 18:20:43 +00:00