Skip to content

typo in writeLines.Rd (PR#2580)

2 messages · Stephen Eglen, Brian Ripley

#
Present in r-devel and r-patched, 
line 27 of src/library/base/man/writeLines.Rd:

  platform (LF on Unix/Linux, CRLF on Windows, LF on Macintosh).  For

I think on the Macintosh, that should be CR, not LF,
as elsewhere, e.g. in base.Rd.

Stephen
#
It seems to depend on the OS on the Mac these days, so we need to be more
specific.
On Tue, 25 Feb 2003 eglen@pcg.wustl.edu wrote:

            
Which file is that?  writeLines.Rd is part of library/base/man/base.Rd, 
the only one I can find.