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

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

version 1.3, 1996/06/26 05:42:05 version 1.4, 1997/01/15 23:43:27
Line 100 
Line 100 
         termtype = getenv("TERM");          termtype = getenv("TERM");
         if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))          if (termtype == NULL || (argv[0][0] == 'c' && !isatty(1)))
                 termtype = "lpr";                  termtype = "lpr";
         while ((c=getopt(argc, argv, "it:T:")) != EOF)          while ((c=getopt(argc, argv, "it:T:")) != -1)
                 switch(c) {                  switch(c) {
   
                 case 't':                  case 't':

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