diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-26 08:21:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-26 08:21:52 +0000 |
commit | e224f050289ce337bbd1d6299f622f27b3c71c91 (patch) | |
tree | c25cf683779b42f08661d1162f0f1fb7aca3ecac /bin/ed | |
parent | dffc0c078addf567b3f7e4deb7e26651e8ae3365 (diff) |
document in STANDARDS that we do not mark eols with $;
originally reported by ezequiel garz?n
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 64b268cc3cd..b7f57be4958 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.61 2014/04/14 23:19:51 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.62 2014/11/26 08:21:51 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: April 14 2014 $ +.Dd $Mdocdate: November 26 2014 $ .Dt ED 1 .Os .Sh NAME @@ -810,6 +810,19 @@ additionally, it says behaviour for the .Fl option is .Dq unspecified . +.Pp +The +.St -p1003.1-2008 +specification says the +.Ic l +command should mark the ends of lines with a +.Sq $ +character, +and that +.Sq $ +characters +within the text should be output preceded by a backslash; +this implementation does not support that. .Sh HISTORY An .Nm |