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

    r2725 r3232  
    1010/* BB_AUDIT SUSv3 compliant */
    1111/* http://www.opengroup.org/onlinepubs/007904975/utilities/mkfifo.html */
     12
     13//usage:#define mkfifo_trivial_usage
     14//usage:       "[-m MODE] " IF_SELINUX("[-Z] ") "NAME"
     15//usage:#define mkfifo_full_usage "\n\n"
     16//usage:       "Create named pipe\n"
     17//usage:     "\n    -m MODE Mode (default a=rw)"
     18//usage:    IF_SELINUX(
     19//usage:     "\n    -Z  Set security context"
     20//usage:    )
    1221
    1322#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.