From: tb Date: Sat, 13 Jan 2018 15:43:39 +0000 (+0000) Subject: Adjust comment to reflect '%F' addition. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f002f3d2ae570c744062d2acd20c4604d25475c6;p=openbsd Adjust comment to reflect '%F' addition. --- 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;