tuned comments;
authorwenzelm
Sat, 05 Jan 2008 21:57:18 +0100
changeset 25842 fdabeed7ccd9
parent 25841 af7566faaa0f
child 25843 af0c90f54ebe
tuned comments;
src/Pure/Tools/isabelle_process.ML
--- a/src/Pure/Tools/isabelle_process.ML	Sat Jan 05 21:37:24 2008 +0100
+++ b/src/Pure/Tools/isabelle_process.ML	Sat Jan 05 21:57:18 2008 +0100
@@ -7,7 +7,7 @@
 General format of process output:
 
   (a) unmarked stdout/stderr, no line structure (output should be
-  processed immediately as it arrives)
+  processed immediately as it arrives);
 
   (b) properly marked-up messages, e.g. for writeln channel
 
@@ -15,9 +15,9 @@
 
   where the props consist of name=value lines terminated by "\002,\n"
   each, and the remaining text is any number of lines (output is
-  supposed to be processed in one piece).
+  supposed to be processed in one piece);
 
-  (c) Special init message holds "pid" and "session" property.
+  (c) special init message holds "pid" and "session" property.
 *)
 
 signature ISABELLE_PROCESS =