Changes between Version 9 and Version 10 of ErlangShellInterface


Ignore:
Timestamp:
Apr 17, 2012, 5:13:22 PM (13 years ago)
Author:
manualwiki
Comment:

tiny fixes in ri page

Legend:

Unmodified
Added
Removed
Modified
  • ErlangShellInterface

    v9 v10  
    4040}}} 
    4141 
    42 You can also specify build parameters, but this feature is mostly applied through the development, so please find the module documentation for the details. Note that this build function tries to compile the nif graph representation as well, if these have not been compiled yet. If you want to prevent this, you can use the {{{no_nif}}} build parameter. 
     42You can also specify build parameters, but this feature is mostly applied through the development, so please find the module documentation for the details. Note that this build function tries to compile the [[NifDB|NIF graph representation]] as well, if these have not been compiled yet. If you want to prevent this, you can use the {{{no_nif}}} build parameter. 
    4343 
    4444== Managing files == 
     
    112112{{{ 
    113113ri:delenv(include). 
    114 }}} 
    115  
    116 Loaded files can be saved using 
    117  
    118 {{{ 
    119 ri:save(Filename). 
    120114}}} 
    121115 
     
    187181}}} 
    188182 
    189 If you use NIF graph database, then it is little different:[[BR]] 
     183If you use [[NifDB|NIF graph database]], then it is little different:[[BR]] 
    190184You can create backups with '''ri:backup/0''' or '''ri:backup/1''' and you can load 
    191185these backups with '''ri:restore/1'''.