From f35cbb251108d6371fe9287418366a3c4e82e8dd Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Sat, 23 Sep 2006 16:50:45 +0000 Subject: [PATCH] Fixed DocBook XML once again, "make validate" is your friend! --- docs/users_guide/packages.xml | 4 ++-- docs/users_guide/phases.xml | 2 +- docs/users_guide/runtime_control.xml | 4 ++-- docs/vh/vh.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml index 4d0cac7..f209d57 100644 --- a/docs/users_guide/packages.xml +++ b/docs/users_guide/packages.xml @@ -383,9 +383,9 @@ $ export GHC_PACKAGE_PATH=$HOME/.my-ghc-packages.conf: - + -package-name - option + option This option is added to the command line when compiling a module that is destined to be part of package diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index e5bac79..35e74c3 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -859,7 +859,7 @@ $ cat foo.hspp machine. See . The ability to make a foreign call that does not - block all other Haskell threads.. + block all other Haskell threads. The ability to invoke foreign exported Haskell functions from multiple OS threads. diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index e15d5cc..7b60167 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -90,9 +90,9 @@ - + RTS - option + option Sets the interval that the RTS clock ticks at. The runtime uses a single timer signal to count ticks; this timer diff --git a/docs/vh/vh.xml b/docs/vh/vh.xml index f7d636a..d27c989 100644 --- a/docs/vh/vh.xml +++ b/docs/vh/vh.xml @@ -203,7 +203,6 @@ does not work for library functions currently. - The following features are provided by the project system for constructing Haskell projects: @@ -249,6 +248,7 @@ documentation: the GHC manual, the hierarchical libraries reference, and other material all of which can be browsed within Visual Studio itself. +
Getting Started -- 1.7.10.4