Fixed prototype of logout() (const poisoning).

This commit is contained in:
Bruce Evans 2001-02-06 01:06:25 +00:00
parent 1a7d8d0695
commit 3ffb2fd399

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