From 40d8edc6b542073d786424d5d19e9e992bc3c615 Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou Date: Fri, 8 Sep 2023 12:08:06 +0300 Subject: [PATCH] Elaborate on the C function called --- src/basic_commands/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic_commands/intro.md b/src/basic_commands/intro.md index a6623d50..1e84fa2b 100644 --- a/src/basic_commands/intro.md +++ b/src/basic_commands/intro.md @@ -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