From 1e414d215ebb98e709717cd116ce83acdc863a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 17 Aug 2017 14:10:57 +0200 Subject: man: fix typos and grammar issues --- man/vis.1 | 12 +++++------- 1 file 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. . -- cgit v1.2.3