Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/miscutils/eject.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/miscutils/eject.c

    r2725 r3232  
    1313 * Most of the dirty work blatantly ripped off from cat.c =)
    1414 */
     15
     16//usage:#define eject_trivial_usage
     17//usage:       "[-t] [-T] [DEVICE]"
     18//usage:#define eject_full_usage "\n\n"
     19//usage:       "Eject DEVICE or default /dev/cdrom\n"
     20//usage:    IF_FEATURE_EJECT_SCSI(
     21//usage:     "\n    -s  SCSI device"
     22//usage:    )
     23//usage:     "\n    -t  Close tray"
     24//usage:     "\n    -T  Open/close tray (toggle)"
    1525
    1626#include <sys/mount.h>
Note: See TracChangeset for help on using the changeset viewer.