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

minor doc issues in os #42820

Closed
tiissa mannequin opened this issue Jan 22, 2006 · 2 comments
Closed

minor doc issues in os #42820

tiissa mannequin opened this issue Jan 22, 2006 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@tiissa
Copy link
Mannequin

tiissa mannequin commented Jan 22, 2006

BPO 1412227
Nosy @birkenfeld
Files
  • os.4.patch: Patch for libos.tex
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2006-01-22.19:35:32.000>
    created_at = <Date 2006-01-22.19:04:59.000>
    labels = ['docs']
    title = 'minor doc issues in os'
    updated_at = <Date 2006-01-22.19:35:32.000>
    user = 'https://bugs.python.org/tiissa'

    bugs.python.org fields:

    activity = <Date 2006-01-22.19:35:32.000>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2006-01-22.19:04:59.000>
    creator = 'tiissa'
    dependencies = []
    files = ['1875']
    hgrepos = []
    issue_num = 1412227
    keywords = []
    message_count = 2.0
    messages = ['27323', '27324']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'tiissa']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1412227'
    versions = []

    @tiissa
    Copy link
    Mannequin Author

    tiissa mannequin commented Jan 22, 2006

    Section 6.1.4 in libos.tex, in the description of the
    stat function, there is a new paragraph on FreeBSD with
    an incomplete parenthesis:
    ..."may be available (but may be only filled out of
    root tries to use them:"
    I guess it should read "(but may be only filled out if
    root tries to use them):" (but I may be wrong).

    Also, in the walk function, there is a typo : one
    "dirnames" should be "dirpath" instead (when describing
    the effect of a modification of dirnames in a bottom-up
    walk).

    In this same walk function, os.error is used although
    OSError is used everywhere else (to my incomplete
    knowledge). Is there a reason?

    I join a patch with these corrections and some small
    LaTeX macro changes in stat_float_times.

    Thank you.

    @tiissa tiissa mannequin closed this as completed Jan 22, 2006
    @tiissa tiissa mannequin added the docs Documentation in the Doc dir label Jan 22, 2006
    @tiissa tiissa mannequin closed this as completed Jan 22, 2006
    @tiissa tiissa mannequin added the docs Documentation in the Doc dir label Jan 22, 2006
    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=1188172

    Thanks for pointing those out!

    Committed revisions 42142, 42143 (2.4).

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant