From 83d61f406aa96b6c6d75f1ce228923e9867222fd Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 30 Jul 2004 17:14:52 +0000 Subject: [PATCH] De-__P, fix a typo. --- share/man/man9/wsdisplay.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/wsdisplay.9 b/share/man/man9/wsdisplay.9 index 9933efb13cc4..171bd805a280 100644 --- a/share/man/man9/wsdisplay.9 +++ b/share/man/man9/wsdisplay.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: wsdisplay.9,v 1.14 2004/07/30 15:17:26 jmmv Exp $ +.\" $NetBSD: wsdisplay.9,v 1.15 2004/07/30 17:14:52 wiz Exp $ .\" .\" Copyright (c) 2001, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -123,7 +123,7 @@ It has the following members: void (*pollc)(void *, int); int (*getwschar)(void *, struct wsdisplay_char *); int (*putwschar)(void *, struct wsdisplay_char *); - void (*scroll) __P((void *, void *, int)); + void (*scroll)(void *, void *, int); u_int (*getborder)(void *); int (*setborder)(void *, u_int); .Ed @@ -238,7 +238,7 @@ member defines a function for changing the character mapped at a given position in the character table. The .Fa putchar -member defines a function for writting a character on the screen, given +member defines a function for writing a character on the screen, given its position and attribute. The .Fa copycols