man(1) Manual page archive


     CHANGE(2)                                               CHANGE(2)

     Name
          change - Changes the current working box.

     Synopsis
          #include <ulib.h>

          void change(char* sel)

     Description
          Change changes the prefix used for relative paths (those not
          starting with "/").  After the call, any name not starting
          with "/" is concatenated to sel before resolving the name.

     Source
          /src/b/port/box.c

     See also
          chg(1) and dot(2).

     Bugs
          The name sel is not checked to exist, since it can be a pre-
          fix in the mount table.