summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2020-01-12 12:36:37 +0000
committerAndreas Rumpf <rumpf_a@web.de>2020-01-12 13:36:37 +0100
commit1c001fe583d05ef88a8626dec958bf07d5f23ca4 (patch)
treec153ecaa2fb2ac85f4b3265a7e2cb59e0886ee10
parent01a89cc473c7b98a92c6c6f9c17d294829d3858d (diff)
downloadNim-1c001fe583d05ef88a8626dec958bf07d5f23ca4.tar.gz
Add link to posix_utils.html in posix.nim (#13111)
-rw-r--r--lib/posix/posix.nim5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/posix/posix.nim b/lib/posix/posix.nim
index 8856f2d65..70ba53a2e 100644
--- a/lib/posix/posix.nim
+++ b/lib/posix/posix.nim
@@ -16,7 +16,10 @@
 ## convenience: cstrings are used instead of proper Nim strings and
 ## return codes indicate errors. If you want exceptions
 ## and a proper Nim-like interface, use the OS module or write a wrapper.
-
+##
+## For high-level wrappers specialized for Linux and BSDs see:
+## `posix_utils <posix_utils.html>`_
+##
 ## Coding conventions:
 ## ALL types are named the same as in the POSIX standard except that they start
 ## with 'T' or 'P' (if they are pointers) and without the '_t' suffix to be