summaryrefslogtreecommitdiff
path: root/lib/libc/sys/socketpair.2
diff options
context:
space:
mode:
authorfair <fair@NetBSD.org>1998-04-28 06:00:51 +0000
committerfair <fair@NetBSD.org>1998-04-28 06:00:51 +0000
commitdc026e051586345ad668a31be310edc8fb7a6deb (patch)
tree86c83c2166b89157b92bfab19e3b1b78f916b629 /lib/libc/sys/socketpair.2
parent85818bdaaac3e379dadeeea181e943828f1c21f0 (diff)
Change occurrences of "UNIX" to .Ux or .At as appropriate.
Diffstat (limited to 'lib/libc/sys/socketpair.2')
-rw-r--r--lib/libc/sys/socketpair.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socketpair.2 b/lib/libc/sys/socketpair.2
index f5ae7ebfb8d..66c68c5f4b4 100644
--- a/lib/libc/sys/socketpair.2
+++ b/lib/libc/sys/socketpair.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: socketpair.2,v 1.5 1995/02/27 12:38:00 cgd Exp $
+.\" $NetBSD: socketpair.2,v 1.6 1998/04/28 06:00:53 fair Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -84,7 +84,7 @@ process address space.
.Xr pipe 2
.Sh BUGS
This call is currently implemented only for the
-.Tn UNIX
+.Ux
domain.
.Sh HISTORY
The