diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-07 06:17:09 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-07 06:17:09 +0000 |
| commit | eaeae9c9f99dabb84a314f9cbe62e05cd64a1e3f (patch) | |
| tree | e9da48704c53fd5a51f33801b98ce7e7510b0c79 /lib/libc | |
| parent | e3a1b47d049232867a3ec69ce6340f8538d7da22 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index af9664cea08c..665bca61e7b0 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -52,7 +52,7 @@ the external identifier errno. This identifier is defined in .Aq Pa sys/errno.h for non-threaded programs as: .Pp -.Dl extern int errno +.Dl extern int errno; .Pp and for threaded programs as: .Pp |
