]> git.tuebingen.mpg.de Git - osl.git/blobdiff - README
web: Don't duplicate the html header.
[osl.git] / README
diff --git a/README b/README
index 7fa350ada20490977e11e770f3fe0d96b0059b91..75f60c49b353f1c5045e69f521957985dc1789c6 100644 (file)
--- a/README
+++ b/README
@@ -12,12 +12,12 @@ libosl will never try to interpret the table contents.
 - There is no fancy query language but only a relatively
 simple C-API.
 
-- There's no network support for network-access and libosl
-only uses a very rudimentary table locking mechanism.
+- There's no support for network-access and libosl only uses a very
+rudimentary table locking mechanism.
 
 - There are no dependencies on external libraries. An augmented
 version of the red-black tree implementation of the linux
-kernel is in included in the libosl package.
+kernel is included in the libosl package.
 
 Libosl is fast:
 
@@ -27,8 +27,8 @@ Libosl is fast:
 
 Libosl is portable:
 
-- It is known to compile and run on Linux, MacOS, FreeBSD,
-NetBSD and Solaris.
+- It is known to compile and run on Linux, FreeBSD, NetBSD. It might
+work on other Unix systems as well.
 
 - Content and metadata is stored in an endian-agnostic way.