From c67cc58d09c547515a74c4728a1dc612a799e243 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 14 Sep 2017 19:43:33 -0700 Subject: doc: move away from "text processing". * txr.1: Change title and heading to just "programming language". Opening paragraph explains TXR as being a programming language supporting multiple paradigms. --- txr.1 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/txr.1 b/txr.1 index 88264d25..5faf0a16 100644 --- a/txr.1 +++ b/txr.1 @@ -340,9 +340,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2017-08-30 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" +.TH TXR 1 2017-08-30 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- text processing language (version 185) +\*(TX \- Programming Language (Version 185) .SH* SYNOPSIS .cblk @@ -350,11 +350,10 @@ .cble .SH* DESCRIPTION -\*(TX is a language oriented toward processing text from files or streams, -supporting multiple programming paradigms. -It is a combination of two programming languages: an text scanning -and extraction language referred to as the \*(TX pattern language, or -sometimes just \*(TX when it is clear, and a general-purpose dialect of Lisp +\*(TX is a programming language supporting multiple paradigms. +It in fact comprises two languages integrated into a single tool: a text +scanning and extraction language referred to as the \*(TX pattern language, or +sometimes just \*(TX when it is clear; and a general-purpose dialect of Lisp called \*(TL. A script written in the \*(TX pattern language is referred to in this -- cgit v1.2.3