[Pkg-erlang-commits] r1081 - erlang/trunk/debian/manpages

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Sep 25 19:34:04 UTC 2009


Author: sgolovan
Date: 2009-09-25 19:34:03 +0000 (Fri, 25 Sep 2009)
New Revision: 1081

Modified:
   erlang/trunk/debian/manpages/dialyzer.1
   erlang/trunk/debian/manpages/epmd.1
   erlang/trunk/debian/manpages/erl.1
   erlang/trunk/debian/manpages/erl_call.1
   erlang/trunk/debian/manpages/erlc.1
   erlang/trunk/debian/manpages/escript.1
   erlang/trunk/debian/manpages/run_erl.1
   erlang/trunk/debian/manpages/start_embedded.1
   erlang/trunk/debian/manpages/typer.1
Log:
[erlang]
  * Updated manpages.


Modified: erlang/trunk/debian/manpages/dialyzer.1
===================================================================
--- erlang/trunk/debian/manpages/dialyzer.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/dialyzer.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,5 +1,5 @@
-.TH dialyzer 1 "dialyzer  1.9.2" "Ericsson AB" "USER COMMANDS"
-.SH NAME
+.TH dialyzer 1 "dialyzer  2.0.0" "Ericsson AB" "USER COMMANDS"
+.SH MODULE
 dialyzer \- The Dialyzer, a DIscrepancy AnalYZer for ERlang programs
 .SH DESCRIPTION
 .LP

Modified: erlang/trunk/debian/manpages/epmd.1
===================================================================
--- erlang/trunk/debian/manpages/epmd.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/epmd.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH epmd 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH epmd 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 epmd \- Erlang Port Mapper Daemon 
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/erl.1
===================================================================
--- erlang/trunk/debian/manpages/erl.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/erl.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH erl 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH erl 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 erl \- The Erlang Emulator
 .SH DESCRIPTION
@@ -477,6 +477,10 @@
 Same as erlang:system_flag(scheduler_bind_type, processor_spread)\&. 
 .TP 4
 .B
+\fIs\fR:
+Same as erlang:system_flag(scheduler_bind_type, spread)\&. 
+.TP 4
+.B
 \fInnts\fR:
 Same as erlang:system_flag(scheduler_bind_type, no_node_thread_spread)\&. 
 .TP 4
@@ -540,7 +544,7 @@
 \fI<NodeIds> = N<IdList> | n<IdList>\fR
 .TP 2
 *
-\fI<IdDefs> = <LogicalIds><ThreadIds><CoreIds><ProcessorIds><NodeIds>\fR
+\fI<IdDefs> = <LogicalIds><ThreadIds><CoreIds><ProcessorIds><NodeIds> | <LogicalIds><ThreadIds><CoreIds><NodeIds><ProcessorIds>\fR
 .TP 2
 *
 \fICpuTopology = <IdDefs>:<IdDefs> | <IdDefs>\fR
@@ -548,7 +552,7 @@
 .LP
 
 .LP
-Upper-case letters signify real identifiers and lower-case letters signify fake identifiers only used for description of the topology\&. Identifiers passed as real identifiers may be used by the runtime system when trying to access specific hardware and if they are not correct the behavior is undefined\&. Faked logical CPU identifiers are not accepted since there is no point in defining the CPU topology without real logical CPU identifiers\&. Thread, core, processor, and node identifiers may be left out\&. If left out, thread id defaults to \fIt0\fR, core id defaults to \fIc0\fR, processor id defaults to \fIp0\fR, and node id will be left undefined\&. Either all processors or no processors should have node identifiers defined\&. 
+Upper-case letters signify real identifiers and lower-case letters signify fake identifiers only used for description of the topology\&. Identifiers passed as real identifiers may be used by the runtime system when trying to access specific hardware and if they are not correct the behavior is undefined\&. Faked logical CPU identifiers are not accepted since there is no point in defining the CPU topology without real logical CPU identifiers\&. Thread, core, processor, and node identifiers may be left out\&. If left out, thread id defaults to \fIt0\fR, core id defaults to \fIc0\fR, processor id defaults to \fIp0\fR, and node id will be left undefined\&. Either each logical processor must belong to one and only one NUMA node, or no logical processors must belong to any NUMA nodes\&. 
 .LP
 
 .LP
