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/slattach.c

    r2725 r3232  
    1313 * - The -F options allows disabling of RTS/CTS flow control.
    1414 */
     15
     16//usage:#define slattach_trivial_usage
     17//usage:       "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE"
     18//usage:#define slattach_full_usage "\n\n"
     19//usage:       "Attach network interface(s) to serial line(s)\n"
     20//usage:     "\n    -p PROT Set protocol (slip, cslip, slip6, clisp6 or adaptive)"
     21//usage:     "\n    -s SPD  Set line speed"
     22//usage:     "\n    -e  Exit after initializing device"
     23//usage:     "\n    -h  Exit when the carrier is lost"
     24//usage:     "\n    -c PROG Run PROG when the line is hung up"
     25//usage:     "\n    -m  Do NOT initialize the line in raw 8 bits mode"
     26//usage:     "\n    -L  Enable 3-wire operation"
     27//usage:     "\n    -F  Disable RTS/CTS flow control"
    1528
    1629#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.