man(1) Manual page archive


     DELETE(2)                                               DELETE(2)

     Name
          delete - Deletes a box.

     Synopsis
          #include <ulib.h>

          void delete(char* sel, char* selc)

     Description
          Delete removes the new box named sel with a constraint
          matching selc.

     Source
          /src/b/port/box.c

     See also
          rm(1).