From 3b6bf529584953bb47255483297cceb9d18b2a93 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 8 Apr 1997 10:45:10 +0000 Subject: [PATCH] Missing newline caused too much text to be fed to the macro. Submitted by: Dmitrij Tejblum , PR#3228 --- lib/libc/sys/intro.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 4c30f01e7f2b..ee460854fba2 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