From 465ad4e7c0a9bd8a5622dbfa3c02b28a72b0b70b Mon Sep 17 00:00:00 2001
From: Stephen Hurd <shurd@sasktel.net>
Date: Tue, 17 Nov 2020 19:42:05 -0500
Subject: [PATCH] Fix incorrect use of OCS in DCS string description.

---
 src/conio/cterm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/cterm.txt b/src/conio/cterm.txt
index 2ee86165e1..f045623916 100644
--- a/src/conio/cterm.txt
+++ b/src/conio/cterm.txt
@@ -77,7 +77,7 @@ ESC M	Reverse Line Feed (RI)
 ESC P	Device Control String (DCS)
 	Begins a string consisting of the characters 0x08 - 0x0d and
 	0x20-0x7e, terminated by a String Terminator (ST)
-	Supported OSC values:
+	Supported DCS string values:
 		"CTerm:Font:p1:<b64>"
 		Indicates the string is a loadable font. (CTerm 1.213)
 
-- 
GitLab