diff options
-rw-r--r-- | libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 | 4 | ||||
-rw-r--r-- | libexec/login_token/login_token.8 | 4 | ||||
-rw-r--r-- | libexec/login_token/token.c | 4 | ||||
-rw-r--r-- | libexec/login_token/token.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 index 74fa81f5006..f64277b3ee2 100644 --- a/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 +++ b/libexec/login_krb5-or-pwd/login_krb5-or-pwd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_krb5-or-pwd.8,v 1.6 2002/06/06 20:57:46 aaron Exp $ +.\" $OpenBSD: login_krb5-or-pwd.8,v 1.7 2002/07/16 12:38:40 jufi Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -38,7 +38,7 @@ The .Nm program first attempts to authenticate the user via KerberosV and, -failng that, falls back to standard password authentication. +failing that, falls back to standard password authentication. .Pp If KerberosV is not configured on the system, .Nm diff --git a/libexec/login_token/login_token.8 b/libexec/login_token/login_token.8 index 3e81194535f..1f073caf3d9 100644 --- a/libexec/login_token/login_token.8 +++ b/libexec/login_token/login_token.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_token.8,v 1.6 2001/11/13 14:06:10 mpech Exp $ +.\" $OpenBSD: login_token.8,v 1.7 2002/07/16 12:38:40 jufi Exp $ .\" .\" Copyright (c) 1995 Migration Associates Corporation. All rights reserved. .\" @@ -75,7 +75,7 @@ in the the appropriate database file, depending on what name it was called as: .Pa /etc/crypto.db , or .Pa /etc/snk.db . -It will then will issue a challenge, and if the user +It then will issue a challenge, and if the user is able to correctly respond (by using the appropriate token) the user will be authenticated. The diff --git a/libexec/login_token/token.c b/libexec/login_token/token.c index c01af1ce4e0..0c59cde7dc3 100644 --- a/libexec/login_token/token.c +++ b/libexec/login_token/token.c @@ -1,4 +1,4 @@ -/* $OpenBSD: token.c,v 1.7 2002/06/28 01:14:37 deraadt Exp $ */ +/* $OpenBSD: token.c,v 1.8 2002/07/16 12:38:40 jufi Exp $ */ /*- * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved @@ -274,7 +274,7 @@ tokenuserinit(int flags, char *username, unsigned char *usecret, unsigned mode) des_fixup_key_parity(&secret.cb); /* - * Check if the db record already exists. If no + * Check if the db record already exists. If there's no * force-init flag and it exists, go away. Else, * create the user's db record and put to the db. */ diff --git a/libexec/login_token/token.h b/libexec/login_token/token.h index ef7693abde4..266cdcd8753 100644 --- a/libexec/login_token/token.h +++ b/libexec/login_token/token.h @@ -1,4 +1,4 @@ -/* $OpenBSD: token.h,v 1.2 2000/12/20 01:52:12 millert Exp $ */ +/* $OpenBSD: token.h,v 1.3 2002/07/16 12:38:40 jufi Exp $ */ /*- * Copyright (c) 1995 Migration Associates Corp. All Rights Reserved @@ -59,7 +59,7 @@ struct token_types { char *proper; /* proper name of card */ char *db; /* path to database */ char map[6]; /* how A-F map to decimal */ - int options; /* varios available options */ + int options; /* various available options */ u_int modes; /* available modes */ u_int defmode; /* default mode (if none specified) */ }; |