Skip to content

Commit

Permalink
Elaborate on the C function called
Browse files Browse the repository at this point in the history
  • Loading branch information
createyourpersonalaccount authored and trufae committed Sep 8, 2023
1 parent 1f7ca7e commit 40d8edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_commands/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ r2 -d /bin/ls
> =!help ; handled by the IO plugin
```

If a command starts with `!`, posix_system() is called to pass the command to your shell. Check `!?` for more options and usage examples.
If a command starts with `!`, the POSIX `system()` C function is called to pass the command to your shell. Check `!?` for more options and usage examples.

```
> !ls ; run `ls` in the shell
Expand Down

0 comments on commit 40d8edc

Please sign in to comment.