Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/examples/luahello Fix instructions to match real...



details:   https://anonhg.NetBSD.org/src/rev/5319e0bfd32b
branches:  trunk
changeset: 338188:5319e0bfd32b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 13 22:37:53 2015 +0000

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

diffstat:

 sys/modules/examples/luahello/luahello.lua |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 612e44a9336b -r 5319e0bfd32b sys/modules/examples/luahello/luahello.lua
--- a/sys/modules/examples/luahello/luahello.lua        Wed May 13 22:31:16 2015 +0000
+++ b/sys/modules/examples/luahello/luahello.lua        Wed May 13 22:37:53 2015 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index