summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/table.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-09 11:14:39 +0000
committerjkh <jkh@FreeBSD.org>1995-02-09 11:14:39 +0000
commitef60271dc002b54fc9f8cbb2ae5b8a30bbd38ddd (patch)
tree29f6a7cff3fdc647d7d5c49ab80b3b3946209734 /usr.bin/chpass/table.c
parent2cbfd0e2291ab1de5ac76880a140f673c1a1f3d6 (diff)
downloadFreeBSD-src-ef60271dc002b54fc9f8cbb2ae5b8a30bbd38ddd.zip
FreeBSD-src-ef60271dc002b54fc9f8cbb2ae5b8a30bbd38ddd.tar.gz
Fixes for chpass.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
Diffstat (limited to 'usr.bin/chpass/table.c')
-rw-r--r--usr.bin/chpass/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c
index 46a12d1..c6b76b3 100644
--- a/usr.bin/chpass/table.c
+++ b/usr.bin/chpass/table.c
@@ -50,7 +50,7 @@ ENTRY list[] = {
{ "class", p_class, 1, 5, e1, },
{ "change", p_change, 1, 6, NULL, },
{ "expire", p_expire, 1, 6, NULL, },
- { "full name", p_gecos, 0, 9, e2, },
+ { "full name", p_gecos, 1, 9, e2, },
{ "office phone", p_gecos, 0, 12, e2, },
{ "home phone", p_gecos, 0, 10, e2, },
{ "location", p_gecos, 0, 8, e2, },
OpenPOWER on IntegriCloud