[Midnightbsd-cvs] src [11346] update man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jul 5 15:09:15 EDT 2018


Revision: 11346
          http://svnweb.midnightbsd.org/src/?rev=11346
Author:   laffer1
Date:     2018-07-05 15:09:15 -0400 (Thu, 05 Jul 2018)
Log Message:
-----------
update man page

Modified Paths:
--------------
    trunk/bin/ed/ed.1
    trunk/bin/ed/ed.h

Property Changed:
----------------
    trunk/bin/ed/ed.1

Modified: trunk/bin/ed/ed.1
===================================================================
--- trunk/bin/ed/ed.1	2018-07-05 19:08:47 UTC (rev 11345)
+++ trunk/bin/ed/ed.1	2018-07-05 19:09:15 UTC (rev 11346)
@@ -1,6 +1,6 @@
-.\" $FreeBSD: src/bin/ed/ed.1,v 1.35 2005/01/16 16:41:56 ru Exp $
-.\" $MidnightBSD: src/bin/ed/ed.1,v 1.2 2006/07/07 15:55:59 laffer1 Exp $
-.Dd July 3, 2004
+.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/bin/ed/ed.1 306974 2016-10-10 15:54:32Z sevan $
+.Dd October 2, 2016
 .Dt ED 1
 .Os
 .Sh NAME
@@ -915,9 +915,9 @@
 .El
 .Sh FILES
 .Bl -tag -width /tmp/ed.* -compact
-.It /tmp/ed.*
+.It Pa /tmp/ed.*
 buffer file
-.It ed.hup
+.It Pa ed.hup
 the file to which
 .Nm
 attempts to write the buffer if the terminal hangs up
@@ -999,7 +999,7 @@
 An
 .Nm
 command appeared in
-Version 1 AT&T UNIX.
+.At v1 .
 .Sh BUGS
 The
 .Nm


Property changes on: trunk/bin/ed/ed.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/bin/ed/ed.h
===================================================================
--- trunk/bin/ed/ed.h	2018-07-05 19:08:47 UTC (rev 11345)
+++ trunk/bin/ed/ed.h	2018-07-05 19:09:15 UTC (rev 11346)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /* ed.h: type and constant definitions for the ed editor. */
 /*-
  * Copyright (c) 1993 Andrew Moore
@@ -25,8 +26,7 @@
  * SUCH DAMAGE.
  *
  *	@(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
- * $FreeBSD: src/bin/ed/ed.h,v 1.20 2005/01/10 08:39:22 imp Exp $
- * $MidnightBSD$
+ * $FreeBSD: stable/10/bin/ed/ed.h 241737 2012-10-19 14:49:42Z ed $
  */
 
 #include <sys/param.h>
@@ -278,3 +278,9 @@
 extern long second_addr;
 extern long u_addr_last;
 extern long u_current_addr;
+extern long rows;
+extern int cols;
+extern int newline_added;
+extern int des;
+extern int scripted;
+extern int patlock;



More information about the Midnightbsd-cvs mailing list