Module Name:    src
Committed By:   bouyer
Date:           Thu May 18 11:29:54 UTC 2017

Modified Files:
        src/lib/libc/sys [bouyer-socketcan]: socket.2

Log Message:
add PF_CAN


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.16.1 src/lib/libc/sys/socket.2

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

Modified files:

Index: src/lib/libc/sys/socket.2
diff -u src/lib/libc/sys/socket.2:1.41 src/lib/libc/sys/socket.2:1.41.16.1
--- src/lib/libc/sys/socket.2:1.41	Fri Mar  1 18:25:16 2013
+++ src/lib/libc/sys/socket.2	Thu May 18 11:29:54 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: socket.2,v 1.41 2013/03/01 18:25:16 joerg Exp $
+.\"	$NetBSD: socket.2,v 1.41.16.1 2017/05/18 11:29:54 bouyer Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)socket.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd February 5, 2013
+.Dd April 27, 2017
 .Dt SOCKET 2
 .Os
 .Sh NAME
@@ -61,6 +61,7 @@ PF_INET6	IPv6 (Internet Protocol version
 PF_NS		Xerox Network Systems protocols
 PF_APPLETALK	AppleTalk protocols
 PF_BLUETOOTH	Bluetooth protocols
+PF_CAN		CAN bus protocols
 .Ed
 .Pp
 The socket has the indicated

Reply via email to