]> granicus.if.org Git - sudo/commitdiff
Put back real man sections, we will do the substitution later.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 7 Apr 2000 14:26:23 +0000 (14:26 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 7 Apr 2000 14:26:23 +0000 (14:26 +0000)
sudo.pod
sudoers.pod
visudo.pod

index 1ad9deed1f6aad5ba8e415e6a5fc192a863bc76d..7cbb65f1bb61b9811490da430f7819ad626067c9 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -160,13 +160,13 @@ I<username>, use "#uid".
 
 The C<-s> (I<shell>) option runs the shell specified by the I<SHELL>
 environment variable if it is set or the shell as specified
-in passwd(@mansectform@).
+in passwd(5).
 
 =item -H
 
 The C<-H> (I<HOME>) option sets the I<HOME> environment variable
 to the homedir of the target user (root by default) as specified
-in passwd(@mansectform@).  By default, B<sudo> does not modify I<HOME>.
+in passwd(5).  By default, B<sudo> does not modify I<HOME>.
 
 =item -S
 
@@ -245,7 +245,7 @@ date on system that allow users to give away files.
 
 =head1 EXAMPLES
 
-Note: the following examples assume suitable sudoers(@mansectform@) entries.
+Note: the following examples assume suitable sudoers(5) entries.
 
 To get a file listing of an unreadable directory:
 
@@ -332,4 +332,4 @@ are generally safe).
 
 =head1 SEE ALSO
 
-login_cap(3), sudoers(@mansectform@), visudo(@mansectsu@), su(1).
+login_cap(3), sudoers(5), visudo(8), su(1).
index 7862243a87449e504e53df9bcaa49fd2cabadc0b..7734e69268afe5a6d6061943aecee3c63e37211b 100644 (file)
@@ -934,4 +934,4 @@ I<sudoers>.
 
 =head1 SEE ALSO
 
-sudo(@mansectsu@), visudo(@mansectsu@), su(1), fnmatch(3).
+sudo(8), visudo(8), su(1), fnmatch(3).
index 626a21240e95d6d1a8ab07055479c46cace3ff03..6924cb1619d549b8b932d948c58a713d9f519ba4 100644 (file)
@@ -46,7 +46,7 @@ B<visudo> [ B<-s> ] [ B<-V> ]
 =head1 DESCRIPTION
 
 B<visudo> edits the I<sudoers> file in a safe fashion, analogous to
-vipw(@mansectsu@).  B<visudo> locks the I<sudoers> file against multiple
+vipw(8).  B<visudo> locks the I<sudoers> file against multiple
 simultaneous edits, provides basic sanity checks, and checks
 for parse errors.  If the I<sudoers> file is currently being
 edited you will receive a message to try again later.  In the
@@ -158,4 +158,4 @@ the editor used by B<visudo> allows shell escapes.
 
 =head1 SEE ALSO
 
-sudo(@mansectsu@), vipw(@mansectsu@).
+sudo(8), vipw(8).