From 34094b780454eb5ec27e172abd6c9bd14a47f712 Mon Sep 17 00:00:00 2001 From: he Date: Sun, 5 Jun 2005 15:36:47 +0000 Subject: [PATCH] Catch up to changes in prototype for a few functions, which changed some "char*" parameters to "const char*". --- share/man/man9/wsfont.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/wsfont.9 b/share/man/man9/wsfont.9 index 6ca987756c9d..0af622015909 100644 --- a/share/man/man9/wsfont.9 +++ b/share/man/man9/wsfont.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: wsfont.9,v 1.11 2003/05/03 23:20:15 gmcgarry Exp $ +.\" $NetBSD: wsfont.9,v 1.12 2005/06/05 15:36:47 he Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,17 +56,17 @@ .Ft void .Fn wsfont_init "void" .Ft int -.Fn wsfont_matches "struct wsdisplay_font *font" "char *name" \ +.Fn wsfont_matches "struct wsdisplay_font *font" "const char *name" \ "int width" "int height" "int stride" .Ft int -.Fn wsfont_find "char *name" "int width" "int height" "int stride" \ +.Fn wsfont_find "const char *name" "int width" "int height" "int stride" \ "int bitorder" "int byteorder" .Ft int .Fn wsfont_add "struct wsdisplay_font *font" "int copy" .Ft int .Fn wsfont_remove "int cookie" .Ft void -.Fn wsfont_enum "void (*callback)(char *, int, int, int)" +.Fn wsfont_enum "void (*callback)(const char *, int, int, int)" .Ft int .Fn wsfont_lock "int cookie" "struct wsdisplay_font **ptr" .Ft int