From 7a03d653054fe10b5016f63aae356f1c3ba8988a Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- chpass/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'chpass') diff --git a/chpass/Makefile b/chpass/Makefile index e958956..7f7ac51 100644 --- a/chpass/Makefile +++ b/chpass/Makefile @@ -9,7 +9,6 @@ PROG= chpass SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c BINOWN= root BINMODE=4555 -WARNS?= 5 .if ${MK_NIS} != "no" CFLAGS+= -DYP .endif -- cgit v1.2.3-56-ge451 From 22fbb722e59acb5b97d466d056f6cd82feaf49dc Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 14 Jan 2010 11:03:26 +0000 Subject: The group field is called `gid', not `group'. --- chpass/chpass.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chpass') diff --git a/chpass/chpass.1 b/chpass/chpass.1 index 24b1759..a926607 100644 --- a/chpass/chpass.1 +++ b/chpass/chpass.1 @@ -168,7 +168,7 @@ that manipulate these files will often return only one of the multiple entries, and that one by random selection. .Pp The -.Ar group +.Ar gid field is the group that the user will be placed in at login. Since .Bx -- cgit v1.2.3-56-ge451