freebsd-nq/share/man
Jilles Tjoelker 9897c45f31 sh: Add printf builtin.
This was removed in 2001 but I think it is appropriate to add it back:
* I do not want to encourage people to write fragile and non-portable echo
  commands by making printf much slower than echo.
* Recent versions of Autoconf use it a lot.
* Almost no software still wants to support systems that do not have
  printf(1) at all.
* In many other shells printf is already a builtin.

Side effect: printf is now always the builtin version (which behaves
identically to /usr/bin/printf) and cannot be overridden via PATH (except
via the undocumented %builtin mechanism).

Code size increases about 5K on i386. Embedded folks might want to replace
/usr/bin/printf with a hard link to /usr/bin/alias.
2010-11-19 12:56:13 +00:00
..
man1 sh: Add printf builtin. 2010-11-19 12:56:13 +00:00
man3 Follow the change made in libthr, add ERANGE error code and more 2010-10-28 02:59:25 +00:00
man4 Add VIA VX900 to the list of supported chipsets. 2010-11-18 18:09:25 +00:00
man5 Regenerate src.conf manpage after adding WITHOUT_GPIO build knob 2010-11-14 22:08:56 +00:00
man6
man7 Minor grammar fix. 2010-10-26 13:07:01 +00:00
man8 Remove references to MAKEDEV(8) 2010-11-15 05:25:51 +00:00
man9 Stop documenting vgonel() after its converting to the static function: 2010-11-12 12:07:36 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00