#
3cf53e85 |
| 05-Sep-2010 |
Jilles Tjoelker <jilles@FreeBSD.org> |
printf(1): Clarify that \OOO produces a byte, different %b escape sequences.
Octal escape sequences are expanded to bytes, not characters, and multiple are required for a multibyte character.
The v
printf(1): Clarify that \OOO produces a byte, different %b escape sequences.
Octal escape sequences are expanded to bytes, not characters, and multiple are required for a multibyte character.
The valid escape sequences in %b strings are slightly different from the escape sequences in the format string.
show more ...
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
39c59153 |
| 14-Jun-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup and wording fixes.
Approved by: re (blanket)
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
e897c4d6 |
| 14-Apr-2005 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
Update the bugs section, null characters in the format string are now handled.
|
#
fd757c50 |
| 21-Mar-2005 |
David Schultz <das@FreeBSD.org> |
Support the L modifier for floating-point values as an extension. When L is omitted, double precision is used, so printf(1) gives reproducable results. When L is specified, long double precision is
Support the L modifier for floating-point values as an extension. When L is omitted, double precision is used, so printf(1) gives reproducable results. When L is specified, long double precision is used, which may improve precision, depending on the machine.
show more ...
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
a866e170 |
| 17-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Added the EXIT STATUS section where appropriate.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
2e94ae7e |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Fix a markup nit and a misplaced full stop in previous.
Noticed by: ru
|
#
4f45d811 |
| 03-Jul-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
Document missing multibyte character support in utilities specified by POSIX.
|
#
557b7fa1 |
| 03-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Deal with double whitespace.
|
#
6a3e8b0a |
| 03-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
#
939e953e |
| 05-Jun-2004 |
David Schultz <das@FreeBSD.org> |
s/latter/former/
|
#
08cdb7cd |
| 05-Jun-2004 |
David Schultz <das@FreeBSD.org> |
- Document the %a, %A, and %F format specifiers. - Document the way infinity and NaN are printed. - Un-document the non-existent %w specifier.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1 |
|
#
b4e16434 |
| 15-Jul-2002 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Kill excessive whitespace between macro arguments.
|
Revision tags: release/4.6.0_cvs |
|
#
806968d6 |
| 31-May-2002 |
Giorgos Keramidas <keramida@FreeBSD.org> |
Typo: characer -> character
|
#
3a0f91d5 |
| 30-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: lint.
|
#
ab5a295b |
| 23-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
- printf shouldn't bail out if a conversion fails, it should just keep processing them. - \c escape to immediately stop output (similar to echo's \c) - \0NNN should be allowed for octal characte
- printf shouldn't bail out if a conversion fails, it should just keep processing them. - \c escape to immediately stop output (similar to echo's \c) - \0NNN should be allowed for octal character escapes (instead of just \NNN) - %b conversion, which is like %s but interprets \n \t etc. inside the string is missing.
And I may not be any poet, but in lieu of an in-tree regression test: ref5% ./printf '%s%b%b%c%s%d\n' 'PR' '\0072' '\t' '3' '56' 0x10 PR: 35616
Submitted by: tjr MFC after: 1 week
show more ...
|
#
e8937ba0 |
| 20-Apr-2002 |
Philippe Charnier <charnier@FreeBSD.org> |
Use `The .Nm utility'
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
3e4f59ce |
| 16-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Replace reference to ANSI C draft with standard.
PR: docs/30731
|
#
c24ca63d |
| 23-Nov-2001 |
Dima Dorfman <dd@FreeBSD.org> |
The RETURN VALUES section is not appropriate for section 1 manual pages; rename it to DIAGNOSTICS. Also use the .Ex macro while I'm here.
|
#
018d9f62 |
| 20-Nov-2001 |
Akinori MUSHA <knu@FreeBSD.org> |
Remove the printf builtin command from sh(1), which command is not used so often that it's worth keeping it as a builtin.
Now that all the printf invocations from within the system startup scripts,
Remove the printf builtin command from sh(1), which command is not used so often that it's worth keeping it as a builtin.
Now that all the printf invocations from within the system startup scripts, we can safely remove it.
Urged by: sheldonh :)
No MFC is planned so far because it may break compatibility and violate POLA.
show more ...
|
#
f247324d |
| 15-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove whitespace at EOL.
|
#
5521ff5a |
| 06-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
429d919c |
| 10-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: mark LC_NUMERIC with .Dv.
|
#
dc7d8c99 |
| 10-Feb-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Localize it (LC_NUMERIC)
|
#
9b88faec |
| 19-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
49776176 |
| 21-Jul-2000 |
Chris Costello <chris@FreeBSD.org> |
Revert to 1.8. I misread the sentence and its context.
|