summaryrefslogtreecommitdiffstats
path: root/chpass/table.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-09 11:14:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-09 11:14:39 +0000
commit1175e543201444659522baa004c976838ecdc606 (patch)
treea13785db2f8ccd3f5cc27a84853476c3eb37f056 /chpass/table.c
parente6fc7aa8756963973843f735b76491e20a4a37b8 (diff)
downloadpw-darwin-1175e543201444659522baa004c976838ecdc606.tar.gz
pw-darwin-1175e543201444659522baa004c976838ecdc606.tar.zst
pw-darwin-1175e543201444659522baa004c976838ecdc606.zip
Fixes for chpass.
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
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, },