You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/08/02 16:17:05 UTC

cvs commit: tcl-websh/doc quickref.xml

ronnie      2002/08/02 07:17:04

  Modified:    doc      quickref.xml
  Log:
  - fixed some cmdsynopsis tags (different command syntaxes have to be in
    individual cmdsynopsys tags, otherwise, they are on the same line
  
  Revision  Changes    Path
  1.45      +15 -8     tcl-websh/doc/quickref.xml
  
  Index: quickref.xml
  ===================================================================
  RCS file: /home/cvs/tcl-websh/doc/quickref.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- quickref.xml	28 Jul 2002 20:15:38 -0000	1.44
  +++ quickref.xml	2 Aug 2002 14:17:04 -0000	1.45
  @@ -744,6 +744,8 @@
   	  <arg choice="opt"><replaceable>options</replaceable></arg>
   	  <arg choice="opt"><replaceable>key</replaceable></arg>
   	  <arg choice="opt"><replaceable>value</replaceable></arg>
  +	</cmdsynopsis>
  +	<cmdsynopsis>
   	  <command>web::request</command>
   	  <arg choice="opt"><replaceable>key</replaceable></arg>
   	  <arg choice="opt"><replaceable>default</replaceable></arg>
  @@ -1048,8 +1050,12 @@
   
   	<cmdsynopsis>
   	  <command>web::response</command>
  +	</cmdsynopsis>
  +	<cmdsynopsis>
   	  <command>web::response</command>
   	  <arg choice="opt"><replaceable>option</replaceable></arg>
  +	</cmdsynopsis>
  +	<cmdsynopsis>
   	  <command>web::response</command>
   	  <arg choice="opt"><replaceable>subcommand</replaceable></arg>
   	  <arg><replaceable>args</replaceable></arg>
  @@ -2853,14 +2859,15 @@
   
   
   	<cmdsynopsis>
  -	  web::match <arg>result</arg>
  -	  <arg>listToBeSearched</arg>
  -	  <arg>searchFor</arg>
  +	  <command>web::match</command>
  +	  <option><replaceable>result</replaceable></option>
  +	  <option><replaceable>listToBeSearched</replaceable></option>
  +	  <option><replaceable>searchFor</replaceable></option>
   	</cmdsynopsis>
   
  -	In case <option>searchFor</option> exists in
  -	<option>listToBeSearched</option>, web::match returns
  -	<option>result</option>, otherwise an empty string.
  +	In case <option><replaceable>searchFor</replaceable></option> exists in
  +	<option><replaceable>listToBeSearched</replaceable></option>, web::match returns
  +	<option><replaceable>result</replaceable></option>, otherwise an empty string.
   
         </para>
         <para>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org