diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
commit | 90235b6a389342833e0d0274e26e329442fc5afd (patch) | |
tree | 5829da3575e5c09e938690b0b6c65a06fa2c3d11 /bin/ed | |
parent | c51fd5b8a2f165a9fbe744c02af75eaa9dcffd59 (diff) |
add an EXIT STATUS section for /bin;
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 321d19df4f7..f50d0cfbbcd 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.56 2010/07/27 09:27:35 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.57 2010/09/03 09:53:20 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 27 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt ED 1 .Os .Sh NAME @@ -168,8 +168,6 @@ The default filename is set to .Ar file only if it is not prefixed with a bang. .El -.Pp -.Ex -std ed .Ss LINE ADDRESSING An address represents the number of a line in the buffer. .Nm @@ -732,6 +730,8 @@ where .Nm attempts to write the buffer if the terminal hangs up .El +.Sh EXIT STATUS +.Ex -std ed .Sh DIAGNOSTICS When an error occurs, .Nm |