Module Name: src Committed By: andvar Date: Tue Aug 3 20:59:20 UTC 2021
Modified Files: src/usr.sbin/rpc.pcnfsd: common.h Log Message: s/pasword/password/ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/rpc.pcnfsd/common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/rpc.pcnfsd/common.h diff -u src/usr.sbin/rpc.pcnfsd/common.h:1.2 src/usr.sbin/rpc.pcnfsd/common.h:1.3 --- src/usr.sbin/rpc.pcnfsd/common.h:1.2 Tue Jul 25 22:20:26 1995 +++ src/usr.sbin/rpc.pcnfsd/common.h Tue Aug 3 20:59:20 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.2 1995/07/25 22:20:26 gwr Exp $ */ +/* $NetBSD: common.h,v 1.3 2021/08/03 20:59:20 andvar Exp $ */ /* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.common.h 1.3 91/12/17 14:32:05 SMI */ /* @@ -89,7 +89,7 @@ **--------------------------------------------------------------------- ** Define (via Makefile) the following symbol to use a cache of recently-used ** user names. This has certain uses in university and other settings -** where (1) the pasword file is very large, and (2) a group of users +** where (1) the password file is very large, and (2) a group of users ** frequently logs in together using the same account (for example, ** a class userid). **--------------------------------------------------------------------- @@ -132,7 +132,7 @@ ** to determine if a password entry contains a legal shell (and therefore ** identifies a user who may log in). The default is to check that ** the last two characters of the shell field are "sh", which should -** cope with "sh", "csh", "ksh", "bash".... See the routine get_pasword() +** cope with "sh", "csh", "ksh", "bash".... See the routine get_password() ** in pcnfsd_misc.c for more details. ** ** Note: For some reason that I haven't yet figured out, getusershell()