summaryrefslogtreecommitdiff
path: root/development/erlang-otp-man/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/erlang-otp-man/README')
-rw-r--r--development/erlang-otp-man/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/erlang-otp-man/README b/development/erlang-otp-man/README
new file mode 100644
index 0000000000..8fe0bad6ae
--- /dev/null
+++ b/development/erlang-otp-man/README
@@ -0,0 +1,9 @@
+Erlang is a general-purpose concurrent programming language and runtime
+system. The sequential subset of Erlang is a functional language, with
+strict evaluation, single assignment, and dynamic typing. It was designed
+by Ericsson to support distributed, fault-tolerant, soft-real-time,
+non-stop applications.
+
+This package contains only the man pages. You'll need to install the
+erlang-otp package first. The man pages can be accessed with the
+following command: erl -man <page>