diff options
author | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-11-20 14:54:40 +0000 |
commit | 84adefa331c4159d432d22840663c38f155cd4c1 (patch) | |
tree | bff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/stdlib/doc/src/ref_man.xml | |
download | otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2 otp-84adefa331c4159d432d22840663c38f155cd4c1.zip |
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/stdlib/doc/src/ref_man.xml')
-rw-r--r-- | lib/stdlib/doc/src/ref_man.xml | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/ref_man.xml b/lib/stdlib/doc/src/ref_man.xml new file mode 100644 index 0000000000..f6ae368e92 --- /dev/null +++ b/lib/stdlib/doc/src/ref_man.xml @@ -0,0 +1,97 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE application SYSTEM "application.dtd"> + +<application xmlns:xi="http://www.w3.org/2001/XInclude"> + <header> + <copyright> + <year>1996</year><year>2009</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + </legalnotice> + + <title>STDLIB Reference Manual</title> + <prepared>OTP Team</prepared> + <docno></docno> + <date>1997-06-04</date> + <rev>1.3.1</rev> + <file>application.xml</file> + </header> + <description> + <p>The Standard Erlang Libraries application, <em>STDLIB</em>, + contains modules for manipulating lists, strings and files etc.</p> + <br></br> + </description> + <xi:include href="stdlib_app.xml"/> + <xi:include href="array.xml"/> + <xi:include href="base64.xml"/> + <xi:include href="beam_lib.xml"/> + <xi:include href="c.xml"/> + <xi:include href="calendar.xml"/> + <xi:include href="dets.xml"/> + <xi:include href="dict.xml"/> + <xi:include href="digraph.xml"/> + <xi:include href="digraph_utils.xml"/> + <xi:include href="epp.xml"/> + <xi:include href="erl_eval.xml"/> + <xi:include href="erl_expand_records.xml"/> + <xi:include href="erl_id_trans.xml"/> + <xi:include href="erl_internal.xml"/> + <xi:include href="erl_lint.xml"/> + <xi:include href="erl_parse.xml"/> + <xi:include href="erl_pp.xml"/> + <xi:include href="erl_scan.xml"/> + <xi:include href="erl_tar.xml"/> + <xi:include href="ets.xml"/> + <xi:include href="file_sorter.xml"/> + <xi:include href="filelib.xml"/> + <xi:include href="filename.xml"/> + <xi:include href="gb_sets.xml"/> + <xi:include href="gb_trees.xml"/> + <xi:include href="gen_event.xml"/> + <xi:include href="gen_fsm.xml"/> + <xi:include href="gen_server.xml"/> + <xi:include href="io.xml"/> + <xi:include href="io_lib.xml"/> + <xi:include href="lib.xml"/> + <xi:include href="lists.xml"/> + <xi:include href="log_mf_h.xml"/> + <xi:include href="math.xml"/> + <xi:include href="ms_transform.xml"/> + <xi:include href="orddict.xml"/> + <xi:include href="ordsets.xml"/> + <xi:include href="pg.xml"/> + <xi:include href="pool.xml"/> + <xi:include href="proc_lib.xml"/> + <xi:include href="proplists.xml"/> + <xi:include href="qlc.xml"/> + <xi:include href="queue.xml"/> + <xi:include href="random.xml"/> + <xi:include href="re.xml"/> + <xi:include href="regexp.xml"/> + <xi:include href="sets.xml"/> + <xi:include href="shell.xml"/> + <xi:include href="shell_default.xml"/> + <xi:include href="slave.xml"/> + <xi:include href="sofs.xml"/> + <xi:include href="string.xml"/> + <xi:include href="supervisor.xml"/> + <xi:include href="supervisor_bridge.xml"/> + <xi:include href="sys.xml"/> + <xi:include href="timer.xml"/> + <xi:include href="unicode.xml"/> + <xi:include href="win32reg.xml"/> + <xi:include href="zip.xml"/> +</application> + |