diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-22 23:13:58 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-22 23:13:58 +0000 |
commit | 2b490f7137dc598ceee0fb199752d4a270983867 (patch) | |
tree | bcecc7482967c7d09c93b3c0895718ad2a4d5713 /lib/libskey | |
parent | c1aa3ecaa1541240fd02352141c42ab719ee6e88 (diff) | |
download | FreeBSD-src-2b490f7137dc598ceee0fb199752d4a270983867.zip FreeBSD-src-2b490f7137dc598ceee0fb199752d4a270983867.tar.gz |
Fix a spelling error.
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/skey.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3 index 555a36d..90d85eb 100644 --- a/lib/libskey/skey.3 +++ b/lib/libskey/skey.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: skey.3,v 1.1 1996/12/22 13:33:56 davidn Exp $ .\" .Dd December 22, 1996 .Dt SKEY 3 @@ -97,7 +97,7 @@ If this function returns 0, the verify was successful and the database was updated. If 1 is returned, the verify failed and the database remains unchanged. -If -1 is returned, some sort of error occured with the database, +If -1 is returned, some sort of error occurred with the database, and the database is left unchanged. The s/key database is always closed by this call. .Pp @@ -117,7 +117,7 @@ The .Fn skey_crypt is a wrapper function for the standard library .Xr crypt 3 , -which returns the encrypted unix password if either the given +which returns the encrypted UNIX password if either the given s/key or regular passwords are ok. .Fn skey_crypt first attempts verification of the given password via the skey |