Skip to content

Commit

Permalink
tweaked description
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-bhatt committed Jul 31, 2024
1 parent e60236c commit 01592fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/safeposix/syscalls/fs_calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4727,11 +4727,10 @@ impl Cage {
///
/// ### Panics
///
/// * If the inode number retrieved from `metawalkandparent` does not exist
/// in `FS_METADATA.inodetable`.
/// * There are no known panics in this function.
///
/// For more detailed description of all the commands and return values,
/// refer to the relevant documentation.
/// refer to the rename syscall man page [here](https://man7.org/linux/man-pages/man2/rename.2.html).

pub fn rename_syscall(&self, oldpath: &str, newpath: &str) -> i32 {
if oldpath.len() == 0 {
Expand Down

0 comments on commit 01592fb

Please sign in to comment.