mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Add a missing semi-colon.
Submitted by: jmg
This commit is contained in:
parent
d21be01cef
commit
e42337987f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue