1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE erlref SYSTEM "erlref.dtd">
3
4<erlref>
5  <header>
6    <copyright>
7      <year>1996</year>
8      <year>2016</year>
9      <holder>Ericsson AB, All Rights Reserved</holder>
10    </copyright>
11    <legalnotice>
12  Licensed under the Apache License, Version 2.0 (the "License");
13  you may not use this file except in compliance with the License.
14  You may obtain a copy of the License at
15
16      http://www.apache.org/licenses/LICENSE-2.0
17
18  Unless required by applicable law or agreed to in writing, software
19  distributed under the License is distributed on an "AS IS" BASIS,
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  See the License for the specific language governing permissions and
22  limitations under the License.
23
24  The Initial Developer of the Original Code is Ericsson AB.
25    </legalnotice>
26
27    <title>user</title>
28    <prepared>Robert Virding</prepared>
29    <docno>1</docno>
30    <date>1996-10-10</date>
31    <rev>A</rev>
32  </header>
33  <module>user</module>
34  <modulesummary>Standard I/O server.</modulesummary>
35  <description>
36    <p><c>user</c> is a server that responds to all messages
37      defined in the I/O interface. The code in <c>user.erl</c> can be
38      used as a model for building alternative I/O servers.</p>
39  </description>
40</erlref>
41
42