Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2021 10:31:00 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 96526cc9edcb - stable/12 - vi.1: Fix a typo
Message-ID:  <202109221031.18MAV0r9009163@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by bapt:

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

commit 96526cc9edcb4d3f4b91cbaec2708cb16d45dae4
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2019-12-09 17:58:22 +0000
Commit:     Baptiste Daroussin <bapt@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109221031.18MAV0r9009163>