summaryrefslogtreecommitdiffstats
path: root/chpass
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-03-04 13:35:57 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-03-04 13:35:57 +0000
commit142a7605c2947afa39e259b722ca745916009e2c (patch)
tree62d177789207ec0bff9f9032cdb40790aa5effe0 /chpass
parentc8de657eccd8568b23d55fbdcdc421ea20907580 (diff)
parent7670596c5386db5668e6b3b6c8fbf37e378eae91 (diff)
downloadpw-darwin-142a7605c2947afa39e259b722ca745916009e2c.tar.gz
pw-darwin-142a7605c2947afa39e259b722ca745916009e2c.tar.zst
pw-darwin-142a7605c2947afa39e259b722ca745916009e2c.zip
IFH@204581
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