Skip to content

Commit

Permalink
process_vm_*: fix documentation for android
Browse files Browse the repository at this point in the history
  • Loading branch information
rupansh committed Oct 12, 2021
1 parent 09177b3 commit 9d119d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/uio.rs
Expand Up @@ -115,7 +115,7 @@ pub struct RemoteIoVec {
/// `CAP_SYS_PTRACE`), or you must be running as the same user as the
/// target process and the OS must have unprivileged debugging enabled.
///
/// This function is only available on Linux and Android
/// This function is only available on Linux and Android(SDK23+).
///
/// [`process_vm_writev`(2)]: https://man7.org/linux/man-pages/man2/process_vm_writev.2.html
/// [ptrace]: ../ptrace/index.html
Expand Down Expand Up @@ -150,7 +150,7 @@ pub fn process_vm_writev(
/// `CAP_SYS_PTRACE`), or you must be running as the same user as the
/// target process and the OS must have unprivileged debugging enabled.
///
/// This function is only available on Linux.
/// This function is only available on Linux and Android(SDK23+).
///
/// [`process_vm_readv`(2)]: https://man7.org/linux/man-pages/man2/process_vm_readv.2.html
/// [`ptrace`]: ../ptrace/index.html
Expand Down

0 comments on commit 9d119d5

Please sign in to comment.