From fd833aee1756364f669a3d478763299ce6d3a747 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 24 Feb 2022 15:18:52 +0900 Subject: [PATCH] Fix out-of-date description mentioning the command more In most of the operating systems in use, "more" is implemented using "less", or otherwise "more" does not have an -x option. Remove the descriptions related to the more command to make it reflect the current world better. --- doc/src/sgml/sources.sgml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 1b77efb087..7a6e8a951f 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -76,13 +76,8 @@ - The text browsing tools more and - less can be invoked as: - -more -x4 -less -x4 - - to make them show tabs appropriately. + The text browsing tool less can be invoked + as less -x4 to make it show tabs appropriately. -- 2.27.0