Xinu7/man/man2/unmount.doc




UNMOUNT(2)          Xinu Programmer's Manual           UNMOUNT(2)



NAME
     unmount - remove an entry from the syntactic namespace map-
     ping table

SYNOPSIS
     int unmount(prefix)
     char *prefix;

DESCRIPTION
     _U_n_m_o_u_n_t searches the syntactic namespace mapping table and
     removes the mapping which has a prefix equal to the null-
     terminated string _p_r_e_f_i_x.  If no such entry exists, _u_n_m_o_u_n_t
     returns SYSERR.  Otherwise, it returns OK.

SEE ALSO
     mount(2), namespace(4)







































Version 6b               Printed 1/12/87                        1