From: mar Date: Tue, 29 Nov 1988 14:39:31 +0000 (+0000) Subject: updated to reflect version 2.0 client X-Git-Tag: KREL1~84 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/227344f42bd09bc7cf41028e0173bac5a0bae930 updated to reflect version 2.0 client --- diff --git a/man/chfn.1 b/man/chfn.1 index 2e94deb7..45ea444b 100644 --- a/man/chfn.1 +++ b/man/chfn.1 @@ -7,7 +7,7 @@ chfn \- change finger information [ username ] .SH DESCRIPTION This command changes (or installs) -then GECOS information field +the GECOS information field associated with .IR username (your own name by default). @@ -27,6 +27,8 @@ The default value is accepted simply by typing a carriage return. To enter a blank field, the word ``none'' may be typed. Below is a sample run: .IP +.B "Info last changed on 22-mar-1988 15:13:33 by user studley using chfn" +.br .B "Name [Biff Studsworth II]:" .br .B "Nickname [Studley]:" @@ -61,4 +63,4 @@ until several hours after the database has been changed. Users may only change their own information unless they are SMS database administrators. .SH "SEE ALSO" -usermaint(1), finger(1) +sms(1), finger(1) diff --git a/man/chpobox.1 b/man/chpobox.1 index 003ad4cb..34e9ba07 100644 --- a/man/chpobox.1 +++ b/man/chpobox.1 @@ -4,32 +4,36 @@ chpobox \- change where user receives mail .SH SYNOPSIS .B chpobox -[ -d|a address] [-u username] +[-s address][-p][-u username] .SH DESCRIPTION -This command adds a new mailbox, deletes and existing mailbox, or -lists the mailboxes currently assigned to +This command sets and displays the mailbox currently assigned to .IR username (your own name by default). If neither the -.B -a +.B -s or the -.B -d -option is given, the current mailboxes will be displayed. -The options will attempt to add or delete the specified mailbox. +.B -p +option is given, the current mailbox will be displayed. +The +.B -s +option will attempt to set the user's mailbox to the specified address. +The +.B -p +flag will set the user's mailbox to the last Post Office server it was +using if the mailbox is now a foreign address. +.PP A mailbox address is of the form .I string@hostname, where the string is usually the username, and the hostname is the name of the machine the user wishes to receive mail on. -.PP .B chpobox will determine if the mailbox is of type POP, LOCAL, or FOREIGN based on information in the SMS database, and then make the appropriate change in the SMS database. -It will not allow a user to have more than one mailbox of type POP, -and it will not allow a user to delete his last mailbox. -The actual change will take place a couple of hours later. +It will not allow a user to have more than one mailbox of any type. +The actual change will not take place on the mail hub for several hours. Users may only change their own information unless they are SMS database administrators. .SH "SEE ALSO" -usermaint(1), +sms(1), SMS Section of the Project Athena Technical Plan. diff --git a/man/chsh.1 b/man/chsh.1 index b62f2941..7a2ca2de 100644 --- a/man/chsh.1 +++ b/man/chsh.1 @@ -26,5 +26,5 @@ The actual change will take place a couple of hours later. Users may only change their own information unless they are SMS database administrators. .SH "SEE ALSO" -usermaint(1), +sms(1), SMS section of the Project Athena Technical Plan diff --git a/man/mrtest.8 b/man/mrtest.8 index e2f53a11..afff60db 100644 --- a/man/mrtest.8 +++ b/man/mrtest.8 @@ -16,16 +16,28 @@ make a network connection to the SMS server. .B disconnect break the network connection to the SMS server. .TP +.B new +specify use of version 2.0 of the protocol. +.TP +.B old +specify use of version 1.0 of the protocol. +.TP .B script inputfile [outputfile] read commands from -.I inputfile. If -.I outputfile is specified, output will be redirected there while +.I inputfile. +If +.I outputfile +is specified, output will be redirected there while commands are read from .I inputfile. +The script file may contain comments consisting of lines starting +with a percent sign. Script files may also recursively perform other +script commands up to 8 scripts deep. .TP .B list_requests lists all of the -.I smstest commands. +.I smstest +commands. .TP .B quit exits the program. @@ -52,8 +64,9 @@ performs an authorization check on a query without actually executing the query. The arguments are the same as those in the .B query command described above. -.SH BUGS -There is no way to enter whitespace into a string argument to a query. +.TP +.B dcm +instructs the server to trigger a DCM update immediately. .SH SEE ALSO The Project Athena Technical Plan section on SMS for a list of queries and their arguements, and a description of the protocol this