4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:51:41 +0000 (19:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:51:41 +0000 (19:51 -0800)
SCCS-vsn: lib/libc/net/byteorder.3 8.1
SCCS-vsn: lib/libc/net/gethostbyname.3 8.1
SCCS-vsn: lib/libc/net/gethostnamadr.c 8.1
SCCS-vsn: lib/libc/net/getnetbyaddr.c 8.1
SCCS-vsn: lib/libc/net/getnetbyname.c 8.1
SCCS-vsn: lib/libc/net/getnetent.3 8.1
SCCS-vsn: lib/libc/net/getnetent.c 8.1
SCCS-vsn: lib/libc/net/getproto.c 8.1
SCCS-vsn: lib/libc/net/getprotoent.3 8.1
SCCS-vsn: lib/libc/net/getprotoent.c 8.1
SCCS-vsn: lib/libc/net/getprotoname.c 8.1
SCCS-vsn: lib/libc/net/getservbyname.c 8.1
SCCS-vsn: lib/libc/net/getservbyport.c 8.1
SCCS-vsn: lib/libc/net/getservent.3 8.1
SCCS-vsn: lib/libc/net/getservent.c 8.1
SCCS-vsn: lib/libc/net/herror.c 8.1
SCCS-vsn: lib/libc/net/inet.3 8.1
SCCS-vsn: lib/libc/net/inet_addr.c 8.1
SCCS-vsn: lib/libc/net/inet_lnaof.c 8.1
SCCS-vsn: lib/libc/net/inet_makeaddr.c 8.1
SCCS-vsn: lib/libc/net/inet_netof.c 8.1
SCCS-vsn: lib/libc/net/inet_network.c 8.1
SCCS-vsn: lib/libc/net/inet_ntoa.c 8.1
SCCS-vsn: lib/libc/net/iso_addr.3 8.1
SCCS-vsn: lib/libc/net/iso_addr.c 8.1
SCCS-vsn: lib/libc/net/linkaddr.3 8.1
SCCS-vsn: lib/libc/net/linkaddr.c 8.1
SCCS-vsn: lib/libc/net/ns.3 8.1
SCCS-vsn: lib/libc/net/ns_addr.c 8.1
SCCS-vsn: lib/libc/net/ns_ntoa.c 8.1
SCCS-vsn: lib/libc/net/rcmd.3 8.1
SCCS-vsn: lib/libc/net/rcmd.c 8.1
SCCS-vsn: lib/libc/net/recv.c 8.1
SCCS-vsn: lib/libc/net/res_comp.c 8.1
SCCS-vsn: lib/libc/net/res_debug.c 8.1
SCCS-vsn: lib/libc/net/res_init.c 8.1
SCCS-vsn: lib/libc/net/res_mkquery.c 8.1
SCCS-vsn: lib/libc/net/res_query.c 8.1
SCCS-vsn: lib/libc/net/res_send.c 8.1
SCCS-vsn: lib/libc/net/resolver.3 8.1
SCCS-vsn: lib/libc/net/send.c 8.1
SCCS-vsn: lib/libc/net/sethostent.c 8.1

42 files changed:
usr/src/lib/libc/net/byteorder.3
usr/src/lib/libc/net/gethostbyname.3
usr/src/lib/libc/net/gethostnamadr.c
usr/src/lib/libc/net/getnetbyaddr.c
usr/src/lib/libc/net/getnetbyname.c
usr/src/lib/libc/net/getnetent.3
usr/src/lib/libc/net/getnetent.c
usr/src/lib/libc/net/getproto.c
usr/src/lib/libc/net/getprotoent.3
usr/src/lib/libc/net/getprotoent.c
usr/src/lib/libc/net/getprotoname.c
usr/src/lib/libc/net/getservbyname.c
usr/src/lib/libc/net/getservbyport.c
usr/src/lib/libc/net/getservent.3
usr/src/lib/libc/net/getservent.c
usr/src/lib/libc/net/herror.c
usr/src/lib/libc/net/inet.3
usr/src/lib/libc/net/inet_addr.c
usr/src/lib/libc/net/inet_lnaof.c
usr/src/lib/libc/net/inet_makeaddr.c
usr/src/lib/libc/net/inet_netof.c
usr/src/lib/libc/net/inet_network.c
usr/src/lib/libc/net/inet_ntoa.c
usr/src/lib/libc/net/iso_addr.3
usr/src/lib/libc/net/iso_addr.c
usr/src/lib/libc/net/linkaddr.3
usr/src/lib/libc/net/linkaddr.c
usr/src/lib/libc/net/ns.3
usr/src/lib/libc/net/ns_addr.c
usr/src/lib/libc/net/ns_ntoa.c
usr/src/lib/libc/net/rcmd.3
usr/src/lib/libc/net/rcmd.c
usr/src/lib/libc/net/recv.c
usr/src/lib/libc/net/res_comp.c
usr/src/lib/libc/net/res_debug.c
usr/src/lib/libc/net/res_init.c
usr/src/lib/libc/net/res_mkquery.c
usr/src/lib/libc/net/res_query.c
usr/src/lib/libc/net/res_send.c
usr/src/lib/libc/net/resolver.3
usr/src/lib/libc/net/send.c
usr/src/lib/libc/net/sethostent.c

index 9d68be6..8b07601 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)byteorder.3        6.7 (Berkeley) %G%
+.\"     @(#)byteorder.3        8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt BYTEORDER 3
 .\"
 .Dd 
 .Dt BYTEORDER 3
