diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-07 06:15:54 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-07 06:15:54 +0000 |
commit | 62d7ba8abfeb9f9037305ee9b0dcfb89762843ea (patch) | |
tree | 4be6913555a3f12b03d653e826692db1eca81a47 /lib/libc/sys | |
parent | 0ebd2b1dff9955e929be4d9579e4088b886a8fab (diff) | |
download | FreeBSD-src-62d7ba8abfeb9f9037305ee9b0dcfb89762843ea.zip FreeBSD-src-62d7ba8abfeb9f9037305ee9b0dcfb89762843ea.tar.gz |
Add a missing semi-colon.
Submitted by: jmg
Diffstat (limited to 'lib/libc/sys')
-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 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 |