From eaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:06:33 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 26a3b28..1bb3ece 100644 --- a/README +++ b/README @@ -11,18 +11,18 @@ DESCRIPTION NOTES At least one argument is required. Since this is not - a builtin function, it cannot be used as exec(1) without + a built-in function, it cannot be used as exec(1) without arguments to set file descriptors. - Because this is not a builtin function, running this - program would normally do an fork–exec rather than + Because this is not a built-in function, running this + program would normally do a fork–exec rather than just an exec. To just perform an exec, you need to use exec(1) too: exec exec-as EXAMPLES 'exec-as bash -bash' will run the first program in - $PATH named bash, and set argv[0] to -bash (making it - a login shell.) You can add addition argument as needed. + $PATH named bash, and set argv[0] to -bash (making it a + login shell.) You can add additional arguments as needed. SEE ALSO exec(1), exec(3) -- cgit v1.2.3-70-g09d2