summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
Diffstat (limited to 'chpass')
-rw-r--r--chpass/Makefile1
-rw-r--r--chpass/chpass.12
2 files changed, 1 insertions, 2 deletions
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
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