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/miscutils/microcom.c

    r2725 r3232  
    88 * Licensed under GPLv2, see file LICENSE in this source tree.
    99 */
     10
     11//usage:#define microcom_trivial_usage
     12//usage:       "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY"
     13//usage:#define microcom_full_usage "\n\n"
     14//usage:       "Copy bytes for stdin to TTY and from TTY to stdout\n"
     15//usage:     "\n    -d  Wait up to DELAY ms for TTY output before sending every"
     16//usage:     "\n        next byte to it"
     17//usage:     "\n    -t  Exit if both stdin and TTY are silent for TIMEOUT ms"
     18//usage:     "\n    -s  Set serial line to SPEED"
     19//usage:     "\n    -X  Disable special meaning of NUL and Ctrl-X from stdin"
     20
    1021#include "libbb.h"
    1122
Note: See TracChangeset for help on using the changeset viewer.