summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2014-02-24 13:28:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2014-02-24 13:28:41 +0000
commitf57d311718270c6919f7d06e622432a22e2c33b0 (patch)
tree9fe100b023809d55f7acbcd6967d48e5aaddc502 /bin/ed
parente1baf9becd559bdb9802060910cdcc2e8ac5fa3c (diff)
NO_REALLOC_NULL and NEED_INSQUE are long gone.
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ed/README b/bin/ed/README
index 6be47b2c44b..b389bf7af5d 100644
--- a/bin/ed/README
+++ b/bin/ed/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.2 1996/06/23 14:19:58 deraadt Exp $
+$OpenBSD: README,v 1.3 2014/02/24 13:28:40 millert Exp $
$NetBSD: README,v 1.9 1995/03/21 09:04:33 cgd Exp $
ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
@@ -11,9 +11,7 @@ should be redefined to disable interrupts.
The following compiler directives are recognized:
DES - to add encryption support (requires crypt(3))
-NO_REALLOC_NULL - if realloc(3) does not accept a NULL pointer
BACKWARDS - for backwards compatibility
-NEED_INSQUE - if insque(3) is missing
The file `POSIX' describes extensions to and deviations from the POSIX
standard.