]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_terminfo.3x
ncurses 6.4 - patch 20230617
[ncurses.git] / man / curs_terminfo.3x
index 6b469b16b98f2e31f971bf55f829d26d747425ba..ba4fe0e6d382ac38e633aec8d80c192f3101b6cf 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_terminfo.3x,v 1.87 2023/06/10 15:51:45 tom Exp $
-.TH curs_terminfo 3X ""
+.\" $Id: curs_terminfo.3x,v 1.90 2023/06/17 17:23:17 tom Exp $
+.TH curs_terminfo 3X 2023-06-17 "ncurses 6.4" "Library calls"
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
@@ -722,7 +722,7 @@ Passing nine on each call is awkward.
 .IP
 Using \fBlong\fP for the numeric parameter type is a workaround
 to make the parameter use the same amount of stack as a pointer.
-That approach dates back to the mid-1980s, before C was standarized.
+That approach dates back to the mid-1980s, before C was standardized.
 Since then, there is a standard
 (and pointers are not required to fit in a long).
 .bP