diff options
-rw-r--r-- | lib/libc/sys/intro.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 4c30f01..ee46085 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -81,7 +81,8 @@ call functions in libraries that have been compiled with .Va _THREAD_SAFE . .Pp Programmers should include -.Aq Pa sys/errno.h to obtain the definition of +.Aq Pa sys/errno.h +to obtain the definition of .Va errno rather than coding the definition as an external reference directly. It is planned that the |