From e94b7789aec31a2c5ec610ac5f8d42fb899c29ce Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Thu, 22 Feb 2001 10:58:30 +0000 Subject: [PATCH] Correct the prototype for pager_output(). --- lib/libstand/libstand.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 03055355f25..e085bd4bdf2 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -423,7 +423,7 @@ lines to be displayed before pausing. .Pp Closes the pager. .It Xo -.Ft void +.Ft int .Fn pager_output "char *lines" .Xc .Pp