diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-29 10:25:44 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-29 10:25:44 +0000 |
commit | 7bd69d02efad3963054ca51b27760a6e34a48b82 (patch) | |
tree | e5686cc4d5f5c4f8067e4fa9f14afa31cc3d218d /lib/libc/sys/connect.2 | |
parent | 3ba89f2a9f6dad0284b797647907b688c447a6ce (diff) |
replace a few remaining UNIX terms with .Ux macros; this diff
completes the changes from Oct 22.
Diffstat (limited to 'lib/libc/sys/connect.2')
-rw-r--r-- | lib/libc/sys/connect.2 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2 index 16c8935769d..2869bb5ddae 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: connect.2,v 1.21 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: connect.2,v 1.22 2009/12/29 10:25:43 sobrado Exp $ .\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)connect.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 29 2009 $ .Dt CONNECT 2 .Os .Sh NAME @@ -133,8 +133,11 @@ and a previous connection attempt has not yet been completed. .El .Pp -The following errors are specific to connecting names in the UNIX domain. -These errors may not apply in future versions of the UNIX IPC domain. +The following errors are specific to connecting names in the +.Ux Ns -domain . +These errors may not apply in future versions of the +.Ux +IPC domain. .Bl -tag -width Er .It Bq Er ENOTDIR A component of the path prefix is not a directory. |