diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-01-13 15:43:40 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-01-13 15:43:40 +0000 |
commit | c3ac508415eb1921040dacc5f756f4a48e304f61 (patch) | |
tree | 9a33a8b37b2ac41939d10ce4a3fd08d801934c44 /usr.bin/jot | |
parent | 5e38460a283b5e53bdcbf4b00933915a75bf00f7 (diff) |
Adjust comment to reflect '%F' addition.
Diffstat (limited to 'usr.bin/jot')
-rw-r--r-- | usr.bin/jot/jot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index d7584abf327..499840d9330 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: jot.c,v 1.44 2018/01/13 15:09:49 tb Exp $ */ +/* $OpenBSD: jot.c,v 1.45 2018/01/13 15:43:39 tb Exp $ */ /* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */ /*- @@ -370,7 +370,7 @@ getformat(void) /* * Allow conversion format specifiers of the form * %[#][ ][{+,-}][0-9]*[.[0-9]*]? where ? must be one of - * [l]{d,i,o,u,x} or {f,e,g,E,G,d,o,x,D,O,U,X,c,u} + * [l]{d,i,o,u,x} or {f,e,g,F,E,G,d,o,x,D,O,U,X,c,u} */ char *fmt; int dot, hash, space, sign, numbers; |