aboutsummaryrefslogtreecommitdiffstats
path: root/exec-as.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:06:33 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:06:33 +0100
commiteaef2ea44cc6f3d5f637a95ff0f171b0cf7c6acc (patch)
treee2e2a9db28fc174a029dbf757944a9236b730ee8 /exec-as.1
parentUpdate e-mail (diff)
downloadexec-as-f4cdd5b1ec63e2bcbfc0cc1d07c3d33d868491df.tar.gz
exec-as-f4cdd5b1ec63e2bcbfc0cc1d07c3d33d868491df.tar.bz2
exec-as-f4cdd5b1ec63e2bcbfc0cc1d07c3d33d868491df.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'exec-as.1')
-rw-r--r--exec-as.18
1 files changed, 4 insertions, 4 deletions
diff --git a/exec-as.1 b/exec-as.1
index a52199f..a550f62 100644
--- a/exec-as.1
+++ b/exec-as.1
@@ -20,12 +20,12 @@ and the following arguments for the following values in
.BR argv .
.SH NOTES
At least one argument is required. Since this is not
-a builtin function, it cannot be used as
+a built-in function, it cannot be used as
.BR exec (1)
without arguments to set file descriptors.
.PP
-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
.BR exec (1)
@@ -41,7 +41,7 @@ and set
.B argv[0]
to
.B \-bash
-(making it a login shell.) You can add addition argument as needed.
+(making it a login shell.) You can add additional arguments as needed.
.SH "SEE ALSO"
.BR exec (1),
.BR exec (3)