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

From: <git_AT_suckless.org>
Date: Tue, 24 Mar 2015 23:53:15 +0100 (CET)

commit 8ac11651258e6b082719c147ec86e3aec0550bae
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 Tue Mar 24 2015 - 23:53:15 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 25 2015 - 00:02:26 CET