minor
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 06 Oct 2009 12:42:46 +0300
changeset 216 89e2ee90bc4c
parent 215 44ae18f7c0aa
child 217 69aca8d33219
minor
cmd.rst
--- a/cmd.rst	Tue Oct 06 12:38:28 2009 +0300
+++ b/cmd.rst	Tue Oct 06 12:42:46 2009 +0300
@@ -27,13 +27,13 @@
 
 VAR is variable name.
 
-*** Input from user.
+** Input from user.
 
   cmd> set /p VAR=PROMPT
 
 VAR is variable name, PROMPT is displayed prompt.
 
-*** Input from file.
+** Input from file.
 
   cmd> set /p VAR=<FILE