~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/win32reg.xml

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    <p>Paths to keys are left to right, with sub-keys to the right and backslash
49
49
      between keys. (Remember that backslashes must be doubled in Erlang strings.)
50
50
      Case is preserved but not significant.
51
 
      Example: <c>"\\\\hkey_local_machine\\\\software\\\\Ericsson\\\\Erlang\\\\5.0"</c> is the key
 
51
      Example: <c>"\\hkey_local_machine\\software\\Ericsson\\Erlang\\5.0"</c> is the key
52
52
      for the installation data for the latest Erlang release.</p>
53
53
    <p>There are six entry points in the Windows registry, top level keys. They can be
54
54
      abbreviated in the <c>win32reg</c> module as:</p>
66
66
hkcc             HKEY_CURRENT_CONFIG
67
67
dyn_data         HKEY_DYN_DATA
68
68
hkdd             HKEY_DYN_DATA</pre>
69
 
    <p>The key above could be written as <c>"\\\\hklm\\\\software\\\\ericsson\\\\erlang\\\\5.0"</c>.</p>
 
69
    <p>The key above could be written as <c>"\\hklm\\software\\ericsson\\erlang\\5.0"</c>.</p>
70
70
    <p>The <c>win32reg</c> module uses a current key. It works much like the
71
71
      current directory. From the current key, values can be fetched, sub-keys
72
72
      can be listed, and so on.</p>
96
96
      <desc>
97
97
        <p>Changes the current key to another key. Works like cd.
98
98
          The key can be specified as a relative path or as an
99
 
          absolute path, starting with \\.</p>
 
99
          absolute path, starting with \.</p>
100
100
      </desc>
101
101
    </func>
102
102
    <func>