diff --git a/doc/ecmascript.txt b/doc/ecmascript.txt index 73f5ba00..7070abac 100644 --- a/doc/ecmascript.txt +++ b/doc/ecmascript.txt @@ -131,7 +131,7 @@ yet if it does not work in the Mozilla browsers neither ;-). Now, I would still like NJS or a new JS engine from scratch... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -...and you don't fear some coding? That's fine then! ELinks is in no way tied +\...and you don't fear some coding? That's fine then! ELinks is in no way tied to SpiderMonkey, in fact the ECMAScript support was carefully implemented so that there are no SpiderMonkey references outside of `src/ecmascript/spidermonkey.*`. If you want to implement an alternative diff --git a/doc/small.txt b/doc/small.txt index 6ee41705..9d526e6f 100644 --- a/doc/small.txt +++ b/doc/small.txt @@ -20,8 +20,7 @@ Note that if you don't use dietlibc, you definitively want to add `-Os` or `-O2` to `CFLAGS`; GCC 2.95 does not know `-Os`, and some say `-O2` gives smaller executables even for GCC 3.x. -[NOTE] -.Warning +[TIP] =============================================================================== If you use these `CFLAGS` on Cygwin and you get unresolved symbols (`htons` and suite in particular), try removing `-fno-inline` parameter. @@ -38,8 +37,8 @@ $ ./configure --disable-ipv6 --disable-backtrace --disable-nls \ You can disable bookmarks, globhist and more, too, if you want to. -[NOTE] -.Notes +[TIP] +.Other configure options that can reduce the size =============================================================================== - \--disable-backtrace disables internal backtrace code. - \--disable-nls disables i18n support.