summaryrefslogtreecommitdiffstats
path: root/bin/ed
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerru <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commitffd9fd4c0ed5972f009b7bef7962e63c16e7bd44 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/ed
parentea812ffcf7bd499c17e770d26e4a5656d8d23f57 (diff)
downloadFreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.zip
FreeBSD-src-ffd9fd4c0ed5972f009b7bef7962e63c16e7bd44.tar.gz
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/ed.166
1 files changed, 33 insertions, 33 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index fe5f067..20fc805 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -921,39 +921,6 @@ the file to which
.Nm
attempts to write the buffer if the terminal hangs up
.El
-.Sh SEE ALSO
-.Xr bdes 1 ,
-.Xr sed 1 ,
-.Xr sh 1 ,
-.Xr vi 1 ,
-.Xr regex 3
-.Pp
-USD:12-13
-.Rs
-.%A B. W. Kernighan
-.%A P. J. Plauger
-.%B Software Tools in Pascal
-.%O Addison-Wesley
-.%D 1981
-.Re
-.Sh LIMITATIONS
-The
-.Nm
-utility processes
-.Ar file
-arguments for backslash escapes, i.e., in a filename,
-any characters preceded by a backslash (\\) are
-interpreted literally.
-.Pp
-If a text (non-binary) file is not terminated by a newline character,
-then
-.Nm
-appends one on reading/writing it.
-In the case of a binary file,
-.Nm
-does not append a newline on reading/writing.
-.Pp
-per line overhead: 4 ints
.Sh DIAGNOSTICS
When an error occurs,
.Nm
@@ -994,6 +961,39 @@ or edit another file before writing a modified buffer
results in an error.
If the command is entered a second time, it succeeds,
but any changes to the buffer are lost.
+.Sh SEE ALSO
+.Xr bdes 1 ,
+.Xr sed 1 ,
+.Xr sh 1 ,
+.Xr vi 1 ,
+.Xr regex 3
+.Pp
+USD:12-13
+.Rs
+.%A B. W. Kernighan
+.%A P. J. Plauger
+.%B Software Tools in Pascal
+.%O Addison-Wesley
+.%D 1981
+.Re
+.Sh LIMITATIONS
+The
+.Nm
+utility processes
+.Ar file
+arguments for backslash escapes, i.e., in a filename,
+any characters preceded by a backslash (\\) are
+interpreted literally.
+.Pp
+If a text (non-binary) file is not terminated by a newline character,
+then
+.Nm
+appends one on reading/writing it.
+In the case of a binary file,
+.Nm
+does not append a newline on reading/writing.
+.Pp
+per line overhead: 4 ints
.Sh HISTORY
An
.Nm
OpenPOWER on IntegriCloud