diff options
Diffstat (limited to 'bin/ed/README')
-rw-r--r-- | bin/ed/README | 4 |
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. |