git: 96526cc9edcb - stable/12 - vi.1: Fix a typo

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 22 10:31:01 UTC 2021


The branch stable/12 has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=96526cc9edcb4d3f4b91cbaec2708cb16d45dae4

commit 96526cc9edcb4d3f4b91cbaec2708cb16d45dae4
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2019-12-09 17:58:22 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-09-22 10:21:39 +0000

    vi.1: Fix a typo
    
    Reviewed by:    bcr
    Approved by:    bcr (mentor)
    Differential Revision:  https://reviews.freebsd.org/D22734
    
    (cherry picked from commit 2486d00026666397c4f9b42187af6ecf9765bf4b)
---
 contrib/nvi/docs/man/vi.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/nvi/docs/man/vi.1 b/contrib/nvi/docs/man/vi.1
index 73ebdbdb7e13..a06c9242f8d6 100644
--- a/contrib/nvi/docs/man/vi.1
+++ b/contrib/nvi/docs/man/vi.1
@@ -14,7 +14,7 @@
 .\"
 .\"     $Id: vi.1,v 9.0 2013/11/02 12:11:56 zy Exp $
 .\"
-.Dd November 2, 2013
+.Dd December 9, 2019
 .Dt VI 1
 .Os
 .Sh NAME
@@ -981,7 +981,7 @@ command.
 .Cm ;\&
 .Xc
 Repeat the last character find
-.Pq i.e., the last .Cm F , f , T No or Cm t No command
+.Pq i.e., the last Cm F , f , T No or Cm t No command
 .Ar count
 times.
 .Pp


More information about the dev-commits-src-branches mailing list