summaryrefslogtreecommitdiff
path: root/doc/html/ncurses-intro.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ncurses-intro.html')
-rw-r--r--doc/html/ncurses-intro.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ncurses-intro.html b/doc/html/ncurses-intro.html
index 194850246fa6..d07f6f251f55 100644
--- a/doc/html/ncurses-intro.html
+++ b/doc/html/ncurses-intro.html
@@ -1,7 +1,7 @@
<!--
- $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $
+ $Id: ncurses-intro.html,v 1.58 2024/05/25 22:29:49 tom Exp $
****************************************************************************
- * Copyright 2019-2020,2022 Thomas E. Dickey *
+ * Copyright 2019-2022,2024 Thomas E. Dickey *
* Copyright 2000-2013,2017 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
@@ -365,9 +365,9 @@
source-code or documentation; the <code>tic</code> and
<code>infocmp</code> programs are the exceptions.</p>
- <p>System V Release 3 (System III UNIX) from Bell Labs featured a
- rewritten and much-improved <code>curses</code> library, along
- with the <code>tic</code> program (late 1986).</p>
+ <p>System V Release 3 from Bell Labs featured a rewritten and
+ much-improved <code>curses</code> library, along with the
+ <code>tic</code> program (late 1986).</p>
<p>To recap, terminfo is based on Berkeley's termcap database,
but contains a number of improvements and extensions.