diff options
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 480b0db..9985bd6 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -526,7 +526,7 @@ spawning a new process. .Pp Otherwise, if the command name does not match a function or built-in command, the command is searched for as a normal -program in the filesystem (as described in the next section). +program in the file system (as described in the next section). When a normal program is executed, the shell runs the program, passing the arguments and the environment to the program. If the program is not a normal executable file |