Module Name: src Committed By: njoly Date: Sat Oct 26 17:06:51 UTC 2013
Modified Files: src/share/man/man9lua: intro.9lua Log Message: Kill extra El macro. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9lua/intro.9lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9lua/intro.9lua diff -u src/share/man/man9lua/intro.9lua:1.2 src/share/man/man9lua/intro.9lua:1.3 --- src/share/man/man9lua/intro.9lua:1.2 Sat Oct 26 07:51:25 2013 +++ src/share/man/man9lua/intro.9lua Sat Oct 26 17:06:51 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.9lua,v 1.2 2013/10/26 07:51:25 mbalmer Exp $ +.\" $NetBSD: intro.9lua,v 1.3 2013/10/26 17:06:51 njoly Exp $ .\" .\" Copyright (c) 2013 Marc Balmer <mbal...@netbsd.org>. All rights reserved. .\" @@ -36,7 +36,6 @@ .Sh DESCRIPTION This section provides an overview of the Lua kernel bindings, their functions, error returns and other common definitions and concepts. -.El .Sh SEE ALSO .Xr lua 1 , .Xr luac 1 ,