Fixed prototype of logout() (const poisoning).

This commit is contained in:
bde 2001-02-06 01:06:25 +00:00
parent 546e5e3868
commit b8b373d382

View File

@ -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