summaryrefslogtreecommitdiffstats
path: root/chpass/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'chpass/table.c')
-rw-r--r--chpass/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chpass/table.c b/chpass/table.c
index 46a12d1..c6b76b3 100644
--- a/chpass/table.c
+++ b/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, },