summaryrefslogtreecommitdiff
path: root/share/man/man4/unix.4
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 17:55:22 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 17:55:22 +0000
commit9d7fa165f85aeb19e753017101792f8a56d865dc (patch)
tree2b54b96f9a4c4cec177691393f9754f0235e163a /share/man/man4/unix.4
parent950254d909152efb61b61dec32ad79a3f0d2e200 (diff)
use .In rather than .Fd #include
Diffstat (limited to 'share/man/man4/unix.4')
-rw-r--r--share/man/man4/unix.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index e24b20eac95..47db7ce9f33 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unix.4,v 1.12 2014/01/21 03:15:46 schwarze Exp $
+.\" $OpenBSD: unix.4,v 1.13 2015/09/10 17:55:21 schwarze Exp $
.\" $NetBSD: unix.4,v 1.3 1994/11/30 16:22:43 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,15 +30,15 @@
.\"
.\" @(#)unix.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: September 10 2015 $
.Dt UNIX 4
.Os
.Sh NAME
.Nm unix
.Nd UNIX-domain protocol family
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/un.h>
+.In sys/types.h
+.In sys/un.h
.Sh DESCRIPTION
The
.Ux Ns -domain