diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 09:37:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-25 09:37:46 +0000 |
commit | fc4b955c4f48c4b2a4bc3955884e449b7f442c4b (patch) | |
tree | 7aa7fcf201262a46e54dcc7dac91ec437bebaee4 /usr.bin | |
parent | cb2f8eac0a4afda0a9c2a1aa13224a685b89f23f (diff) |
remove obsolete kerberos references;
ok hin@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/su/su.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 2023a89b4f2..20a735dfc5c 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.19 2003/06/10 09:12:12 jmc Exp $ +.\" $OpenBSD: su.1,v 1.20 2003/07/25 09:37:45 jmc Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -108,7 +108,7 @@ Specify an authentication type such as .Dq skey , .Dq securid , or -.Dq krb4 . +.Dq krb5 . .It Fl c Specify a login class. You may only override the default class if you're already root. @@ -252,7 +252,6 @@ Same as above, but use S/Key for authentication. .El .Sh SEE ALSO .Xr csh 1 , -.Xr kerberos 1 , .Xr kinit 1 , .Xr login 1 , .Xr sh 1 , |