Module Name: src
Committed By: roy
Date: Mon Oct 3 19:15:03 UTC 2011
Modified Files:
src/lib/libterminfo: terminfo.3
Log Message:
Correct args
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/terminfo.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libterminfo/terminfo.3
diff -u src/lib/libterminfo/terminfo.3:1.6 src/lib/libterminfo/terminfo.3:1.7
--- src/lib/libterminfo/terminfo.3:1.6 Mon Oct 3 12:31:51 2011
+++ src/lib/libterminfo/terminfo.3 Mon Oct 3 19:15:03 2011
@@ -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