Hi, On Mon, Jun 30, 2008 at 02:39:23PM +0200, zhengda wrote: > Kalle Olavi Niemitalo wrote:
>> http://www.gnu.org/prep/standards/standards.html#GNU-Manuals >> >> # Please do not use the term ???pathname??? that is used in Unix # >> documentation; use ???file name??? (two words) instead. We use the # >> term ???path??? only for search paths, which are lists of directory # >> names. >> >> I wonder if that applies to names of environment variables too. >> Certainly I'd expect SOCK_INET_SERV_PATH to allow a colon-delimited >> list, just like PATH and LD_LIBRARY_PATH. > > I didn't know the rule of naming. But I'm sure SOCK_INET_SERV_PATH can > contain only one path. so is it better to use SOCK_INET_SERV_FILE? How about just SOCK_INET_SERV ? The other one overwriting all sockets should be SOCK_SERV_DIR I guess. -antrik-