[hackers] [sbase] Mark insane POSIX flags || FRIGN

From: <git_AT_suckless.org>
Date: Sat, 24 Jan 2015 11:08:05 +0100 (CET)

commit e28699b102e6f8ca360255ffc2281446344f8ad6
Author: FRIGN <dev_AT_frign.de>
Date: Fri Jan 23 23:31:46 2015 +0100

    Mark insane POSIX flags
    
    which we are not planning to include into sbase.
    What's left to discuss is how we're going to handle them in the
    tools (dump usage() or silently ignore them).

diff --git a/README b/README
index 02c273c..af9b175 100644
--- a/README
+++ b/README
_AT_@ -20,12 +20,12 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
    cmp yes none
    cols non-posix none
 =* comm yes none
-= cp no -H, -i, -L
+= cp no -H, (-i), -L
 =* cron non-posix none
 #* cut yes none
 =* date yes none
 =* dirname yes none
-= du no -H, -L, -x
+= du no -H, -L, (-x)
 = echo yes none
 = env yes none
 # expand yes none
_AT_@ -45,7 +45,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
 = mkdir yes none
 = mkfifo yes none
 = mktemp non-posix none
-= mv no -i
+= mv yes (-i)
 = nice yes none
 = nl no -d, -f, -h, -l, -n, -p, -v, -w
 = nohup yes none
_AT_@ -55,7 +55,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
 =* pwd yes none
 = readlink non-posix none
 = renice yes none
-= rm no -i
+= rm yes (-i)
 = rmdir no -p
 = sleep yes none
 = setsid non-posix none
Received on Sat Jan 24 2015 - 11:08:05 CET

This archive was generated by hypermail 2.3.0 : Sat Jan 24 2015 - 11:12:20 CET