--- doc/man/inndcomm.3 Mon May 6 10:02:07 2002 +++ doc/man/inndcomm.3 Sun Jan 19 08:33:24 2003 @@ -9,7 +9,7 @@ #include "inndcomm.h" .B "int" -.B "ICCopen()" +.B "ICCopen(char * sockpath)" .B "int" .B "ICCclose()" @@ -56,7 +56,8 @@ .PP .I ICCopen creates a -Unix-domain datagram socket and binds it to the server's control socket, if +Unix-domain datagram socket and binds it to the server's control socket +or sockpath if not NULL, if .I is defined. Otherwise it creates a named pipe for communicating with the server.