~vcs-imports/screen/master

« back to all changes in this revision

Viewing changes to src/doc/screen.1

  • Committer: Amadeusz Sławiński
  • Author(s): Svyatoslav Mishyn
  • Date: 2018-07-24 21:18:54 UTC
  • Revision ID: git-v1:b7cf6df01a121095235edb57dd4e88c62667adf4
doc: fix typos

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.mishyn@gmail.com>
Date: Wed, 4 Jul 2018 21:40:48 +0300
Subject: [PATCH] doc: fix typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
3060
3060
.RS 0
3061
3061
.PP
3062
3062
Does one of two things, dependent on number of arguments: with zero or one
3063
 
arguments it it duplicates the paste buffer contents into the register specified
 
3063
arguments it duplicates the paste buffer contents into the register specified
3064
3064
or entered at the prompt. With two arguments it reads the contents of the named 
3065
3065
file into the register, just as \fIreadbuf\fP reads the screen-exchange file
3066
3066
into the paste buffer.
3491
3491
You have to place these commands in one of the screenrc startup files, as
3492
3492
they are meaningless once the terminal emulator is booted.  
3493
3493
.PP
3494
 
If your system works uses the terminfo database rather than termcap, 
 
3494
If your system uses the terminfo database rather than termcap,
3495
3495
.I screen 
3496
3496
will understand the `terminfo' command, which has the same effects as the
3497
3497
`termcap' command.  Two separate commands are provided, as there are subtle
4117
4117
to generate long names, 'w' and 'W' also show the window flags
4118
4118
if 'L' is given.
4119
4119
.PP
4120
 
An attribute/color modifier is is used to change the attributes or the
 
4120
An attribute/color modifier is used to change the attributes or the
4121
4121
color settings. Its format
4122
4122
is \*Q[attribute modifier] [color description]\*U. The attribute modifier
4123
4123
must be prefixed by a change type indicator if it can be confused with
4283
4283
The former can be output from an application to control the window's name
4284
4284
under software control, and the latter will prompt for a name when typed.
4285
4285
You can also bind pre-defined names to keys with the \*Qtitle\*U command
4286
 
to set things quickly without prompting. Changing title bythis escape sequence
 
4286
to set things quickly without prompting. Changing title by this escape sequence
4287
4287
can be controlled by \fBdefdynamictitle\fP and \fBdynamictitle\fP commands. 
4288
4288
.PP
4289
4289
Finally,
4366
4366
.fi
4367
4367
.sp
4368
4368
The first binding doesn't have any arguments, so it would prompt you
4369
 
for a title. when you type \*QC-a o\*U.
 
4369
for a title when you type \*QC-a o\*U.
4370
4370
The second binding would clear an auto-title's current setting (C-a E).
4371
4371
The third binding would set the current window's title to \*Q(unknown)\*U
4372
4372
(C-a u).
4467
4467
.I screen
4468
4468
by using the \*Qtermcap\*U .screenrc command, or
4469
4469
by defining the variable $SCREENCAP prior to startup.
4470
 
When the is latter defined, its value will be copied verbatim into each
 
4470
When the latter is defined, its value will be copied verbatim into each
4471
4471
window's $TERMCAP variable.
4472
4472
This can either be the full terminal definition, or a filename where the
4473
4473
terminal \*Qscreen\*U (and/or \*Qscreen\-w\*U) is defined.