index 9876281..f51b918 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1987, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1987, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)gethostbyname.3    6.15 (Berkeley) %G%
+.\"     @(#)gethostbyname.3    8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETHOSTBYNAME 3
 .\"
 .Dd 
 .Dt GETHOSTBYNAME 3
index 9d938ee..12c40a9 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1985, 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)gethostnamadr.c    6.49 (Berkeley) %G%";
+static char sccsid[] = "@(#)gethostnamadr.c    8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: gethnamaddr.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: gethnamaddr.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
index c48aa95..ffb58e5 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getnetbyaddr.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)getnetbyaddr.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index e232f51..38e5111 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getnetbyname.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)getnetbyname.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index f50fe94..1663d18 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)getnetent.3        6.6 (Berkeley) %G%
+.\"     @(#)getnetent.3        8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETNETENT 3
 .\"
 .Dd 
 .Dt GETNETENT 3
index affab84..be36724 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getnetent.c        5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)getnetent.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 0390653..d1a57d7 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getproto.c 5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)getproto.c 8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index fcd38fa..dc38648 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)getprotoent.3      6.6 (Berkeley) %G%
+.\"     @(#)getprotoent.3      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETPROTOENT 3
 .\"
 .Dd 
 .Dt GETPROTOENT 3
index 833c6df..2a46bbd 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getprotoent.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)getprotoent.c      8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 963ac9d..793cc80 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getprotoname.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)getprotoname.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index 0a39021..50d207b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservbyname.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)getservbyname.c    8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index 6e8b8d2..873a2a6 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservbyport.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)getservbyport.c    8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <netdb.h>
index a9b6a6f..36ead5d 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)getservent.3       6.6 (Berkeley) %G%
+.\"     @(#)getservent.3       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt GETSERVENT 3
 .\"
 .Dd 
 .Dt GETSERVENT 3
index 851484b..b9dc0e5 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getservent.c       5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)getservent.c       8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index b730b98..19b4dec 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1987 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)herror.c   6.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)herror.c   8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: herror.c,v 4.9.1.1 1993/05/02 23:14:35 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: herror.c,v 4.9.1.1 1993/05/02 23:14:35 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
index d22e883..1babf94 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1990, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)inet.3     6.10 (Berkeley) %G%
+.\"     @(#)inet.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt INET 3
 .\"
 .Dd 
 .Dt INET 3
index 0cf302c..b881343 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_addr.c        5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_addr.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 8246ad6..a38c7d0 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_lnaof.c       5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_lnaof.c       8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index c991ed8..280c688 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_makeaddr.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_makeaddr.c    8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 055f18b..abb5684 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_netof.c       5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_netof.c       8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 3fd3c2c..cdbe0f6 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_network.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_network.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 41fb0db..ed81f08 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)inet_ntoa.c        5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)inet_ntoa.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index 8efcce7..bc462d1 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1993 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)iso_addr.3 5.3 (Berkeley) %G%
+.\"     @(#)iso_addr.3 8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ISO_ADDR 3
 .\"
 .Dd 
 .Dt ISO_ADDR 3
index 0754914..d51a367 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)iso_addr.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)iso_addr.c 8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index a41d28f..9248f57 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)linkaddr.3 5.2 (Berkeley) %G%
+.\"     @(#)linkaddr.3 8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt LINK_ADDR 3
 .\"
 .Dd 
 .Dt LINK_ADDR 3
@@ -33,40 +33,40 @@ The routine
 .Fn link_ntoa
 takes
 a link-level
 .Fn link_ntoa
 takes
 a link-level
-address and returns an
+addresses and returns
 .Tn ASCII
 .Tn ASCII
-string representing some of the information present,
-including the link level address itself, and the interface name
-or number, if present.
-This facility is experimental and is
-still subject to change.
+strings representing some of the information present
+(The link level address itself, and the interface name
+or number, if present.)
+This facility is still experimental, and had there been
+further development of the system would have been subject to change.
 .Pp
 .Pp
