fix typos
This commit is contained in:
parent
e2284c301b
commit
9c6f7703dc
7
us.1
7
us.1
@ -35,7 +35,7 @@ calling user's username.
|
|||||||
.PP
|
.PP
|
||||||
Invoking the program logs by default to
|
Invoking the program logs by default to
|
||||||
.BR syslog(2)
|
.BR syslog(2)
|
||||||
the outcome of the invocation, this behaviour can be changed in the config.
|
the outcome of the invocation, this behavior can be changed in the config.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.IP \-h
|
.IP \-h
|
||||||
@ -65,9 +65,8 @@ Use the specified config file
|
|||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
The
|
The
|
||||||
.BR us
|
.BR us
|
||||||
utility returns 0 on success and != 0 on failure which may occur on
|
utility returns 0 on success and != 0 on failure which may occur on various
|
||||||
various occasions, along with an error a message will be outputted to specify
|
occasions. An error message will be outputted to specify the reason.
|
||||||
the reason.
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR su(1)
|
.BR su(1)
|
||||||
|
@ -51,7 +51,7 @@ execution of the command. A valid environment variable list starts with an
|
|||||||
uppercase letter and ends at the next space.
|
uppercase letter and ends at the next space.
|
||||||
.PP
|
.PP
|
||||||
A valid config line must be owned by root:root and should not be readable,
|
A valid config line must be owned by root:root and should not be readable,
|
||||||
writeable or executable for any other user or group, if the config file fails
|
writable or executable for any other user or group, if the config file fails
|
||||||
to meet this requirements it will get rejected and invocation will fail.
|
to meet this requirements it will get rejected and invocation will fail.
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
@ -90,6 +90,11 @@ the group 'coolppl' because joe is uncool
|
|||||||
- joe as :coolppl
|
- joe as :coolppl
|
||||||
.EE
|
.EE
|
||||||
|
|
||||||
|
.SH LIMITATIONS
|
||||||
|
.PP
|
||||||
|
Due to the way the environment is parsed, neither the name nor the value can
|
||||||
|
contain commas.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR us(1)
|
.BR us(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user