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

    r2725 r3232  
    1010 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    1111 */
     12
     13//usage:#define nohup_trivial_usage
     14//usage:       "PROG ARGS"
     15//usage:#define nohup_full_usage "\n\n"
     16//usage:       "Run PROG immune to hangups, with output to a non-tty"
     17//usage:
     18//usage:#define nohup_example_usage
     19//usage:       "$ nohup make &"
    1220
    1321#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.