diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 03:03:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 03:03:15 +0000 |
commit | 807670fcdfa502e7726320e85366bed9c9461bfe (patch) | |
tree | 145b694f3604fa00c87679bdf1f3fae48a24e3ba /libexec/login_krb5 | |
parent | 493190d31a649f51bcd88ed78b0d5252a04a3aff (diff) |
SEE ALSO reordering.
Diffstat (limited to 'libexec/login_krb5')
-rw-r--r-- | libexec/login_krb5/login_krb5.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/login_krb5/login_krb5.8 b/libexec/login_krb5/login_krb5.8 index 12bf67d8ce0..753482c36d5 100644 --- a/libexec/login_krb5/login_krb5.8 +++ b/libexec/login_krb5/login_krb5.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_krb5.8,v 1.7 2002/08/28 14:06:47 mpech Exp $ +.\" $OpenBSD: login_krb5.8,v 1.8 2002/11/09 03:03:14 fgsch Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -79,10 +79,10 @@ also supports KerberosIV ticket retrieval if krb4_get_tickets in the .Pa /etc/kerberosIV/krb5.conf is set to yes. .Sh SEE ALSO +.Xr kerberos 1 , .Xr login 1 , .Xr passwd 1 , .Xr su 1 , .Xr login.conf 5 , .Xr ftpd 8 , -.Xr login_krb4-or-pwd 8 , -.Xr kerberos 1 +.Xr login_krb4-or-pwd 8 |