]> granicus.if.org Git - sudo/commitdiff
commna, not colon after e.g.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Mar 2005 00:26:33 +0000 (00:26 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Mar 2005 00:26:33 +0000 (00:26 +0000)
sudo.pod

index 213bfe2dbb25a53b30265572a329a7f4a8337e85..d850d5d76f0b10ccbd5b3e6879c147d4a8040841 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -362,7 +362,7 @@ B<sudo> will check the ownership of its timestamp directory
 (F<@timedir@> by default) and ignore the directory's contents if
 it is not owned by root and only writable by root.  On systems that
 allow non-root users to give away files via L<chown(2)>, if the timestamp
-directory is located in a directory writable by anyone (e.g.: F</tmp>),
+directory is located in a directory writable by anyone (e.g., F</tmp>),
 it is possible for a user to create the timestamp directory before
 B<sudo> is run.  However, because B<sudo> checks the ownership and
 mode of the directory and its contents, the only damage that can
@@ -483,7 +483,7 @@ most systems it is possible to prevent shell escapes with B<sudo>'s
 I<noexec> functionality.  See the L<sudoers(@mansectform@)> manual
 for details.
 
-It is not meaningful to run the C<cd> command directly via sudo, e.g.
+It is not meaningful to run the C<cd> command directly via sudo, e.g.,
 
  $ sudo cd /usr/local/protected