diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2023-09-03 23:19:57 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2023-09-03 23:34:03 +0200 |
commit | f137bc89167cd9ed18f225ae4ff0c079ba4bd882 (patch) | |
tree | 9ccaff056adfeac0eb19e9150e84217ad3f688bf /lib | |
parent | tests: exercise `%b` printfrr format specifier (diff) | |
download | frr-f137bc89167cd9ed18f225ae4ff0c079ba4bd882.tar.xz frr-f137bc89167cd9ed18f225ae4ff0c079ba4bd882.zip |
lib/printf: update README
Make a note that `%b` was picked up.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/printf/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/printf/README b/lib/printf/README index ac283642d..46d51cec6 100644 --- a/lib/printf/README +++ b/lib/printf/README @@ -1,6 +1,6 @@ -This is the printf implementation from FreeBSD. It was imported on 2019-05-12, -from SVN revision 347514 (but the code hadn't been touched for 2 years before -that.) +This is the printf implementation from FreeBSD. The history of this code is: +- imported on 2019-05-12, from SVN revision 347514 +- resynced on 2023-09-03, to pick up `%b` implementation Please don't reindent or otherwise mangle the files to make importing fixes easy (not that there are significant changes likely to happen...) |