From: mar Date: Tue, 6 Dec 1988 14:33:28 +0000 (+0000) Subject: typos and mention that smstest can't have a file stdin X-Git-Tag: KREL1~62 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/b3da4492082d05bc35d870694814e3ad2c4f936b?hp=05e591e391d5034ceaf49f56713db28e5c22e727 typos and mention that smstest can't have a file stdin --- diff --git a/man/mrtest.8 b/man/mrtest.8 index 45d13dac..fc8c771b 100644 --- a/man/mrtest.8 +++ b/man/mrtest.8 @@ -10,7 +10,7 @@ allows one to perform by hand all operations allowed in the sms protocol. There are no command line options, as commands are given to a prompt within the program. Control operations are: .TP -.B connnect [server] +.B connect [server] make a network connection to the SMS server. If no server is specified, the default "SMS.MIT.EDU:sms_db" will be used. .TP @@ -60,7 +60,7 @@ done in queries. There are over 100 queries, each of which requires different arguments. the arguments should be placed on the line following the name of the query, separated by whitespace. .TP -.B access query_handle [query arguements ...] +.B access query_handle [query arguments ...] performs an authorization check on a query without actually executing the query. The arguments are the same as those in the .B query @@ -68,7 +68,11 @@ command described above. .TP .B dcm instructs the server to trigger a DCM update immediately. +.SH BUGS +Due to problems in the ss library, standard input must be a terminal. +If it is a file, only the first line will be read. However, the +script command allows one to read input from a file. .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 +and their arguments, and a description of the protocol this implements.