Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/examples Fix up another internal reference to re...



details:   https://anonhg.NetBSD.org/src/rev/f77a5ac0b206
branches:  trunk
changeset: 808331:f77a5ac0b206
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 13 22:41:48 2015 +0000

description:
Fix up another internal reference to renamed module, and adjust some
English grammar.

diffstat:

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

diffs (27 lines):

diff -r a88fc9da4c5f -r f77a5ac0b206 sys/modules/examples/README
--- a/sys/modules/examples/README       Wed May 13 22:37:53 2015 +0000
+++ b/sys/modules/examples/README       Wed May 13 22:41:48 2015 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: README,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
+       $NetBSD: README,v 1.2 2015/05/13 22:41:48 pgoyette Exp $
 
                            Kernel Developer's Manual
 
@@ -10,7 +10,7 @@
      * properties      - handle incoming properties during the module load
      * readhappy       - basic implementation of read(9) with happy numbers
      * ping            - basic ioctl(9)
-     * hellolua        - the simplest `hello world' Lua module
+     * luahello        - the simplest `hello world' Lua module
 
      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,7 +52,7 @@
      Husemann, Adam Hamsik, John Nemeth and Mindaugas Rasiukevicius.
 
      This document and additional modules (hello, readhappy, properties,
-     and ping, hellolua) first appeared in NetBSD 8.0 and they were written
+     ping, and luahello) first appeared in NetBSD 8.0; they were written
      by Kamil Rytarowski.
 
 AUTHORS



Home | Main Index | Thread Index | Old Index