Changes between Version 4 and Version 5 of SoclibComponents


Ignore:
Timestamp:
Feb 6, 2007, 5:11:56 PM (17 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoclibComponents

    v4 v5  
    5252my_tty = MultiTty("my_tty_controler, "TTY0", "TTY1", "TT2")
    5353}}}
     54
     55 `Locks`::
     56 * functionality : a locks controler
     57 * Mandatory arguments:
     58   * `instance name`
     59 * Example:
     60{{{
     61my_locks = Locks("my_locks_controler")
     62}}}