4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 13:11:39 +0000 (05:11 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 13:11:39 +0000 (05:11 -0800)
SCCS-vsn: usr.bin/uucp/libuu/anlwrk.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/anyread.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/cfgets.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/chkpth.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/cpmv.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/expfile.c 8.1
SCCS-vsn: usr.bin/uucp/man5/L-devices.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/gename.c 8.1
SCCS-vsn: usr.bin/uucp/man5/L-dialcodes.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/getargs.c 8.1
SCCS-vsn: usr.bin/uucp/man5/L.aliases.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/getprm.c 8.1
SCCS-vsn: usr.bin/uucp/man5/L.cmds.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/getpwinfo.c 8.1
SCCS-vsn: usr.bin/uucp/man5/L.sys.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/gnxseq.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/lastpart.c 8.1
SCCS-vsn: usr.bin/uucp/man5/USERFILE.5 8.1
SCCS-vsn: usr.bin/uucp/libuu/logent.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/mailst.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/prefix.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/setline.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/subdir.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/sysacct.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/systat.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/ulockf.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/uucpdefs.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/uucpname.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/versys.c 8.1
SCCS-vsn: usr.bin/uucp/libuu/xqt.c 8.1

30 files changed:
usr/src/usr.bin/uucp/libuu/anlwrk.c
usr/src/usr.bin/uucp/libuu/anyread.c
usr/src/usr.bin/uucp/libuu/cfgets.c
usr/src/usr.bin/uucp/libuu/chkpth.c
usr/src/usr.bin/uucp/libuu/cpmv.c
usr/src/usr.bin/uucp/libuu/expfile.c
usr/src/usr.bin/uucp/libuu/gename.c
usr/src/usr.bin/uucp/libuu/getargs.c
usr/src/usr.bin/uucp/libuu/getprm.c
usr/src/usr.bin/uucp/libuu/getpwinfo.c
usr/src/usr.bin/uucp/libuu/gnxseq.c
usr/src/usr.bin/uucp/libuu/lastpart.c
usr/src/usr.bin/uucp/libuu/logent.c
usr/src/usr.bin/uucp/libuu/mailst.c
usr/src/usr.bin/uucp/libuu/prefix.c
usr/src/usr.bin/uucp/libuu/setline.c
usr/src/usr.bin/uucp/libuu/subdir.c
usr/src/usr.bin/uucp/libuu/sysacct.c
usr/src/usr.bin/uucp/libuu/systat.c
usr/src/usr.bin/uucp/libuu/ulockf.c
usr/src/usr.bin/uucp/libuu/uucpdefs.c
usr/src/usr.bin/uucp/libuu/uucpname.c
usr/src/usr.bin/uucp/libuu/versys.c
usr/src/usr.bin/uucp/libuu/xqt.c
usr/src/usr.bin/uucp/man5/L-devices.5
usr/src/usr.bin/uucp/man5/L-dialcodes.5
usr/src/usr.bin/uucp/man5/L.aliases.5
usr/src/usr.bin/uucp/man5/L.cmds.5
usr/src/usr.bin/uucp/man5/L.sys.5
usr/src/usr.bin/uucp/man5/USERFILE.5

index e007c4d..9e690af 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)anlwrk.c   5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)anlwrk.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 07c410b..6a852dc 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)anyread.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)anyread.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 3dfedd7..3a19ac7 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cfgets.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)cfgets.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 3dc3110..0eae2a3 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)chkpth.c   5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)chkpth.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index f3635eb..31b8008 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cpmv.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)cpmv.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index f1ace50..36085b5 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)expfile.c  5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)expfile.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 07903bb..87a91ff 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)gename.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)gename.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index b7e6299..0c12123 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getargs.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)getargs.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index fc882f1..9062840 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getprm.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)getprm.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index a744288..eefe1d0 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getpwinfo.c        5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)getpwinfo.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index aacdaf3..8952a0b 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)gnxseq.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)gnxseq.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index e3e350c..4baa49a 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lastpart.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)lastpart.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 18798e1..932e28a 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)logent.c   5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)logent.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index d2e8b3b..c691d19 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mailst.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)mailst.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <signal.h>
 #endif /* not lint */
 
 #include <signal.h>
index e89915f..7f30f59 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)prefix.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)prefix.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*LINTLIBRARY*/
 #endif /* not lint */
 
 /*LINTLIBRARY*/
index 46ea6dd..661b5c4 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)setline.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)setline.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 0a14df9..3301fdb 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)subdir.c   5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)subdir.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index a6a6d3e..a733ae7 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sysacct.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)sysacct.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 3df02a0..63e31c0 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)systat.c   5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)systat.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index ef43df8..d0402a5 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ulockf.c   5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)ulockf.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 150f301..b84ec24 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)uucpdefs.c 5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)uucpdefs.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index dacdec7..ac6c7f2 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)uucpname.c 5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)uucpname.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 32a26db..2d5462e 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)versys.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)versys.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index 58f8f11..f13fe7e 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1985 The 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.proprietary.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.proprietary.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)xqt.c      5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)xqt.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <signal.h>
 #endif /* not lint */
 
 #include <signal.h>
index 622772f..fdf7385 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)L-devices.5 6.2 (Berkeley) %G%
+.\"    @(#)L-devices.5 8.1 (Berkeley) %G%
 .\"
 .TH L-DEVICES 5 ""
 .UC 6
 .\"
 .TH L-DEVICES 5 ""
 .UC 6
index 8e0f972..c3eb492 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)L-dialcodes.5       6.2 (Berkeley) %G%
+.\"    @(#)L-dialcodes.5       8.1 (Berkeley) %G%
 .\"
 .TH L-DIALCODES 5 ""
 .UC 6
 .\"
 .TH L-DIALCODES 5 ""
 .UC 6
index 4e366ea..ad00acd 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)L.aliases.5 6.3 (Berkeley) %G%
+.\"    @(#)L.aliases.5 8.1 (Berkeley) %G%
 .\"
 .TH L.ALIASES 5 ""
 .UC 6
 .\"
 .TH L.ALIASES 5 ""
 .UC 6
index 6c8e136..2012832 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)L.cmds.5    6.2 (Berkeley) %G%
+.\"    @(#)L.cmds.5    8.1 (Berkeley) %G%
 .\"
 .TH L.CMDS 5 ""
 .UC 6
 .\"
 .TH L.CMDS 5 ""
 .UC 6
index fff403b..fc945d0 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)L.sys.5     6.3 (Berkeley) %G%
+.\"    @(#)L.sys.5     8.1 (Berkeley) %G%
 .\"
 .TH L.SYS 5 ""
 .UC 6
 .\"
 .TH L.SYS 5 ""
 .UC 6
index d56b2bb..bf260d1 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986 The 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.proprietary.roff%
 .\"
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)USERFILE.5  6.3 (Berkeley) %G%
+.\"    @(#)USERFILE.5  8.1 (Berkeley) %G%
 .\"
 .TH USERFILE 5 ""
 .UC 6
 .\"
 .TH USERFILE 5 ""
 .UC 6