diff options
author | Björn Gustavsson <[email protected]> | 2016-04-01 12:02:39 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-04-01 12:02:39 +0200 |
commit | e31c6633233dc996d2ead18b479458b20e6ee5e8 (patch) | |
tree | 837307ec5b3ba0112d448637a37dd401cd6178ab /lib/kernel/doc/src/user.xml | |
parent | 6d905fa0c6be1f70e0c562b909bc49ca402b3e67 (diff) | |
parent | 20ca1514787110037079e39bd10f00e0e3957ea7 (diff) | |
download | otp-e31c6633233dc996d2ead18b479458b20e6ee5e8.tar.gz otp-e31c6633233dc996d2ead18b479458b20e6ee5e8.tar.bz2 otp-e31c6633233dc996d2ead18b479458b20e6ee5e8.zip |
Merge branch 'bjorn/kernel/doc'
* bjorn/kernel/doc:
code: Remove 'bad_path' error code from set_path/1
Update Kernel documentation
Diffstat (limited to 'lib/kernel/doc/src/user.xml')
-rw-r--r-- | lib/kernel/doc/src/user.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kernel/doc/src/user.xml b/lib/kernel/doc/src/user.xml index 24119bea82..440b7878e8 100644 --- a/lib/kernel/doc/src/user.xml +++ b/lib/kernel/doc/src/user.xml @@ -27,13 +27,13 @@ <title>user</title> <prepared>Robert Virding</prepared> <docno>1</docno> - <date>96-10-10</date> + <date>1996-10-10</date> <rev>A</rev> </header> <module>user</module> - <modulesummary>Standard I/O Server</modulesummary> + <modulesummary>Standard I/O server.</modulesummary> <description> - <p><c>user</c> is a server which responds to all the messages + <p><c>user</c> is a server that responds to all messages defined in the I/O interface. The code in <c>user.erl</c> can be used as a model for building alternative I/O servers.</p> </description> |