Skip to content

Commit

Permalink
Add link to posix_utils.html in posix.nim (#13111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ceratto authored and Araq committed Jan 12, 2020
1 parent 01a89cc commit 1c001fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/posix/posix.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c001fe

Please sign in to comment.