Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 alloc_attr -> allocattr



details:   https://anonhg.NetBSD.org/src/rev/ebeaa2a44807
branches:  trunk
changeset: 533584:ebeaa2a44807
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Thu Jul 04 17:33:19 2002 +0000

description:
alloc_attr -> allocattr

Approved by Matthias Drochner.

diffstat:

 share/man/man9/wsdisplay.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 345d7d9aff94 -r ebeaa2a44807 share/man/man9/wsdisplay.9
--- a/share/man/man9/wsdisplay.9        Thu Jul 04 17:15:28 2002 +0000
+++ b/share/man/man9/wsdisplay.9        Thu Jul 04 17:33:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: wsdisplay.9,v 1.7 2002/06/22 19:09:38 bjh21 Exp $
+.\"     $NetBSD: wsdisplay.9,v 1.8 2002/07/04 17:33:19 junyoung Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -188,7 +188,7 @@
        void    (*copyrows)(void *c, int srcrow, int dstrow,
                        int nrows);
        void    (*eraserows)(void *c, int row, int nrows, long);
-       int     (*alloc_attr)(void *c, int fg, int bg, int flags,
+       int     (*allocattr)(void *c, int fg, int bg, int flags,
                        long *);
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index