4.3BSD-UWisc/man/cat2/nfssvc.2

Compare this file to the similar file:
Show the results in this format:




NFSSVC(2)           UNIX Programmer's Manual            NFSSVC(2)



NAME
     nfssvc, async_daemon - NFS daemons

SYNOPSIS
     nfssvc(sock)
     int sock;

     async_daemon()

DESCRIPTION
     _N_f_s_s_v_c starts an NFS daemon listening on socket _s_o_c_k.  The
     socket must be AF_INET, and SOCK_DGRAM (protocol UDP/IP).
     The system call will return only if the process is killed.

     _A_s_y_n_c__d_a_e_m_o_n implements the NFS daemon that handles asyn-
     chronous I/O for an NFS client.  The system call never
     returns.

BUGS
     These two system calls allow kernel processes to have user
     context.

SEE ALSO
     mountd(8)































Printed 12/27/86         20 August 1985                         1