From 4eab61bd40c07b2fc612ad50cface2b77fc110d0 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 27 Feb 1995 12:31:34 +0000 Subject: merge with lite, keeping most local changes. clean up Ids --- lib/libc/sys/socket.2 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/libc/sys/socket.2') diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index add4303e169..364ab4a3c05 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,5 +1,7 @@ -.\" Copyright (c) 1983, 1991 The Regents of the University of California. -.\" All rights reserved. +.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ +.\" +.\" Copyright (c) 1983, 1991, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -29,10 +31,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)socket.2 6.8 (Berkeley) 3/10/91 -.\" $Id: socket.2,v 1.4 1993/11/29 21:25:43 jtc Exp $ +.\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd March 10, 1991 +.Dd June 4, 1993 .Dt SOCKET 2 .Os BSD 4.2 .Sh NAME -- cgit