[Pkg-erlang-commits] r1486 - in erlang/trunk/debian: . manpages
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun Jan 27 17:38:53 UTC 2013
Author: sgolovan
Date: 2013-01-27 17:38:53 +0000 (Sun, 27 Jan 2013)
New Revision: 1486
Added:
erlang/trunk/debian/manpages/to_erl.1
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/erlang-base-hipe.links.in
erlang/trunk/debian/erlang-base-hipe.manpages
erlang/trunk/debian/erlang-base.links.in
erlang/trunk/debian/erlang-base.manpages
Log:
[erlang]
* Added link for to_erl communication program to /usr/bin. Also created
manpage for to_erl(1) by copying the relevant info from
/usr/share/doc/erlang-doc/doc/embedded/embedded_solaris.html.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2013-01-17 09:50:20 UTC (rev 1485)
+++ erlang/trunk/debian/changelog 2013-01-27 17:38:53 UTC (rev 1486)
@@ -1,8 +1,10 @@
-erlang (1:15.b.1-dfsg-4) UNRELEASED; urgency=low
+erlang (1:15.b.1-dfsg-4) unstable; urgency=low
- * NOT RELEASED YET
+ * Added link for to_erl communication program to /usr/bin. Also created
+ manpage for to_erl(1) by copying the relevant info from
+ /usr/share/doc/erlang-doc/doc/embedded/embedded_solaris.html.
- -- Sergei Golovan <sgolovan at debian.org> Sat, 02 Jun 2012 10:59:43 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 27 Jan 2013 17:49:31 +0400
erlang (1:15.b.1-dfsg-3) unstable; urgency=low
Modified: erlang/trunk/debian/erlang-base-hipe.links.in
===================================================================
--- erlang/trunk/debian/erlang-base-hipe.links.in 2013-01-17 09:50:20 UTC (rev 1485)
+++ erlang/trunk/debian/erlang-base-hipe.links.in 2013-01-27 17:38:53 UTC (rev 1486)
@@ -3,6 +3,7 @@
usr/lib/erlang/bin/escript usr/bin/escript
usr/lib/erlang/bin/run_erl usr/bin/run_erl
usr/lib/erlang/bin/start usr/bin/start_embedded
+usr/lib/erlang/bin/to_erl usr/bin/to_erl
usr/lib/erlang/erts- at VERSION@/bin/epmd usr/lib/erlang/bin/epmd
usr/lib/erlang/bin/epmd usr/bin/epmd
usr/lib/erlang/lib/erl_interface- at EI_VSN@/bin/erl_call usr/bin/erl_call
Modified: erlang/trunk/debian/erlang-base-hipe.manpages
===================================================================
--- erlang/trunk/debian/erlang-base-hipe.manpages 2013-01-17 09:50:20 UTC (rev 1485)
+++ erlang/trunk/debian/erlang-base-hipe.manpages 2013-01-27 17:38:53 UTC (rev 1486)
@@ -5,3 +5,4 @@
debian/erlang-docs/usr/lib/erlang/man/man1/escript.1
debian/erlang-docs/usr/lib/erlang/man/man1/run_erl.1
debian/erlang-docs/usr/lib/erlang/man/man1/start_embedded.1
+debian/manpages/to_erl.1
Modified: erlang/trunk/debian/erlang-base.links.in
===================================================================
--- erlang/trunk/debian/erlang-base.links.in 2013-01-17 09:50:20 UTC (rev 1485)
+++ erlang/trunk/debian/erlang-base.links.in 2013-01-27 17:38:53 UTC (rev 1486)
@@ -3,6 +3,7 @@
usr/lib/erlang/bin/escript usr/bin/escript
usr/lib/erlang/bin/run_erl usr/bin/run_erl
usr/lib/erlang/bin/start usr/bin/start_embedded
+usr/lib/erlang/bin/to_erl usr/bin/to_erl
usr/lib/erlang/erts- at VERSION@/bin/epmd usr/lib/erlang/bin/epmd
usr/lib/erlang/bin/epmd usr/bin/epmd
usr/lib/erlang/lib/erl_interface- at EI_VSN@/bin/erl_call usr/bin/erl_call
Modified: erlang/trunk/debian/erlang-base.manpages
===================================================================
--- erlang/trunk/debian/erlang-base.manpages 2013-01-17 09:50:20 UTC (rev 1485)
+++ erlang/trunk/debian/erlang-base.manpages 2013-01-27 17:38:53 UTC (rev 1486)
@@ -5,3 +5,4 @@
debian/erlang-docs/usr/lib/erlang/man/man1/escript.1
debian/erlang-docs/usr/lib/erlang/man/man1/run_erl.1
debian/erlang-docs/usr/lib/erlang/man/man1/start_embedded.1
+debian/manpages/to_erl.1
Added: erlang/trunk/debian/manpages/to_erl.1
===================================================================
--- erlang/trunk/debian/manpages/to_erl.1 (rev 0)
+++ erlang/trunk/debian/manpages/to_erl.1 2013-01-27 17:38:53 UTC (rev 1486)
@@ -0,0 +1,31 @@
+.TH to_erl 1 "erts 5.9.1" "Ericsson AB" "USER COMMANDS"
+.SH NAME
+to_erl \- Attach to a running Erlang runtime system, started with run_erl
+.SH DESCRIPTION
+.LP
+This program is used to attach to a running Erlang runtime system,
+started with run_erl.
+
+.SH USAGE
+.LP
+to_erl [pipe_name | pipe_dir]
+.fi
+.LP
+To disconnect it from the Erlang shell without exiting
+the Erlang system, type Ctrl-D.
+.LP
+The \fIto_erl\fR\& program arguments are:
+.RS 2
+.TP 4
+.B
+pipe_name:
+Name of the pipe where to attach. It defaults to \fI/tmp/erlang.pipe.N\fR.
+.TP 4
+.B
+pipe_dir:
+Directory name where to search for the named pipe to attach. It defaults to
+\fI/tmp\fR.
+.RE
+.SH SEE ALSO
+.LP
+run_erl(1), start_embedded(1)
More information about the Pkg-erlang-commits
mailing list