--- src/lib/libc/sys/bind.2 2003/06/17 04:26:47 1.2 +++ src/lib/libc/sys/bind.2 2007/07/30 22:11:33 1.3 @@ -31,7 +31,7 @@ .\" .\" @(#)bind.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/sys/bind.2,v 1.11.2.9 2002/07/08 13:07:42 dannyboy Exp $ -.\" $DragonFly: src/lib/libc/sys/bind.2,v 1.1 2003/06/16 04:37:50 dillon Exp $ +.\" $DragonFly$ .\" .Dd June 4, 1993 .Dt BIND 2 @@ -58,7 +58,9 @@ requests that .Fa addr be assigned to the socket. .Sh NOTES -Binding an address in the UNIX domain creates a socket in the file +Binding an address in the +.Ux +domain creates a socket in the file system that must be deleted by the caller when it is no longer needed (using .Xr unlink 2 ) . @@ -99,7 +101,9 @@ parameter is not in a valid part of the address space. .El .Pp -The following errors are specific to binding addresses in the UNIX domain. +The following errors are specific to binding addresses in the +.Ux +domain. .Bl -tag -width EADDRNOTAVA .It Bq Er ENOTDIR A component of the path prefix is not a directory.