=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/su/su.1,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/su/su.1 2014/04/22 12:53:48 1.29 --- src/usr.bin/su/su.1 2014/04/24 14:14:08 1.30 *************** *** 1,4 **** ! .\" $OpenBSD: su.1,v 1.29 2014/04/22 12:53:48 henning Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: su.1,v 1.30 2014/04/24 14:14:08 jmc Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 29,35 **** .\" .\" from: @(#)su.1 6.12 (Berkeley) 7/29/91 .\" ! .Dd $Mdocdate: April 22 2014 $ .Dt SU 1 .Os .Sh NAME --- 29,35 ---- .\" .\" from: @(#)su.1 6.12 (Berkeley) 7/29/91 .\" ! .Dd $Mdocdate: April 24 2014 $ .Dt SU 1 .Os .Sh NAME *************** *** 92,101 **** option (deprecated). .It Fl a Ar auth-type Specify an authentication type such as ! .Dq skey , ! .Dq securid , or ! .Dq krb5 . .It Fl c Ar login-class Specify a login class. You may only override the default class if you're already root. --- 92,100 ---- option (deprecated). .It Fl a Ar auth-type Specify an authentication type such as ! .Dq skey or ! .Dq radius . .It Fl c Ar login-class Specify a login class. You may only override the default class if you're already root. *************** *** 259,269 **** .Pp .Dl $ su -a skey -l foo .Sh SEE ALSO - .Xr csh 1 , - .Xr kinit 1 , .Xr login 1 , - .Xr sh 1 , - .Xr skey 1 , .Xr setusercontext 3 , .Xr group 5 , .Xr login.conf 5 , --- 258,264 ----