Fixed prototype of logout() (const poisoning).
This commit is contained in:
parent
546e5e3868
commit
b8b373d382
@ -37,7 +37,7 @@
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <libutil.h>
|
||||
.Ft int
|
||||
.Fn logout "char *line"
|
||||
.Fn logout "const char *line"
|
||||
.Sh DESCRIPTION
|
||||
The function
|
||||
.Fn logout
|
||||
|
Loading…
Reference in New Issue
Block a user