diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 9daf0dc3a123d14ea0c40ea1c28c612f8632412b..a6abc8b9da410e693cfb7175f8619fa82a4957c2 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.