]> andersk Git - moira.git/commitdiff
typos and mention that smstest can't have a file stdin
authormar <mar>
Tue, 6 Dec 1988 14:33:28 +0000 (14:33 +0000)
committermar <mar>
Tue, 6 Dec 1988 14:33:28 +0000 (14:33 +0000)
man/mrtest.8

index 45d13dacf11af73127de9f9105bdc6f5e5beaa8f..fc8c771b38daf9859946aa3397a251d51e97dee5 100644 (file)
@@ -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.
This page took 0.03202 seconds and 5 git commands to generate.