Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of Scanf.Scanning.open_in #5230

Closed
vicuna opened this issue Feb 21, 2011 · 2 comments
Closed

Documentation of Scanf.Scanning.open_in #5230

vicuna opened this issue Feb 21, 2011 · 2 comments
Assignees

Comments

@vicuna
Copy link

vicuna commented Feb 21, 2011

Original bug ID: 5230
Reporter: Pascal Cuoq
Assigned to: @pierreweis
Status: closed (set by @xavierleroy on 2012-09-25T18:06:17Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.12.0
Category: documentation

Bug description

The documentation of Scanf.Scanning.open_in reuses that of previous function from_file. Instances of "from_file" in the body of the documentation have not been renamed.

From http://caml.inria.fr/pub/docs/manual-ocaml/libref/Scanf.Scanning.html :

val open_in : string -> in_channel
Bufferized file reading in text mode. The efficient and usual way to scan text mode files (in effect, from_file returns a scanning buffer that reads characters in large chunks, rather than one character at a time as buffers returned by from_channel below do). Scanning.from_file fname returns a scanning buffer which reads from the given file fname in text mode.
Since 3.12.0

@vicuna
Copy link
Author

vicuna commented Feb 23, 2011

Comment author: @pierreweis

Thank you Pascal for the bug report. I reviewed the entire doc of the module.
This will be available in the next bug fix release.

@vicuna
Copy link
Author

vicuna commented Feb 23, 2011

Comment author: @pierreweis

Just a careful documentation review.

@vicuna vicuna closed this as completed Sep 25, 2012
@vicuna vicuna added the bug label Mar 20, 2019
dra27 pushed a commit to dra27/ocaml that referenced this issue Feb 27, 2021
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.12@10962 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants