From 448d93a04aff95dd300cf3485eb7e7a74cfdfcbf Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Fri, 15 Dec 2017 00:11:02 +0200
Subject: [PATCH] docs/glossary: micropython-lib: Clarify wording.

---
 docs/reference/glossary.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst
index 9daf0dc3a..a6abc8b9d 100644
--- a/docs/reference/glossary.rst
+++ b/docs/reference/glossary.rst
@@ -95,8 +95,8 @@ Glossary
         `micropython-lib <https://github.com/micropython/micropython-lib>`_
         which provides implementations for many modules from CPython's
         standard library. However, large subset of these modules require
-        POSIX-like environment (Linux, MacOS, Windows may be partially
-        supported), and thus would work or make sense only with
+        POSIX-like environment (Linux, FreeBSD, MacOS, etc.; Windows may be
+        partially supported), and thus would work or make sense only with
         `MicroPython Unix port`. Some subset of modules is however usable
         for `baremetal` ports too.
 
-- 
GitLab