diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2015-05-13 22:37:53 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2015-05-13 22:37:53 +0000 |
| commit | 7ce4b6cc6959c11f601b1099669185f6b5a3ea4e (patch) | |
| tree | 489f3f6faa572737ca688c0033074e0cccd53006 /sys/modules/examples/luahello | |
| parent | f38c0739da199532770f7365038a46f26a33ba15 (diff) | |
Fix instructions to match reality. (I renamed the example from the
original submitter, but didn't catch all internal references.)
Diffstat (limited to 'sys/modules/examples/luahello')
| -rw-r--r-- | sys/modules/examples/luahello/luahello.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/examples/luahello/luahello.lua b/sys/modules/examples/luahello/luahello.lua index 6a970fc3ed2..e8d39ab7515 100644 --- a/sys/modules/examples/luahello/luahello.lua +++ b/sys/modules/examples/luahello/luahello.lua @@ -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 |