-For
-.Fn link_addr ,
-the string
-.Fa addr
-may contain
-an optional network interface identifier of the form
-.Dq "name unit-number" ,
+The syntax employed by
+.Fn link_addr
+is an optional network interface identifier (a string of the
+form
+.Dq name\ unit ,
 suitable for the first argument to
 suitable for the first argument to
-.Xr ifconfig 4 ,
-followed in all cases by a colon and
-an interface address in the form of
-groups of hexadecimal digits
-separated by periods.
-Each group represents a byte of address;
-address bytes are filled left to right from
-low order bytes through high order bytes.
+.Xr ifconfig 4 )
+followed by a colon when the interface identifier is present,
+followed in all cases by a sequence of hexadecimal
+.Dq digits
+(optionally separated by periods),
+of the form:
+.Bd -filled -offset indent
+<name unit :> <hex digits>.<hex digits>.<hex digits>
+.Ed
+.Pp
+Each pair of hexadecimal digits represents a byte
+with the leading digit indicating the higher-ordered bits.
+A period following an even number of bytes has no
+effect (but may be used to increase legitibility).
+A period following an odd number of bytes has the
+effective of filling the byte of address being translated
+to have its higher order bits filled with zeros.
 .Pp
 .Pp
-.\" A regular expression may make this format clearer:
-.\" .Bd -literal -offset indent
-.\" ([a-z]+[0-9]+:)?[0-9a-f]+(\e.[0-9a-f]+)*
-.\" .Ed
-.\" .Pp
-Thus
-.Li le0:8.0.9.13.d.30
-represents an ethernet address
-to be transmitted on the first Lance ethernet interface.
+Thus le0:8.0.9.13.d.30 represents an ethernet address
+to be transmitted on the first lance ethernet interface.
 .Sh RETURN VALUES
 .Fn link_ntoa
 always returns a null terminated string.
 .Sh RETURN VALUES
 .Fn link_ntoa
 always returns a null terminated string.
@@ -86,20 +86,7 @@ functions appeared in
 .Sh BUGS
 The returned values for link_ntoa
 reside in a static memory area.
 .Sh BUGS
 The returned values for link_ntoa
 reside in a static memory area.
-.Pp
 The function
 .Fn link_addr
 should diagnose improperly formed input, and there should be an unambiguous
 way to recognize this.
 The function
 .Fn link_addr
 should diagnose improperly formed input, and there should be an unambiguous
 way to recognize this.
-.Pp
-If the
-.Va sdl_len
-field of the link socket address
-.Fa sdl
-is 0,
-.Fn link_ntoa
-will not insert a colon before the interface address bytes.
-If this translated address is given to
-.Fn link_addr
-without inserting an initial colon,
-the latter will not interpret it correctly.
index 146763a..d2ff6c4 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)linkaddr.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)linkaddr.c 8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index a68d77a..acfc8e4 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1986, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ns.3       6.5 (Berkeley) %G%
+.\"     @(#)ns.3       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt NS 3
 .\"
 .Dd 
 .Dt NS 3
index 9374d6a..3575729 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)ns_addr.c  6.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)ns_addr.c  8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index fde3346..28e1cc1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1986 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1986, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)ns_ntoa.c  6.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)ns_ntoa.c  8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 7708cbf..0921230 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)rcmd.3     6.12 (Berkeley) %G%
+.\"     @(#)rcmd.3     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RCMD 3
 .\"
 .Dd 
 .Dt RCMD 3
index 8cefe8b..d608f5a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)rcmd.c     5.28 (Berkeley) %G%";
+static char sccsid[] = "@(#)rcmd.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 035f7d7..4d09928 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)recv.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)recv.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 8dd1f75..7f08e68 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_comp.c 6.23 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: res_comp.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: res_comp.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
index 34096b2..9ad15b0 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1985, 1990 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_debug.c        5.37 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_debug.c        8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
index 4a0b97e..8455ef3 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_init.c 6.16 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: res_init.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: res_init.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
index 09d26a3..7b56abb 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_mkquery.c      6.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_mkquery.c      8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: res_mkquery.c,v 4.9.1.2 1993/05/17 10:00:01 vixie Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: res_mkquery.c,v 4.9.1.2 1993/05/17 10:00:01 vixie Exp $";
 #endif /* LIBC_SCCS and not lint */
 
index 7b39e1f..60dec7f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_query.c        5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_query.c        8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: res_query.c,v 1.1 1993/06/01 09:42:14 vixie Exp vixie $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: res_query.c,v 1.1 1993/06/01 09:42:14 vixie Exp vixie $";
 #endif /* LIBC_SCCS and not lint */
 
index 4d9db11..49563fe 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1985, 1989 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  * -
  *
  * %sccs.include.redist.c%
  * -
@@ -26,7 +26,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_send.c 6.28 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) %G%";
 static char rcsid[] = "$Id: res_send.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
 static char rcsid[] = "$Id: res_send.c,v 4.9.1.1 1993/05/02 22:43:03 vixie Rel $";
 #endif /* LIBC_SCCS and not lint */
 
index 397cd26..995e454 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1985, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)resolver.3 6.9 (Berkeley) %G%
+.\"     @(#)resolver.3 8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt RESOLVER 3
 .\"
 .Dd 
 .Dt RESOLVER 3
index e9ce8d0..c0acdc9 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)send.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)send.c     8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
index 4589616..de7309a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1985 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1985, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  *
  * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)sethostent.c       6.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)sethostent.c       8.1 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>