Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/coreutils/tty.c


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/coreutils/tty.c

    r2725 r3232  
    1010/* BB_AUDIT SUSv4 compliant */
    1111/* http://www.opengroup.org/onlinepubs/9699919799/utilities/tty.html */
     12
     13//usage:#define tty_trivial_usage
     14//usage:       ""
     15//usage:#define tty_full_usage "\n\n"
     16//usage:       "Print file name of stdin's terminal"
     17//usage:    IF_INCLUDE_SUSv2( "\n"
     18//usage:     "\n    -s  Print nothing, only return exit status"
     19//usage:    )
     20//usage:
     21//usage:#define tty_example_usage
     22//usage:       "$ tty\n"
     23//usage:       "/dev/tty2\n"
    1224
    1325#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.