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

Diff for /src/usr.bin/netstat/route.c between version 1.19 and 1.20

version 1.19, 1997/07/25 04:29:00 version 1.20, 1997/07/28 18:56:03
Line 223 
Line 223 
   
         if (Aflag)          if (Aflag)
                 printf("%-*.*s ", PLEN, PLEN, "Address");                  printf("%-*.*s ", PLEN, PLEN, "Address");
         printf("%-*.*s %-*.*s %-6.6s  %6.6s%16.16s %6.6s  %s\n",          printf("%-*.*s %-*.*s %-6.6s  %6.6s  %6.6s %6.6s  %s\n",
                 WID_DST, WID_DST, "Destination",                  WID_DST, WID_DST, "Destination",
                 WID_GW, WID_GW, "Gateway",                  WID_GW, WID_GW, "Gateway",
                 "Flags", "Refs", "Use", "Mtu", "Interface");                  "Flags", "Refs", "Use", "Mtu", "Interface");

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