typo
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 3 Mar 1993 01:02:00 +0000 (17:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 3 Mar 1993 01:02:00 +0000 (17:02 -0800)
SCCS-vsn: contrib/ed/l.c 5.4
SCCS-vsn: contrib/ed/ed.1 5.4

usr/src/contrib/ed/ed.1
usr/src/contrib/ed/l.c

index 2d047b2..b51a1af 100644 (file)
@@ -6,7 +6,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)ed.1        5.3 (Berkeley) %G%
+.\"    @(#)ed.1        5.4 (Berkeley) %G%
 .\"
 .TH ED 1 ""
 .SH NAME
 .\"
 .TH ED 1 ""
 .SH NAME
@@ -813,7 +813,7 @@ compile. Two methods work with a temporary file (stdio and db), while the
 third uses memory.
 The limit on the number of lines depends on the amount of memory.
 .SH FILES
 third uses memory.
 The limit on the number of lines depends on the amount of memory.
 .SH FILES
-/tmp/_bsd44_ed*
+/tmp/_4.4bsd_ed*
 .br
 .XP
 ed.hup: the buffer is written to this file in the current
 .br
 .XP
 ed.hup: the buffer is written to this file in the current
index 36cee01..f8c2d98 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)l.c        5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)l.c        5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -28,7 +28,7 @@ static char sccsid[] = "@(#)l.c       5.3 (Berkeley) %G%";
 
 /*
  * This is the list command. It's not wrapped in with n and p because
 
 /*
  * This is the list command. It's not wrapped in with n and p because
- * of the unambiguous printing needed.
+ * of the unambiguous printing need.
  */
 void
 l(inputt, errnum)
  */
 void
 l(inputt, errnum)