1 02/06/84  chname
 2 
 3 Syntax:  chname Person_id {mailing_name}
 4 
 5 
 6 Function: allows the accounting administrator to change the mailing
 7 name for a user.  The full name must be enclosed in quotes if it is
 8 given on the command line.  If the new name is not given, the old name
 9 is displayed and a change is accepted.
10 
11 
12 Arguments:
13 Person_id
14    is the Person_id of the user whose mailing name is to be changed.
15 mailing_name
16    is the new mailing name of the user.  It must be enclosed in quotes.
17    If this argument is omitted, the chname command prints the old
18    mailing name and then waits for the accounting administrator to
19    enter the user's new mailing name (which should not be enclosed in
20    quotes in this case) or enter a null line (to retain the old value).