diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-02 06:46:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-02 06:46:19 +0000 |
commit | 998ea190075c8b3b256bd0cbd684948bc4773298 (patch) | |
tree | ca5d6f62d31a77fd8aad03e3248aaa3906c3df2d /etc/etc.alpha | |
parent | 4dee0340bcb36e22f2cfdfdbba20d40fbb6f41a7 (diff) |
spelling/grammar fixes; from larry hynes
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/login.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.alpha/login.conf b/etc/etc.alpha/login.conf index 58c8b6295e2..019c86a8920 100644 --- a/etc/etc.alpha/login.conf +++ b/etc/etc.alpha/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.6 2017/02/06 18:11:33 sthen Exp $ +# $OpenBSD: login.conf,v 1.7 2019/06/02 06:46:17 jmc Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -8,7 +8,7 @@ # Standard authentication styles: # # passwd Use only the local password file -# chpass Do not authenticate, but change users password (change +# chpass Do not authenticate, but change user's password (change # the YP password if the user has one, else change the # local password) # lchpass Do not login; change user's local password instead @@ -33,7 +33,7 @@ auth-ftp-defaults:auth-ftp=passwd: # The default values # To alter the default authentication types change the line: # :tc=auth-defaults:\ -# to be read something like: (enables passwd, "myauth", and activ) +# to read something like: (enables passwd, "myauth", and activ) # :auth=passwd,myauth,activ:\ # Any value changed in the daemon class should be reset in default # class. @@ -55,7 +55,7 @@ default:\ # # Settings used by /etc/rc and root # This must be set properly for daemons started as root by inetd as well. -# Be sure reset these values back to system defaults in the default class! +# Be sure to reset these values to system defaults in the default class! # daemon:\ :ignorenologin:\ |