X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=doc%2Fclients-howto;fp=doc%2Fclients-howto;h=ad4767473093334ca69cc8aeec244c0eb15cf74e;hp=e70a2c8a043bc0c334012cf2269aa4be4375375d;hb=d3de388ad48ce3ac1a5150232513ba173eaad0ae;hpb=25a7ae30683a46e727ec23f198bdd8b797dd907f diff --git a/doc/clients-howto b/doc/clients-howto index e70a2c8a0..ad4767473 100644 --- a/doc/clients-howto +++ b/doc/clients-howto @@ -264,7 +264,7 @@ The following IDs occur: rejects redirections in batch files. Certain bad failures make the server ignore the rest of the batch - file file. This feature is too hard to predict to be really useful. + file. This feature is too hard to predict to be really useful. Protocol flaw: strictly asynchronous clients cannot support C_EXECUTE correctly. By the time C_EXECUTE arrives, the client may @@ -286,7 +286,7 @@ The following IDs occur: empire-client prints the text verbatim, prepended by a line feed. This is clearly sub-optimal, because it can be inserted in the - middle of user input. Clients wishing to to display asynchronous + middle of user input. Clients wishing to display asynchronous messages together with normal I/O should insert them before the current prompt.