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

Diff for /src/usr.bin/chpass/table.c between version 1.3 and 1.4

version 1.3, 1996/09/23 09:38:32 version 1.4, 2000/03/23 15:23:51
Line 60 
Line 60 
         { "full name",          p_gecos,  0,   9, e2,   },          { "full name",          p_gecos,  0,   9, e2,   },
         { "office phone",       p_gecos,  0,  12, e2,   },          { "office phone",       p_gecos,  0,  12, e2,   },
         { "home phone",         p_gecos,  0,  10, e2,   },          { "home phone",         p_gecos,  0,  10, e2,   },
         { "location",           p_gecos,  0,   8, e2,   },          { "office location",    p_gecos,  0,  15, e2,   },
         { "home directory",     p_hdir,   1,  14, e1,   },          { "home directory",     p_hdir,   1,  14, e1,   },
         { "shell",              p_shell,  0,   5, e1,   },          { "shell",              p_shell,  0,   5, e1,   },
         { NULL, 0, },          { NULL, 0, },

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4