Module Name:    src
Committed By:   wiz
Date:           Sun May 29 08:46:43 UTC 2011

Modified Files:
        src/share/man/man4: unix.4

Log Message:
Bump date for SOCK_SEQPACKET; add serial commas.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/unix.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/unix.4
diff -u src/share/man/man4/unix.4:1.23 src/share/man/man4/unix.4:1.24
--- src/share/man/man4/unix.4:1.23	Sun May 29 04:51:15 2011
+++ src/share/man/man4/unix.4	Sun May 29 08:46:42 2011
@@ -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 @@
 .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 @@
 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 @@
 .Dv LOCAL_CREDS
 option may be enabled on a
 .Dv SOCK_DGRAM ,
-.Dv SOCK_SEQPACKET
+.Dv SOCK_SEQPACKET ,
 or a
 .Dv SOCK_STREAM
 socket.

Reply via email to