Add a missing semi-colon.

Submitted by:	jmg
This commit is contained in:
Mike Pritchard 1997-03-07 06:15:54 +00:00
parent d21be01cef
commit e42337987f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23471

View File

@ -52,7 +52,7 @@ the external identifier errno. This identifier is defined in
.Aq Pa sys/errno.h .Aq Pa sys/errno.h
for non-threaded programs as: for non-threaded programs as:
.Pp .Pp
.Dl extern int errno .Dl extern int errno;
.Pp .Pp
and for threaded programs as: and for threaded programs as:
.Pp .Pp