Bump date for SOCK_SEQPACKET; add serial commas.

This commit is contained in:
wiz 2011-05-29 08:46:42 +00:00
parent ed3e0293c8
commit 102976ee1d
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: unix.4,v 1.23 2011/05/29 04:51:15 manu Exp $
.\" $NetBSD: unix.4,v 1.24 2011/05/29 08:46:42 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)unix.4 8.1 (Berkeley) 6/9/93
.\"
.Dd May 19, 2011
.Dd May 29, 2011
.Dt UNIX 4
.Os
.Sh NAME
@ -50,7 +50,7 @@ The
.Tn UNIX Ns -domain
family supports the
.Dv SOCK_STREAM ,
.Dv SOCK_SEQPACKET
.Dv SOCK_SEQPACKET ,
and
.Dv SOCK_DGRAM
socket types and uses
@ -127,7 +127,7 @@ The
protocol family comprises simple
transport protocols that support the
.Dv SOCK_STREAM ,
.Dv SOCK_SEQPACKET
.Dv SOCK_SEQPACKET ,
and
.Dv SOCK_DGRAM
abstractions.
@ -183,7 +183,7 @@ The
.Dv LOCAL_CREDS
option may be enabled on a
.Dv SOCK_DGRAM ,
.Dv SOCK_SEQPACKET
.Dv SOCK_SEQPACKET ,
or a
.Dv SOCK_STREAM
socket.