diff options
author | Lua Team <team@lua.org> | 2005-09-09 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2005-09-09 12:00:00 +0000 |
commit | bd80c4ee9b6d9464cf9f3ff4ee41890d8b3ca9e6 (patch) | |
tree | e1d7c1b341ccb9a3a1fb044ac6e67b5a5e0259b7 /doc/luac.1 | |
parent | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff) | |
download | lua-github-5.1-alpha.tar.gz |
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'doc/luac.1')
-rw-r--r-- | doc/luac.1 | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -1,5 +1,5 @@ -.\" luac.man,v 1.25 2002/12/13 11:45:12 lhf Exp -.TH LUAC 1 "2002/12/13 11:45:12" +.\" $Id: luac.man,v 1.26 2005/09/02 16:29:34 lhf Exp $ +.TH LUAC 1 "$Date: 2005/09/02 16:29:34 $" .SH NAME luac \- Lua compiler .SH SYNOPSIS @@ -38,14 +38,7 @@ option. .LP The binary files created by .B luac -are portable to all architectures with the same word size. -This means that -binary files created on a 32-bit platform (such as Intel) -can be read without change in another 32-bit platform (such as Sparc), -even if the byte order (``endianness'') is different. -On the other hand, -binary files created on a 16-bit platform cannot be read in a 32-bit platform, -nor vice-versa. +are portable only among architectures with the same word size and byte order. .LP In the command line, you can mix @@ -132,5 +125,4 @@ Error messages should be self explanatory. L. H. de Figueiredo, R. Ierusalimschy and W. Celes -(lua@tecgraf.puc-rio.br) .\" EOF |