=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudo.mdoc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/sudo/Attic/sudo.mdoc.in 2012/08/17 20:57:45 1.1 --- src/usr.bin/sudo/Attic/sudo.mdoc.in 2013/12/08 18:38:28 1.2 *************** *** 19,25 **** .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" ! .Dd $Mdocdate: August 17 2012 $ .Dt SUDO @mansectsu@ .Os .Sh NAME --- 19,25 ---- .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" ! .Dd $Mdocdate: December 8 2013 $ .Dt SUDO @mansectsu@ .Os .Sh NAME *************** *** 219,226 **** .Fl c No ( Em class Ns No ) option causes .Nm sudo ! to run the specified command with resources limited by the specified ! login class. The .Em class argument can be either a class name as defined in --- 219,227 ---- .Fl c No ( Em class Ns No ) option causes .Nm sudo ! to run the command with resource limits and scheduling priority of ! the specified login ! .Ar class . The .Em class argument can be either a class name as defined in *************** *** 228,245 **** or a single .Ql \- character. ! Specifying a .Ar class ! of ! .Li - ! indicates that the command should be run restricted by the default ! login capabilities for the user the command is run as. ! If the ! .Ar class ! argument specifies an existing user class, the command must be run ! as root, or the .Nm sudo ! command must be run from a shell that is already root. This option is only available on systems with BSD login classes. .It Fl E The --- 229,246 ---- or a single .Ql \- character. ! If .Ar class ! is ! .Li - , ! the default login class of the target user will be used. ! Otherwise, the command must be run as the superuser (user ID 0), or .Nm sudo ! must be run from a shell that is already running as the superuser. ! If the command is being run as a login shell, additional ! .Pa /etc/login.conf ! settings, such as the umask and environment variables, will ! be applied, if present. This option is only available on systems with BSD login classes. .It Fl E The