Diff for /embedaddon/sudo/doc/visudo.man.in between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:29:52 version 1.1.1.4, 2013/07/22 10:46:12
Line 21 Line 21
 .\" Agency (DARPA) and Air Force Research Laboratory, Air Force  .\" Agency (DARPA) and Air Force Research Laboratory, Air Force
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"  .\"
.TH "VISUDO" "@mansectsu@" "July 12, 2012" "Sudo @PACKAGE_VERSION@" "System Manager's Manual".TH "VISUDO" "@mansectsu@" "June 12, 2013" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
 .nh  .nh
 .if n .ad l  .if n .ad l
 .SH "NAME"  .SH "NAME"
Line 93  Upon finding an error, Line 93  Upon finding an error,
 \fBvisudo\fR  \fBvisudo\fR
 will print a message stating the line number(s)  will print a message stating the line number(s)
 where the error occurred and the user will receive the  where the error occurred and the user will receive the
``What now?''\(lqWhat now?\(rq
 prompt.  prompt.
 At this point the user may enter  At this point the user may enter
`e'\(oqe\(cq
 to re-edit the  to re-edit the
 \fIsudoers\fR  \fIsudoers\fR
 file,  file,
`x'\(oqx\(cq
 to exit without saving the changes, or  to exit without saving the changes, or
`Q'\(oqQ\(cq
 to quit and save changes.  to quit and save changes.
 The  The
`Q'\(oqQ\(cq
 option should be used with extreme care because if  option should be used with extreme care because if
 \fBvisudo\fR  \fBvisudo\fR
 believes there to be a parse error, so will  believes there to be a parse error, so will
Line 115  will be able to Line 115  will be able to
 \fBsudo\fR  \fBsudo\fR
 again until the error is fixed.  again until the error is fixed.
 If  If
`e'\(oqe\(cq
 is typed to edit the  is typed to edit the
 \fIsudoers\fR  \fIsudoers\fR
 file after a parse error has been detected, the cursor will be placed on  file after a parse error has been detected, the cursor will be placed on
Line 145  will exit with a value of 1. Line 145  will exit with a value of 1.
 .TP 12n  .TP 12n
 \fB\-f\fR \fIsudoers\fR  \fB\-f\fR \fIsudoers\fR
 .br  .br
Specify and alternateSpecify an alternate
 \fIsudoers\fR  \fIsudoers\fR
 file location.  file location.
 With this option  With this option
Line 158  instead of the default, Line 158  instead of the default,
 The lock file used is the specified  The lock file used is the specified
 \fIsudoers\fR  \fIsudoers\fR
 file with  file with
``\.tmp''\(lq\.tmp\(rq
 appended to it.  appended to it.
 In  In
 \fIcheck-only\fR  \fIcheck-only\fR
 mode only, the argument to  mode only, the argument to
 \fB\-f\fR  \fB\-f\fR
 may be  may be
`-',\(oq-\(cq,
 indicating that  indicating that
 \fIsudoers\fR  \fIsudoers\fR
 will be read from the standard input.  will be read from the standard input.
Line 200  will consider this a parse error. Line 200  will consider this a parse error.
 Note that it is not possible to differentiate between an  Note that it is not possible to differentiate between an
 alias and a host name or user name that consists solely of uppercase  alias and a host name or user name that consists solely of uppercase
 letters, digits, and the underscore  letters, digits, and the underscore
(`_')(\(oq_\(cq)
 character.  character.
 .TP 12n  .TP 12n
 \fB\-V\fR  \fB\-V\fR
Line 256  Your user ID does not appear in the system passwd file Line 256  Your user ID does not appear in the system passwd file
 Either you are trying to use an undeclared {User,Runas,Host,Cmnd}_Alias  Either you are trying to use an undeclared {User,Runas,Host,Cmnd}_Alias
 or you have a user or host name listed that consists solely of  or you have a user or host name listed that consists solely of
 uppercase letters, digits, and the underscore  uppercase letters, digits, and the underscore
(`_')(\(oq_\(cq)
 character.  character.
 In the latter case, you can ignore the warnings  In the latter case, you can ignore the warnings
 (\fBsudo\fR  (\fBsudo\fR
Line 318  search the archives. Line 318  search the archives.
 .SH "DISCLAIMER"  .SH "DISCLAIMER"
 \fBvisudo\fR  \fBvisudo\fR
 is provided  is provided
``AS IS''\(lqAS IS\(rq
 and any express or implied warranties, including, but not limited  and any express or implied warranties, including, but not limited
 to, the implied warranties of merchantability and fitness for a  to, the implied warranties of merchantability and fitness for a
 particular purpose are disclaimed.  particular purpose are disclaimed.

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>