[Pkg-haskell-commits] r769 - in /packages/helium/trunk/debian: changelog lvmrun.1
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Sep 16 16:58:40 UTC 2007
Author: arjan
Date: Sun Sep 16 16:58:39 2007
New Revision: 769
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=769
Log:
* debian/lvmrun.1:
- Fix some spelling errors. Thanks A. Costa. (Closes: #442167)
Modified:
packages/helium/trunk/debian/changelog
packages/helium/trunk/debian/lvmrun.1
Modified: packages/helium/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/helium/trunk/debian/changelog?rev=769&op=diff
==============================================================================
--- packages/helium/trunk/debian/changelog (original)
+++ packages/helium/trunk/debian/changelog Sun Sep 16 16:58:39 2007
@@ -1,3 +1,10 @@
+helium (1.6-4~pre1) unstable; urgency=low
+
+ * debian/lvmrun.1:
+ - Fix some spelling errors. Thanks A. Costa. (Closes: #442167)
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 16 Sep 2007 18:54:38 +0200
+
helium (1.6-3) unstable; urgency=low
* debian/control:
Modified: packages/helium/trunk/debian/lvmrun.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/helium/trunk/debian/lvmrun.1?rev=769&op=diff
==============================================================================
--- packages/helium/trunk/debian/lvmrun.1 (original)
+++ packages/helium/trunk/debian/lvmrun.1 Sun Sep 16 16:58:39 2007
@@ -12,7 +12,7 @@
]
.SH DESCRIPTION
\fBlvmrun\fP is an interpreter which simulates a Lazy Virtual Machine.
-The interpreter executes instructions which are found in the instruction file \fIfile\fP given on the commandline.
+The interpreter executes instructions which are found in the instruction file \fIfile\fP given on the command line.
.PP
On of the programs generating instruction files is the \fBhelium\fP compiler which compiles Haskell files to instructions files for the Lazy Virtual Machine.
.SH OPTIONS
@@ -77,7 +77,7 @@
Example: \fBlvmrun \-hF88%\fP <file>
.TP
<path>
-A list of directories seperated by ';' (or ':' on unix systems).
+A list of directories separated by ';' (or ':' on unix systems).
You can use \fB$name\fP or \fB%name\fP to insert an environment variable.
The current path value is available as \fB$current\fP and the lvm installation path is available as \fB$lvmdir\fP.
Example: \fBlvmrun \-P%current:/usr/lib/lvm\fP \fIfile\fP
@@ -104,7 +104,7 @@
.PP
\(co 1999,2001 Daan Leijen <daan at cs.uu.nl>
.PP
-The source files of the Lazy Virtual Machine, which are the files in the directory lvm, except the files in lvm/src/lib/core, are licensed under the GNU Library General Public License, currectly known as the GNU Lesser General Public License:
+The source files of the Lazy Virtual Machine, which are the files in the directory lvm, except the files in lvm/src/lib/core, are licensed under the GNU Library General Public License, currently known as the GNU Lesser General Public License:
.PP
.RS
This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2 as published by the Free Software Foundation.
More information about the Pkg-haskell-commits
mailing list