@@ -560,7 +564,7 @@
 .LP
 
 .LP
-The order of the identifier types imply the hierarchy of the CPU topology\&. Currently, the only valid order is: logical, thread, core, processor, node\&. That is, thread is part of a core which is part of a processor which is part of a NUMA node\&. This will, however, change in the future, since multiple NUMA nodes can be part of a processor, but this is not supported yet\&. 
+The order of the identifier types imply the hierarchy of the CPU topology\&. Valid orders are either \fI<LogicalIds><ThreadIds><CoreIds><ProcessorIds><NodeIds>\fR, or \fI<LogicalIds><ThreadIds><CoreIds><NodeIds><ProcessorIds>\fR\&. That is, thread is part of a core which is part of a processor which is part of a NUMA node, or thread is part of a core which is part of a NUMA node which is part of a processor\&. A cpu topology can consist of both processor external, and processor internal NUMA nodes as long as each logical processor belongs to one and only one NUMA node\&. If \fI<ProcessorIds>\fR is left out, its default position will be before \fI<NodeIds>\fR\&. That is, the default is processor external NUMA nodes\&. 
 .LP
 
 .LP
@@ -649,6 +653,14 @@
 .RE
 .TP 4
 .B
+\fI+sss size\fR:
+ 
+.RS 4
+.LP
+Suggested stack size, in kilowords, for scheduler threads\&. Valid range is 4-8192 kilowords\&. The default stack size is OS dependent\&.
+.RE
+.TP 4
+.B
 \fI+T Level\fR:
  
 .RS 4

Modified: erlang/trunk/debian/manpages/erl_call.1
===================================================================
--- erlang/trunk/debian/manpages/erl_call.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/erl_call.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH erl_call 1 "erl_interface  3.6.2" "Ericsson AB" "USER COMMANDS"
+.TH erl_call 1 "erl_interface  3.6.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 erl_call \- Call/Start a Distributed Erlang Node
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/erlc.1
===================================================================
--- erlang/trunk/debian/manpages/erlc.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/erlc.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH erlc 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH erlc 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 erlc \- Compiler
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/escript.1
===================================================================
--- erlang/trunk/debian/manpages/escript.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/escript.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH escript 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH escript 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 escript \- Erlang scripting support
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/run_erl.1
===================================================================
--- erlang/trunk/debian/manpages/run_erl.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/run_erl.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH run_erl 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH run_erl 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 run_erl \- Redirect Erlang input and output streams on Solaris(R)
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/start_embedded.1
===================================================================
--- erlang/trunk/debian/manpages/start_embedded.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/start_embedded.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH start_embedded 1 "erts  5.7.2" "Ericsson AB" "USER COMMANDS"
+.TH start_embedded 1 "erts  5.7.3" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 start_embedded \- OTP start script example for Unix
 .SH DESCRIPTION

Modified: erlang/trunk/debian/manpages/typer.1
===================================================================
--- erlang/trunk/debian/manpages/typer.1	2009-09-25 18:24:05 UTC (rev 1080)
+++ erlang/trunk/debian/manpages/typer.1	2009-09-25 19:34:03 UTC (rev 1081)
@@ -1,4 +1,4 @@
-.TH typer 1 "typer  0.1.7.1" "Ericsson AB" "USER COMMANDS"
+.TH typer 1 "typer  0.1.7.2" "Ericsson AB" "USER COMMANDS"
 .SH NAME
 typer \- The TypEr, a Type annotator of Erlang code
 .SH DESCRIPTION
@@ -45,7 +45,7 @@
 .TP 4
 .B
 \fI--plt PltFile\fR
-Uses the specified Dialyzer plt file rather than the default one.
+Uses the specified Dialyzer PLT file rather than the default one.
 .TP 4
 .B
 \fI-T file\fR




More information about the Pkg-erlang-commits mailing list