OpenBSD CVS

CVS log for src/share/man/man9/printf.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Sun Sep 11 06:38:11 2022 UTC (20 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (colored)

.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze

ok schwarze

Revision 1.25 / (download) - annotate - [select for diffs], Sun Apr 4 15:25:11 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.24: +14 -2 lines
Diff to previous 1.24 (colored)

Document support subset of conversion specification

Clarify that printf(9) only knows
%[width][size]conversion
contrary to printf(3)'s
%[argno$][flags][width][.precision][size]conversion

Feedback OK jmc
OK deraadt

Revision 1.24 / (download) - annotate - [select for diffs], Sat Nov 7 03:48:25 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.23: +4 -8 lines
Diff to previous 1.23 (colored)

Simplify and clarify.

Discussed with jca@

Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 2 04:49:28 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Remove space before colon.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 14 15:14:55 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (colored)

Remove useless quoting from .Fo and .Fn function names, to prevent
development of a cargo cult in case people look at existing files
for examples.  This achieves a consistent .Fo and .Fn quoting style
across the whole tree.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Dec 29 18:46:09 2013 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

grammar fix previous;

Revision 1.20 / (download) - annotate - [select for diffs], Sun Dec 29 03:15:03 2013 UTC (10 years, 5 months ago) by guenther
Branch: MAIN
Changes since 1.19: +13 -6 lines
Diff to previous 1.19 (colored)

Add db_vprintf() and indicate that db_v?printf() are in <ddb/db_output.h>

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 4 19:27:11 2013 UTC (11 years ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 19 10:25:37 2011 UTC (12 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.17: +32 -20 lines
Diff to previous 1.17 (colored)

Sync with reality: remove %r and %z which have been removed quite some time
ago, and mention %hh, %j and %t are not supported.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:08 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.16: +2 -9 lines
Diff to previous 1.16 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 1 21:10:18 2007 UTC (17 years ago) by moritz
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.15: +15 -7 lines
Diff to previous 1.15 (colored)

Sync return value section with reality.

ok jmc@, "love it" deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 31 19:20:00 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

convert to new .Dd format;

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 3 06:37:37 2007 UTC (17 years, 2 months ago) by jasper
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

put "CODE REFERENCES" before "SEE ALSO" for consistency

ok jmc@

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 26 00:20:47 2007 UTC (17 years, 4 months ago) by jason
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.12: +12 -7 lines
Diff to previous 1.12 (colored)

printf(9) %b is not limited to 32 bits or less... document it.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 16 21:23:08 2004 UTC (20 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

list/display fixes, and whitespace;

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 21 15:30:20 2003 UTC (20 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.10: +1 -25 lines
Diff to previous 1.10 (colored)

Kill non-standard kernel printf %: braindead extension for good.
ok markus@ drahn@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 13 01:14:54 2003 UTC (20 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored)

printf returns int now.  also remove obsolete comment

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 11 18:07:23 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.8: +14 -3 lines
Diff to previous 1.8 (colored)

add vsnprintf.  ok deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 11 17:28:51 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.7: +6 -5 lines
Diff to previous 1.7 (colored)

no more strcpy, strcat.  sprintf -> snprintf.  ok deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 6 04:03:40 2003 UTC (21 years, 3 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

date should be written formally: .Dd Month day, year
also fixes a few misspellings of the month
ok henning@ jmc@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 31 19:55:44 2001 UTC (22 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

there is no tprintf

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 12 18:06:02 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.4: +15 -14 lines
Diff to previous 1.4 (colored)

General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 26 21:28:00 2000 UTC (24 years, 1 month ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

rcsids where missing

Revision 1.3 / (download) - annotate - [select for diffs], Wed Sep 22 09:54:38 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.2: +0 -1 lines
Diff to previous 1.2 (colored)

REVERT TO PREVIOUS STATE OF AFFAIR.

If those pages are different from the NetBSD version, maybe there's a
reason ?

Like, possibly, I just read our source code, which just happens to do
things in DIFFERENT ways than NetBSD does ?

As far as the added pages go, they obviously haven't been checked against
actual code as well, hence they're worse than useless, since a large part
of the information is definitely misleading.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 22 03:16:47 1999 UTC (24 years, 8 months ago) by csapuntz
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)



Add/update some man9 pages from NetBSD

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 5 16:23:11 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN

New man pages, adapted from NetBSD.
Add corresponding cross-references.
Missed some uses of .Dv.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.