Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/examples Add luareadhappy to the list.



details:   https://anonhg.NetBSD.org/src/rev/ce58f8edbb18
branches:  trunk
changeset: 353213:ce58f8edbb18
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Apr 23 23:39:42 2017 +0000

description:
Add luareadhappy to the list.

diffstat:

 sys/modules/examples/README |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r fd548079f212 -r ce58f8edbb18 sys/modules/examples/README
--- a/sys/modules/examples/README       Sun Apr 23 20:47:22 2017 +0000
+++ b/sys/modules/examples/README       Sun Apr 23 23:39:42 2017 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: README,v 1.3 2015/05/15 06:21:12 pgoyette Exp $
+       $NetBSD: README,v 1.4 2017/04/23 23:39:42 sevan Exp $
 
                            Kernel Developer's Manual
 
@@ -11,6 +11,7 @@
      * readhappy       - basic implementation of read(9) with happy numbers
      * ping            - basic ioctl(9)
      * luahello        - the simplest `hello world' Lua module
+     * luareadhappy    - demonstrates calling Lua code from C
 
      To build the examples you need a local copy of NetBSD sources. You also
      need the comp set with toolchain. To build the module just enter a
@@ -52,8 +53,8 @@
      Husemann, Adam Hamsik, John Nemeth and Mindaugas Rasiukevicius.
 
      This document and additional modules (hello, readhappy, properties,
-     ping, and luahello) first appeared in NetBSD 8.0; they were written
-     by Kamil Rytarowski.
+     ping, luahello and luareadhappy) first appeared in NetBSD 8.0; they were
+     written by Kamil Rytarowski.
 
 AUTHORS
      This document was written by Kamil Rytarowski.



Home | Main Index | Thread Index | Old Index