[BACK]Return to jot.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / jot

Diff for /src/usr.bin/jot/jot.c between version 1.44 and 1.45

version 1.44, 2018/01/13 15:09:49 version 1.45, 2018/01/13 15:43:39
Line 370 
Line 370 
                 /*                  /*
                  * Allow conversion format specifiers of the form                   * Allow conversion format specifiers of the form
                  * %[#][ ][{+,-}][0-9]*[.[0-9]*]? where ? must be one of                   * %[#][ ][{+,-}][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;                  char    *fmt;
                 int     dot, hash, space, sign, numbers;                  int     dot, hash, space, sign, numbers;

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45