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

doc: fix filehandle.truncate sample codes #20913

Closed

Commits on May 23, 2018

  1. doc: fix filehandle.truncate sample codes

    Masashi Hirano committed May 23, 2018
    Configuration menu
    Copy the full SHA
    32107d0 View commit details
    Browse the repository at this point in the history
  2. doc: fix filehandle.truncate sample codes to call filehandle.close

    Fix sample codes because `filehandle.close` was not called when error
    occured. `filehandle.close` should be called manually.
    Masashi Hirano committed May 23, 2018
    Configuration menu
    Copy the full SHA
    89fc020 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. doc: remove unneeded empty line in fs.md

    shisama committed May 24, 2018
    Configuration menu
    Copy the full SHA
    dda739e View commit details
    Browse the repository at this point in the history
  2. doc: fix sample codes for filehandle.truncate

    Fix sample codes for filehandle.truncate to make them more clearly.
    Masashi Hirano committed May 24, 2018
    Configuration menu
    Copy the full SHA
    01a67c1 View commit details
    Browse the repository at this point in the history