=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.1,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/su/su.1 2000/03/11 21:40:03 1.9 +++ src/usr.bin/su/su.1 2000/08/20 18:42:41 1.10 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.9 2000/03/11 21:40:03 aaron Exp $ +.\" $OpenBSD: su.1,v 1.10 2000/08/20 18:42:41 millert Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -42,6 +42,7 @@ .Sh SYNOPSIS .Nm su .Op Fl Kflm +.Op Fl c Ar login-class .Op Ar login Op Ar "shell arguments" .Sh DESCRIPTION .Nm @@ -93,6 +94,9 @@ .Bl -tag -width Ds .It Fl K Do not attempt to use Kerberos to authenticate the user. +.It Fl c +Specify a login class. +You may only override the default class if you're already root. .It Fl f If the invoked shell is .Xr csh 1 , @@ -223,7 +227,9 @@ .Xr login 1 , .Xr sh 1 , .Xr skey 1 , +.Xr setusercontext 3 , .Xr group 5 , +.Xr login.conf 5 , .Xr passwd 5 , .Xr environ 7 .Sh HISTORY