artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980e87e
)
Allow printf '%F' format specifier.
author
tb
<tb@openbsd.org>
Sat, 13 Jan 2018 15:09:49 +0000
(15:09 +0000)
committer
tb
<tb@openbsd.org>
Sat, 13 Jan 2018 15:09:49 +0000
(15:09 +0000)
ok millert
usr.bin/jot/jot.c
patch
|
blob
|
history
diff --git
a/usr.bin/jot/jot.c
b/usr.bin/jot/jot.c
index
14070bc
..
d7584ab
100644
(file)
--- a/
usr.bin/jot/jot.c
+++ b/
usr.bin/jot/jot.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: jot.c,v 1.4
3 2018/01/12 06:22:31
tb Exp $ */
+/* $OpenBSD: jot.c,v 1.4
4 2018/01/13 15:09:49
tb Exp $ */
/* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */
/*-
@@
-427,6
+427,7
@@
getformat(void)
case 'e':
case 'E':
case 'f':
+ case 'F':
case 'g':
case 'G':
if (longdata)