diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-04 00:19:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-09-04 00:19:39 +0000 |
commit | 7172ccf2549551b235af4ea57918359f6d476849 (patch) | |
tree | 1d3194a4bc76158f9cb15ad51411666a82f7cb80 /lib/libc | |
parent | df30e1acc83436bddaa61cba47a258d7d69e0f01 (diff) |
password databases -> group databases;
from netbsd -r 1.20;
ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getgrent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index b54d2508f01..3c2af628105 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgrent.3,v 1.12 2003/06/02 20:18:34 millert Exp $ +.\" $OpenBSD: getgrent.3,v 1.13 2004/09/04 00:19:38 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -195,7 +195,7 @@ appeared in .Pp The historic function .Xr setgrfile 3 , -which allowed the specification of alternate password databases, has +which allowed the specification of alternate group databases, has been deprecated and is no longer available. .Sh BUGS The functions |