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

ReadFixed and WriteFixed descriptions #275

Closed
connortsui20 opened this issue Apr 21, 2024 · 2 comments
Closed

ReadFixed and WriteFixed descriptions #275

connortsui20 opened this issue Apr 21, 2024 · 2 comments

Comments

@connortsui20
Copy link
Contributor

https://docs.rs/io-uring/latest/io_uring/opcode/struct.ReadFixed.html

Read from pre-mapped buffers that have been previously registered...

Should this be "Read into pre-mapped buffers" instead of "Read from"?

https://docs.rs/io-uring/latest/io_uring/opcode/struct.WriteFixed.html

Write to pre-mapped buffers that have been previously registered...

Also, should this be "Write from pre-mapped buffers" instead of "Write to"?

I'm pretty sure this is the case, but not 100% sure.

@quininer
Copy link
Member

You are right, would you like to open a PR to fix it?

@connortsui20
Copy link
Contributor Author

Sure!

It would probably be good for me to take the time to add some more specific documentation that isn't just pointing to man pages. Hopefully I can get those done next month (when my school semester has finished)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants