aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-08-17 14:10:57 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-09-15 11:36:53 +0200
commit1e414d215ebb98e709717cd116ce83acdc863a78 (patch)
treede51e69a4f8cb0846ebb951ff84d2375fac1dc63
parentc51a91c30bea3f086a7a985b38597e11ee1eb049 (diff)
downloadvis-1e414d215ebb98e709717cd116ce83acdc863a78.tar.gz
vis-1e414d215ebb98e709717cd116ce83acdc863a78.tar.xz
man: fix typos and grammar issues
-rw-r--r--man/vis.112
1 files changed, 5 insertions, 7 deletions
diff --git a/man/vis.1 b/man/vis.1
index 81f5d6e..86365b5 100644
--- a/man/vis.1
+++ b/man/vis.1
@@ -158,7 +158,7 @@ save currently active selections
.
.Ss Registers
.
-Registers are named lists of text. Uninitialized regiter slots default
+Registers are named lists of text. Uninitialized register slots default
to the empty string. Available registers are:
.Bl -tag -width indent
.It Ic \(dq\(dq
@@ -655,7 +655,7 @@ Same as
.Ic X ,
but for files that do not match the regular expression, and the expression is
required.
-.\" TODO improve markup, use Op macro, make it actually undertandable :/
+.\" TODO improve markup, use Op macro, make it actually understandable :/
.It Ic g Ns [ Ar count ] Ns [ Ar /regexp/ ] Ar command
.It Ic v Ns [ Ar count ] Ns [ Ar /regexp/ ] Ar command
If the
@@ -726,11 +726,9 @@ made by one command are not visible to other commands.
.Pp
When a command makes a number of changes to a file, as in
.Ic x/ Ns Ar re Ns Ic / Ic c/ Ns Ar text Ns Ic / ,
-the addresses of all changes to the file are computed in the original
-file.
-If the changes are non-overlapping, they are applied to the file.
-Successive insertions at the same address are catenated into a single
-insertion composed of the several insertions in the order applied.
+the addresses of all changes are computed based on the initial state.
+If the changes are non-overlapping, they are applied in the specified
+order. Conflicting changes are rejected.
.Pp
Braces may be nested arbitrarily.
.