From: Todd C. Miller Date: Thu, 23 Jan 2003 08:03:51 +0000 (+0000) Subject: typos; jmc@openbsd.org X-Git-Tag: SUDO_1_6_7~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a48a0f67974470fc4824cfacbd4e04204648866;p=sudo typos; jmc@openbsd.org --- diff --git a/sudo.pod b/sudo.pod index 5c6de4a4d..c49b3e005 100644 --- a/sudo.pod +++ b/sudo.pod @@ -398,4 +398,4 @@ are generally safe). =head1 SEE ALSO -stat(2), login_cap(3), sudoers(5), passwd(5), visudo(8), grep(1), su(1). +grep(1), su(1), stat(2), login_cap(3), sudoers(5), passwd(5), visudo(8) diff --git a/sudoers.pod b/sudoers.pod index b8fdca1bf..ad0b28909 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -110,7 +110,7 @@ Each I definition is of the form where I is one of C, C, C, or C. A C is a string of uppercase letters, numbers, -and the underscore characters ('_'). A C B start with an +and underscore characters ('_'). A C B start with an uppercase letter. It is possible to put several alias definitions of the same type on a single line, joined by a colon (':'). E.g., @@ -275,7 +275,7 @@ commands on the current host. This flag is I<@mail_no_host@> by default. =item mail_no_perms If set, mail will be sent to the I user if the invoking -user allowed to use B but the command they are trying is not +user is allowed to use B but the command they are trying is not listed in their I file entry. This flag is I<@mail_no_perms@> by default. @@ -360,7 +360,7 @@ user. This flag is I by default. =item fqdn Set this flag if you want to put fully qualified hostnames in the -I file. I.e.: instead of myhost you would use myhost.mydomain.edu. +I file. I.e., instead of myhost you would use myhost.mydomain.edu. You may still use the short form if you wish (and even mix the two). Beware that turning on I requires B to make DNS lookups which may make B unusable if DNS stops working (for example @@ -382,7 +382,7 @@ password. This flag is I<@insults@> by default. If set, B will only run when the user is logged in to a real tty. This will disallow things like C<"rsh somehost sudo ls"> since rsh(1) does not allocate a tty. Because it is not possible to turn -of echo when there is no tty present, some sites may with to set +off echo when there is no tty present, some sites may with to set this flag to prevent a user from entering a visible password. This flag is I by default. @@ -649,7 +649,7 @@ The default value is `all'. =item listpw This option controls when a password will be required when a -user runs B with the B<-l>. It has the following possible values: +user runs B with the B<-l> flag. It has the following possible values: =over 8 @@ -685,12 +685,12 @@ B: Environment variables to be removed from the user's environment if the variable's value contains C<%> or C characters. This can -be used to guard against printf-style format vulnerabilties in +be used to guard against printf-style format vulnerabilities in poorly-written programs. The argument may be a double-quoted, space-separated list or a single value without double-quotes. The list can be replaced, added to, deleted from, or disabled by using the C<=>, C<+=>, C<-=>, and C operators respectively. The default -list of environment variable to check is printed when B is +list of environment variables to check is printed when B is run by root with the I<-V> option. =item env_delete @@ -700,7 +700,7 @@ The argument may be a double-quoted, space-separated list or a single value without double-quotes. The list can be replaced, added to, deleted from, or disabled by using the C<=>, C<+=>, C<-=>, and C operators respectively. The default list of environment -variable to remove is printed when B is run by root with the +variables to remove is printed when B is run by root with the I<-V> option. Note that many operating systems will remove potentially dangerous variables from the environment of any setuid process (such as B). @@ -750,7 +750,7 @@ C in the user specification, a default C of B will be used. A C sets the default for commands that follow it. What this means is that for the entry: - dgb boulder = (operator) /bin/ls, /bin/kill, /usr/bin/who + dgb boulder = (operator) /bin/ls, /bin/kill, /usr/bin/lprm The user B may run F, F, and F -- but only as B. E.g., @@ -827,7 +827,7 @@ escape special characters such as: "*", "?", "[", and "}". Note that a forward slash ('/') will B be matched by wildcards used in the pathname. When matching the command -line arguments, however, as slash B get matched by +line arguments, however, a slash B get matched by wildcards. This is to make a path like: /usr/bin/* @@ -1084,4 +1084,4 @@ I. =head1 SEE ALSO -rsh(1), sudo(8), visudo(8), su(1), fnmatch(3). +rsh(1), su(1), fnmatch(3), sudo(8), visudo(8) diff --git a/visudo.pod b/visudo.pod index d2532ced0..db2d50995 100644 --- a/visudo.pod +++ b/visudo.pod @@ -189,4 +189,4 @@ the editor used by B allows shell escapes. =head1 SEE ALSO -vi(1), sudo(8), vipw(8). +vi(1), sudo(8), vipw(8)