summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/table.c
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-02-23 02:41:26 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-02-23 02:41:26 +0000
commitcac37efcb9a132414f6a6db15538f65ce730ffba (patch)
treed8b88a380748f559a06c5c2d3053d0a6834f4106 /usr.bin/chpass/table.c
parent54bf2d59fe63392c202ee5b295a3fda7ab314ab9 (diff)
downloadFreeBSD-src-cac37efcb9a132414f6a6db15538f65ce730ffba.zip
FreeBSD-src-cac37efcb9a132414f6a6db15538f65ce730ffba.tar.gz
Change the prompt for the office location field from "Location:"
to "Office Location:" to disambiguate what is expected. Add a note to the man page to indicate that the office location and office phone fields are concatenated and printed with the heading "Office:" by finger(1). Swap the order of the home and office phone fields in the man page to match the order of the fields in the editor. If any programs interact with chpass(1) and expect "Location:" instead of "Office Location:" as the prompt, either this change will have to be reverted or the other programs will have to be changed. PR: docs/7533
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 1bc857b..572977f 100644
--- a/usr.bin/chpass/table.c
+++ b/usr.bin/chpass/table.c
@@ -57,7 +57,7 @@ ENTRY list[] = {
#endif
{ "office phone", p_gecos, 0, 12, e2, },
{ "home phone", p_gecos, 0, 10, e2, },
- { "location", p_gecos, 0, 8, e2, },
+ { "office location", p_gecos, 0, 15, e2, },
{ "other information", p_gecos, 0, 11, e1, },
{ "home directory", p_hdir, 1, 14, e1, },
{ "shell", p_shell, 0, 5, e1, },
OpenPOWER on IntegriCloud