From owner-cvs-all Mon Feb 22 18:41:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F39B711541; Mon, 22 Feb 1999 18:41:26 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA28874; Mon, 22 Feb 1999 18:41:26 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199902230241.SAA28874@freefall.freebsd.org> From: Guy Helmer Date: Mon, 22 Feb 1999 18:41:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass chpass.1 edit.c table.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/02/22 18:41:26 PST Modified files: usr.bin/chpass chpass.1 edit.c table.c Log: 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 Revision Changes Path 1.15 +10 -5 src/usr.bin/chpass/chpass.1 1.13 +2 -2 src/usr.bin/chpass/edit.c 1.7 +1 -1 src/usr.bin/chpass/table.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message