Add a missing semi-colon.
Submitted by: jmg
This commit is contained in:
parent
d21be01cef
commit
e42337987f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user