From 3ffb2fd399366a0dbf971e57ecac6fb86847b666 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 6 Feb 2001 01:06:25 +0000 Subject: Fixed prototype of logout() (const poisoning). --- lib/libutil/logout.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libutil') diff --git a/lib/libutil/logout.3 b/lib/libutil/logout.3 index 2f62b4d2f4ee..dd083abb6b63 100644 --- a/lib/libutil/logout.3 +++ b/lib/libutil/logout.3 @@ -37,7 +37,7 @@ .Fd #include .Fd #include .Ft int -.Fn logout "char *line" +.Fn logout "const char *line" .Sh DESCRIPTION The function .Fn logout -- cgit v1.3