Hi there,

just found a few typos, see attachment.

(please, CC me)


Thanks.


-- 
https://www.juef.space/
>From 745ba353867142d3e00f4d2ab06962ba0d3aaaab Mon Sep 17 00:00:00 2001
From: Svyatoslav Mishyn <svyatoslav.mis...@gmail.com>
Date: Wed, 4 Jul 2018 21:40:48 +0300
Subject: [PATCH] doc: fix typos

---
 src/doc/screen.1       | 12 ++++++------
 src/doc/screen.texinfo |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/doc/screen.1 b/src/doc/screen.1
index a5a16d0..2e5667b 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -3060,7 +3060,7 @@ See also \*Qbufferfile\*U command.
 .RS 0
 .PP
 Does one of two things, dependent on number of arguments: with zero or one
-arguments it it duplicates the paste buffer contents into the register 
specified
+arguments it duplicates the paste buffer contents into the register specified
 or entered at the prompt. With two arguments it reads the contents of the 
named 
 file into the register, just as \fIreadbuf\fP reads the screen-exchange file
 into the paste buffer.
@@ -3491,7 +3491,7 @@ Plus, you can optionally customize the termcap generated 
for the windows.
 You have to place these commands in one of the screenrc startup files, as
 they are meaningless once the terminal emulator is booted.  
 .PP
-If your system works uses the terminfo database rather than termcap, 
+If your system uses the terminfo database rather than termcap, 
 .I screen 
 will understand the `terminfo' command, which has the same effects as the
 `termcap' command.  Two separate commands are provided, as there are subtle
@@ -4117,7 +4117,7 @@ a length qualifier (e.g. '%3n'), 'D' and 'M' can be 
prefixed with 'L'
 to generate long names, 'w' and 'W' also show the window flags
 if 'L' is given.
 .PP
-An attribute/color modifier is is used to change the attributes or the
+An attribute/color modifier is used to change the attributes or the
 color settings. Its format
 is \*Q[attribute modifier] [color description]\*U. The attribute modifier
 must be prefixed by a change type indicator if it can be confused with
@@ -4283,7 +4283,7 @@ Interactively, there is the title-string escape-sequence
 The former can be output from an application to control the window's name
 under software control, and the latter will prompt for a name when typed.
 You can also bind pre-defined names to keys with the \*Qtitle\*U command
-to set things quickly without prompting. Changing title bythis escape sequence
+to set things quickly without prompting. Changing title by this escape sequence
 can be controlled by \fBdefdynamictitle\fP and \fBdynamictitle\fP commands. 
 .PP
 Finally,
@@ -4366,7 +4366,7 @@ of the command, and revert to simply \*Qroot:\*U at its 
completion.
 .fi
 .sp
 The first binding doesn't have any arguments, so it would prompt you
-for a title. when you type \*QC-a o\*U.
+for a title when you type \*QC-a o\*U.
 The second binding would clear an auto-title's current setting (C-a E).
 The third binding would set the current window's title to \*Q(unknown)\*U
 (C-a u).
@@ -4467,7 +4467,7 @@ Also, you can customize the $TERMCAP value used by
 .I screen
 by using the \*Qtermcap\*U .screenrc command, or
 by defining the variable $SCREENCAP prior to startup.
-When the is latter defined, its value will be copied verbatim into each
+When the latter is defined, its value will be copied verbatim into each
 window's $TERMCAP variable.
 This can either be the full terminal definition, or a filename where the
 terminal \*Qscreen\*U (and/or \*Qscreen\-w\*U) is defined.
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 344e517..3a27a81 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -3886,7 +3886,7 @@ amounts of text.
 @deffn Command readreg [-e encoding] [register [filename]]
 (none)@*
 Does one of two things, dependent on number of arguments: with zero or one
-arguments it it duplicates the paste buffer contents into the register 
specified
+arguments it duplicates the paste buffer contents into the register specified
 or entered at the prompt. With two arguments it reads the contents of the named
 file into the register, just as @code{readbuf} reads the screen-exchange file
 into the paste buffer.
@@ -5592,7 +5592,7 @@ a length qualifier (e.g. @code{%3n}), @code{D} and 
@code{M} can be
 prefixed with @code{L} to generate long names, @code{w} and
 @code{W} also show the window flags if @code{L} is given.
 
-An attribute/color modifier is is used to change the attributes or the
+An attribute/color modifier is used to change the attributes or the
 color settings. Its format
 is @samp{[attribute modifier] [color description]}. The attribute modifier
 must be prefixed by a change type indicator if it can be confused with
-- 
2.18.0

Reply via email to