Bug 10

Summary: Typos in man pages for sudo (Darwin)
Product: Sudo Reporter: Chris Pepper <pepper>
Component: DocumentationAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: low CC: pepper
Priority: low    
Version: 1.6.2   
Hardware: Other   
OS: Other   

Description Chris Pepper 2000-10-07 23:29:41 MDT
sudo 1.6.2p3 is included in Mac OS X Public Beta (based on the Darwin
foundation). The man pages in this installation include several typos.


       -v  If given the -v (validate) option, sudo will update
           the user's timestamp, prompting for the user's
           password if necessary.  This extends the sudo timeout
           to for another N minutes (where N is defined at
           installation time and defaults to 5 minutes) but does
           not run a command.
"to for another" should be
"for another".


AUTHORS
       Many people have worked on sudo over the years, this
       version consists of code written primarily by:
"over the years, this" should be
"over the years; this"


[g4:/Library/WebServer/Configuration] pepper% sudo -L
fqdn: Require fully-qualified hsotnames in the sudoers file
In the output from 'sudo -L',
"hsotnames" should be
"hostnames".
Comment 1 Todd C. Miller 2000-10-08 10:27:59 MDT
Thanks for finding the typos, sudo 1.6.4 will include those fixes.