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

Diff for /src/usr.bin/lock/lock.c between version 1.20 and 1.21

version 1.20, 2003/06/03 02:56:10 version 1.21, 2005/07/14 14:42:28
Line 132 
Line 132 
                 case '?':                  case '?':
                 default:                  default:
                         (void)fprintf(stderr,                          (void)fprintf(stderr,
                             "usage: %s [-n] [-p] [-a style] [-t timeout]\n",                              "usage: %s [-np] [-a style] [-t timeout]\n",
                             __progname);                              __progname);
                         exit(1);                          exit(1);
         }          }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21