Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo Correct args
details: https://anonhg.NetBSD.org/src/rev/d8138f6e7c21
branches: trunk
changeset: 770103:d8138f6e7c21
user: roy <roy%NetBSD.org@localhost>
date: Mon Oct 03 19:15:03 2011 +0000
description:
Correct args
diffstat:
lib/libterminfo/terminfo.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0552ddbc067a -r d8138f6e7c21 lib/libterminfo/terminfo.3
--- a/lib/libterminfo/terminfo.3 Mon Oct 03 17:31:35 2011 +0000
+++ b/lib/libterminfo/terminfo.3 Mon Oct 03 19:15:03 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: terminfo.3,v 1.6 2011/10/03 12:31:51 roy Exp $
+.\" $NetBSD: terminfo.3,v 1.7 2011/10/03 19:15:03 roy Exp $
.\"
.\" Copyright (c) 2009, 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -52,9 +52,9 @@
.Ft int
.Fn setupterm "const char *name" "int fildes" "int *errret"
.Ft TERMINAL *
-.Fn set_curterm "TERMINAL *term"
+.Fn set_curterm "TERMINAL *nterm"
.Ft int
-.Fn del_curterm "TERMINAL *term"
+.Fn del_curterm "TERMINAL *oterm"
.Ft char *
.Fn termname "void"
.Ft int
Home |
Main Index |
Thread Index |
Old Index