Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/networking/netstat.c

    r2725 r3232  
    2222//usage:#define netstat_full_usage "\n\n"
    2323//usage:       "Display networking information\n"
    24 //usage:     "\nOptions:"
    2524//usage:    IF_ROUTE(
    2625//usage:     "\n    -r  Routing table"
     
    189188        if (pn->inode == inode) {
    190189            /* Some warning should be appropriate here
    191                as we got multiple processes for one i-node */
     190             * as we got multiple processes for one i-node */
    192191            return;
    193192        }
Note: See TracChangeset for help on using the changeset viewer.