This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] io.sgml \n\r <=> \r\n


On Tue, Nov 04, 2003 at 05:20:30PM -0500, Billy wrote:
> In the TTY docs, the CRLFs are always expressed as '\n\r'...
> (See http://sources.redhat.com/ecos/docs-latest/ref/io-tty-driver.html)
> I had to check that the tty code actually does the right thing.
> Here's a correction to the docs..

Thanks. Please could you include a ChangeLog entry next time. I made
one up for you this time. See bellow.

    Andrew



Index: io/common//current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/io/common/current/ChangeLog,v
retrieving revision 1.18
diff -u -r1.18 ChangeLog
--- io/common//current/ChangeLog        25 Mar 2003 02:46:53 -0000      1.18
+++ io/common//current/ChangeLog        6 Nov 2003 11:15:07 -0000
@@ -1,3 +1,8 @@
+2003-11-06   Billy <billy@babababa.net>
+
+       * doc/io.sgml: In the TTY section swap "\n\r" to "\r\n" to match
+       reality.
+
 2003-03-25  Jonathan Larmour  <jifl@eCosCentric.com>
 
        * include/config_keys.h: Define CYG_IO_SET_CONFIG_SERIAL_OUTPUT_FLUSH

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]