Skip to content

Commit 1c001fe

Browse files
Federico CerattoAraq
authored andcommitted
Add link to posix_utils.html in posix.nim (#13111)
1 parent 01a89cc commit 1c001fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/posix/posix.nim

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
## convenience: cstrings are used instead of proper Nim strings and
1717
## return codes indicate errors. If you want exceptions
1818
## and a proper Nim-like interface, use the OS module or write a wrapper.
19-
19+
##
20+
## For high-level wrappers specialized for Linux and BSDs see:
21+
## `posix_utils <posix_utils.html>`_
22+
##
2023
## Coding conventions:
2124
## ALL types are named the same as in the POSIX standard except that they start
2225
## with 'T' or 'P' (if they are pointers) and without the '_t' suffix to be

0 commit comments

Comments
 (0)