Module Name:    src
Committed By:   pgoyette
Date:           Wed May 13 22:37:53 UTC 2015

Modified Files:
        src/sys/modules/examples/luahello: luahello.lua

Log Message:
Fix instructions to match reality.  (I renamed the example from the
original submitter, but didn't catch all internal references.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/examples/luahello/luahello.lua

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/examples/luahello/luahello.lua
diff -u src/sys/modules/examples/luahello/luahello.lua:1.1 src/sys/modules/examples/luahello/luahello.lua:1.2
--- src/sys/modules/examples/luahello/luahello.lua:1.1	Wed May 13 07:07:36 2015
+++ src/sys/modules/examples/luahello/luahello.lua	Wed May 13 22:37:53 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: luahello.lua,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
+#	$NetBSD: luahello.lua,v 1.2 2015/05/13 22:37:53 pgoyette Exp $
 #
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
 #    luactl require state1 systm
 #
 # 4. Load our code in state1
-#    luactl load state1 ./hellolua.lua
+#    luactl load state1 ./luahello.lua
 #
 # NB. The path with our code must contain at least single '/' character
 

Reply via email to