Changeset 4556 for trunk/manuals

Show
Ignore:
Timestamp:
11/01/08 10:24:32 (2 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Location:
trunk/manuals/userman
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/errors.html

    r4213 r4556  
    2828Errors thrown by Logtalk defined built-in predicates have the following format: 
    2929</p> 
    30 <pre>error(Error, Call)</pre> 
     30<pre>error(Error, Goal)</pre> 
    3131<p> 
    3232For example: 
     
    4141</p> 
    4242<pre>error(permission_error(modify, private_predicate, p(_)), foo::abolish(p/1), user)</pre> 
     43<p> 
     44The <code>Goal</code>, <code>Message</code>, and <code>Sender</code> can be variables when the corresponding information is not available. 
     45</p> 
    4346 
    4447<h2>Compiler warnings and errors<a id="errors_compiler"></a></h2> 
     
    126129    <div class="copyright"> 
    127130        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    128         <span>Last updated on: April 21, 2008</span> 
     131        <span>Last updated on: October 31, 2008</span> 
    129132    </div> 
    130133    <div class="navbottom"> 
  • trunk/manuals/userman/index.html

    r4549 r4556  
    304304    <div class="copyright"> 
    305305        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/> 
    306         <span>Last updated on: October 30, 2008</span> 
     306        <span>Last updated on: October 31, 2008</span> 
    307307    </div> 
    308308    <div class="navbottom">