Module Name: src Committed By: mbalmer Date: Sat Oct 26 17:46:48 UTC 2013
Modified Files: src/share/man/man3lua: intro.3lua Log Message: kill unused .El macro To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man3lua/intro.3lua 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/man3lua/intro.3lua diff -u src/share/man/man3lua/intro.3lua:1.1 src/share/man/man3lua/intro.3lua:1.2 --- src/share/man/man3lua/intro.3lua:1.1 Fri Oct 25 15:27:03 2013 +++ src/share/man/man3lua/intro.3lua Sat Oct 26 17:46:48 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.3lua,v 1.1 2013/10/25 15:27:03 mbalmer Exp $ +.\" $NetBSD: intro.3lua,v 1.2 2013/10/26 17:46:48 mbalmer 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 libraries, their functions, error returns and other common definitions and concepts. -.El .Sh SEE ALSO .Xr lua 1 , .Xr luac 1 ,