summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-07 06:15:54 +0000
committermpp <mpp@FreeBSD.org>1997-03-07 06:15:54 +0000
commit62d7ba8abfeb9f9037305ee9b0dcfb89762843ea (patch)
tree4be6913555a3f12b03d653e826692db1eca81a47 /lib/libc/sys/intro.2
parent0ebd2b1dff9955e929be4d9579e4088b886a8fab (diff)
downloadFreeBSD-src-62d7ba8abfeb9f9037305ee9b0dcfb89762843ea.zip
FreeBSD-src-62d7ba8abfeb9f9037305ee9b0dcfb89762843ea.tar.gz
Add a missing semi-colon.
Submitted by: jmg
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index af9664c..665bca6 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
OpenPOWER on IntegriCloud