diff options
Diffstat (limited to '')
| -rw-r--r-- | gasroot.8 | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -1,4 +1,4 @@ -.TH GASROOT 8 gasroot +.TH GASROOT 8 GASROOT .SH NAME gasroot - run a process as the root user @@ -21,12 +21,12 @@ with sanitised and updated environment variables. Only users in the .B wheel group are allowed to run the -.B asroot +.B gasroot utility, unless it is installed with non-standard permissions. .SH OPTIONS The -.B asroot +.B gasroot utility conforms to the Base Definitions volume of POSIX.1-2017, .IR "Section 12.2" , .IR "Utility Syntax Guidelines" . @@ -41,7 +41,7 @@ sanitise nor update them. The following operands are supported: .TP .I command -The command that shall be run with as the root user. +The command that shall be run as the root user. This will be both the process image and the process's zeroth command line argument. .TP @@ -53,21 +53,23 @@ The .B gasroot utility does not use the standard input, however the .I command -it starts may. +it starts may use it. .SH INPUT FILES None. .SH ENVIRONMENT VARIABLES -The following environment variables affects the execution of +The following environment variables affect the execution of .BR gasroot : .TP -.SH PATH -Default. See to the Base Definitions volume of POSIX.1-2017, Section 8.3, Other Environment Variables. +.B PATH +Default. See the Base Definitions volume of POSIX.1-2017, +.IR "Section 8.3" , +.IR "Other Environment Variables" . .PP The execution of .B gasroot -is also affected by environment variables that affects it tooltik. +is also affected by environment variables that affect its toolkit. .SH ASYNCHRONOUS EVENTS Default. @@ -77,7 +79,7 @@ The .B gasroot utility does not use the standard output, however the .I command -it starts may. +it starts may use it. .SH STDERR The standard error is used for diagnostic messages and the @@ -99,7 +101,7 @@ If the utility fails it will exit with one of the following statuses: .TP 125 -A error occurred. +An error occurred. .TP 126 The process failed to change process image. @@ -129,11 +131,11 @@ None. The .I PATH environment variable will not be updated. -Updates environment variables are: +Updated environment variables are: .IR HOME , .IR LOGNAME , .IR MAIL , -.IR SHEEL , +.IR SHELL , and .IR USER . |
