man(1) Manual page archive


     FORGET(2)                                               FORGET(2)

     Name
          forget - Forgets the name for a box in the name space.

     Synopsis
          #include <ulib.h>

          void forget(char* name, char* s, char* sc)

     Description
          Forget forgets the name of a named box. It is used to undo
          the effect of calls to import(2). If s and sc are given,
          only the entry added for a box named s with constraint sc is
          dropped. If they are nil, all entries matching name are
          dropped.

     Source
          /src/b/port/box.c

     See also
          intro(2) and import(2).