[3rdparty][sbase] Make clear what is implemented

The readme confuses people to think we support
things like nice and chmod.

Change-Id: I9690d138a87e78d8762fbf0d6ad79c4ec57de02f
diff --git a/README b/README
index da2e500..5606eb8 100644
--- a/README
+++ b/README
@@ -15,10 +15,6 @@
 0=*|o basename        .
 0=*|o cal             .
 0=*|o cat             .
-0=*|o chgrp           .
-0=*|o chmod           .
-0=*|o chown           .
-0=*|x chroot          .
 0=*|o cksum           .
 0=*|o cmp             .
 0#*|x cols            .
@@ -36,28 +32,19 @@
 0#*|o expr            .
 0=*|o false           .
 0=    find            .
-0=* x flock           .
 0#*|o fold            .
-0=*|o getconf         (-v)
  =*|o grep            .
 0=*|o head            .
 0=*|x hostname        .
 0=*|x install         .
 0=* o join            .
-0=*|o kill            .
 0=*|o link            .
-0=*|o ln              .
-0=*|o logger          .
-0=*|o logname         .
 0#* o ls              (-C, -k, -m, -p, -s, -x)
 0=*|x md5sum          .
 0=*|o mkdir           .
-0=*|o mkfifo          .
 0=*|x mktemp          .
 0=*|o mv              (-i)
-0=*|o nice            .
 0#*|o nl              .
-0=*|o nohup           .
 0=*|o od              .
 0#* o pathchk         .
  #*|o paste           .
@@ -65,13 +52,11 @@
 0#*|o printf          .
 0=*|o pwd             .
 0=*|x readlink        .
-0=*|o renice          .
 0#* x rev             .
 0=*|o rm              (-i)
 0=*|o rmdir           .
  #    sed             .
 0=*|x seq             .
-0=*|x setsid          .
 0=*|x sha1sum         .
 0=* x sha224sum       .
 0=*|x sha256sum       .
@@ -90,13 +75,11 @@
 0=*|o tee             .
 0=*|o test            .
 0=*|x tftp            .
-0=*|o time            .
 0=*|o touch           .
 0#*|o tr              .
 0=*|o true            .
 0=* o tsort           .
 0=*|o tty             .
-0=*|o uname           .
 0#*|o unexpand        .
 0=*|o uniq            .
 0=*|o unlink          .
@@ -108,6 +91,32 @@
 0=*|o xargs           (-p)
 0=*|x yes             .
 
+
+Not implemented for Fuchsia
+
+
+      UTILITY         MISSING
+      -------         -------
+0=*|o chgrp           .
+0=*|o chmod           .
+0=*|o chown           .
+0=*|x chroot          .
+0=* x flock           .
+0=*|o getconf         (-v)
+0=*|o kill            .
+0=*|o ln              .
+0=*|o logger          .
+0=*|o logname         .
+0=*|o mkfifo          .
+0=*|o nice            .
+0=*|o nohup           .
+0=*|o renice          .
+0=*|x setsid          .
+0=*|o time            .
+0=*|o uname           .
+
+
+
 The  complement of  sbase  is  ubase[1] which  is  Linux-specific  and
 provides all  the non-portable tools.   Together they are  intended to
 form a base system similar to busybox but much smaller and suckless.