From 3c40f40d1a74f4f84724c9a39fd56afb0b38b9c6 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 28 Apr 2008 11:08:00 +0000 Subject: [PATCH] Fixed typos in documentation darcs-hash:20080428110810-f2ef6-a2130a2f8fc87e50ded24c1b129ecedd8744ef6e.gz --- doc/omk-manual.texinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/omk-manual.texinfo b/doc/omk-manual.texinfo index c9c7bc7..eef1e49 100644 --- a/doc/omk-manual.texinfo +++ b/doc/omk-manual.texinfo @@ -405,7 +405,7 @@ In @file{Makefile.omk}, you specify several variables, which defines how the libraries should be compiled. In the example below the library @samp{mylib} (full filename will be @file{libmylib.a}) is created from two sources @file{funca.c} and @file{funcb.c}. Interface of this library -is defined in @file{myfunc.h}. Therfore, we export this header for use +is defined in @file{myfunc.h}. Therefore, we export this header for use by other programs. @example @@ -416,7 +416,7 @@ by other programs. @defvar lib_LIBRARIES Specifies a list of statically linked libraries to be compiled. OMK - automaticvally prepends @code{lib} prefix library names. + automatically prepends @code{lib} prefix library names. @end defvar @defvar shared_LIBRARIES @@ -899,7 +899,7 @@ in some particular @file{Makefile.rules}. @subsection Linux This @file{Makefile.rules} is used not only for Linux as the name -sugest, but also for other Unices and even for Windows. +suggests, but also for other Unices and even for Windows. @defvar BUILD_OS The name of the operating system (OS) where make was invoked. @@ -923,7 +923,7 @@ sugest, but also for other Unices and even for Windows. @node System-Less, RTEMS, Linux, Properties of Specific Makefile.rules @subsection System-Less -This @file{Makefile.rules} is deigned for compilation of code for +This @file{Makefile.rules} is designed for compilation of code for (small) micro-controllers without operating systems. See @uref{http://rtime.felk.cvut.cz/hw/index.php/System-Less_Framework} for more information about our framework, which uses this rules. -- 2.39.2