mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Fix minor grammar and spelling issues in sudo.conf man page
Signed-off-by: peppapig450 <peppapig450@pm.me>
This commit is contained in:
parent
ce0ec8ddca
commit
2f4d6bfe25
@ -234,7 +234,7 @@ The following plugin-agnostic paths may be set in the
|
|||||||
file:
|
file:
|
||||||
.Bl -tag -width 4n
|
.Bl -tag -width 4n
|
||||||
.It askpass
|
.It askpass
|
||||||
The fully qualified path to a helper program used to read the user's
|
The fully-qualified path to a helper program used to read the user's
|
||||||
password when no terminal is available.
|
password when no terminal is available.
|
||||||
This may be the case when
|
This may be the case when
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
@ -271,7 +271,7 @@ functions, for example
|
|||||||
.Bx ,
|
.Bx ,
|
||||||
macOS and Solaris.
|
macOS and Solaris.
|
||||||
.It intercept
|
.It intercept
|
||||||
The path to a shared library containing a wrappers for the
|
The path to a shared library containing wrappers for the
|
||||||
.Xr execve 2 ,
|
.Xr execve 2 ,
|
||||||
.Xr execl 3 ,
|
.Xr execl 3 ,
|
||||||
.Xr execle 3 ,
|
.Xr execle 3 ,
|
||||||
@ -347,7 +347,7 @@ The default value is
|
|||||||
.Pa @noexec_file@ .
|
.Pa @noexec_file@ .
|
||||||
.It plugin_dir
|
.It plugin_dir
|
||||||
The default directory to use when searching for plugins
|
The default directory to use when searching for plugins
|
||||||
that are specified without a fully qualified path name.
|
that are specified without a fully-qualified path name.
|
||||||
The default value is
|
The default value is
|
||||||
.Pa @plugindir@ .
|
.Pa @plugindir@ .
|
||||||
.if \n(SL \{\
|
.if \n(SL \{\
|
||||||
@ -735,8 +735,8 @@ front-end configuration
|
|||||||
# Path intercept /path/to/sudo_intercept.so
|
# Path intercept /path/to/sudo_intercept.so
|
||||||
#
|
#
|
||||||
# Path to a shared library containing replacements for the execv()
|
# Path to a shared library containing replacements for the execv()
|
||||||
# and execve() library functions that perform a policy check to verify
|
# and execve() library functions, which perform a policy check to verify
|
||||||
# the command is allowed and simply return an error if not. This is
|
# whether the command is allowed and return an error if it is not. This is
|
||||||
# used to implement the "intercept" functionality on systems that
|
# used to implement the "intercept" functionality on systems that
|
||||||
# support LD_PRELOAD or its equivalent.
|
# support LD_PRELOAD or its equivalent.
|
||||||
#
|
#
|
||||||
@ -764,7 +764,7 @@ front-end configuration
|
|||||||
# Path plugin_dir /path/to/plugins
|
# Path plugin_dir /path/to/plugins
|
||||||
#
|
#
|
||||||
# The default directory to use when searching for plugins that are
|
# The default directory to use when searching for plugins that are
|
||||||
# specified without a fully qualified path name.
|
# specified without a fully-qualified path name.
|
||||||
#
|
#
|
||||||
#Path plugin_dir @plugindir@
|
#Path plugin_dir @plugindir@
|
||||||
|
|
||||||
@ -850,7 +850,7 @@ sudo-workers mailing list,
|
|||||||
https://www.sudo.ws/mailman/listinfo/sudo-workers (public)
|
https://www.sudo.ws/mailman/listinfo/sudo-workers (public)
|
||||||
or <sudo@sudo.ws> (private).
|
or <sudo@sudo.ws> (private).
|
||||||
.Pp
|
.Pp
|
||||||
Please not report security vulnerabilities through public GitHub
|
Please do not report security vulnerabilities through public GitHub
|
||||||
issues, Bugzilla or mailing lists.
|
issues, Bugzilla or mailing lists.
|
||||||
Instead, report them via email to <Todd.Miller@sudo.ws>.
|
Instead, report them via email to <Todd.Miller@sudo.ws>.
|
||||||
You may encrypt your message with PGP if you would like, using
|
You may encrypt your message with PGP if you would like, using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user