From nobody Wed Sep 22 10:31:28 2021 X-Original-To: doc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 004A117C0D76 for ; Wed, 22 Sep 2021 10:31:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDvjN70Nxz4tY6 for ; Wed, 22 Sep 2021 10:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B31FD15E41 for ; Wed, 22 Sep 2021 10:31:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 18MAVSNK035272 for ; Wed, 22 Sep 2021 10:31:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 18MAVSAw035271 for doc@FreeBSD.org; Wed, 22 Sep 2021 10:31:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 241985] ex(1)/vi(1)/view(1) man page mentions broken options and refers to invalid section Date: Wed, 22 Sep 2021 10:31:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bapt@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241985 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D4365415046a352c2b93553502ed3a3758= da93197 commit 4365415046a352c2b93553502ed3a3758da93197 Author: Baptiste Daroussin AuthorDate: 2020-10-01 04:46:23 +0000 Commit: Baptiste Daroussin CommitDate: 2021-09-22 10:28:14 +0000 Update nvi to 2.2.0-05ed8b9 This version incorporates many fixes in particular a fix for vi -w Another approach was proposed to merge those fixes (see review), I find it easier to track changes if we keep importing snapshot on regular basis PR: 241985 Reported by: fernape Differential Revision: https://reviews.freebsd.org/D26158 (cherry picked from commit 755cc40c21ca63388c6a67ba848a908b429e9391) contrib/nvi/CMakeLists.txt | 24 ++++++++++++++-- contrib/nvi/catalog/dump.c | 12 ++++---- contrib/nvi/cl/cl.h | 4 ++- contrib/nvi/cl/cl_read.c | 1 + contrib/nvi/cl/cl_term.c | 6 ++-- contrib/nvi/common/common.h | 10 ++++++- contrib/nvi/common/cut.h | 4 +-- contrib/nvi/common/exf.c | 17 +++++++----- contrib/nvi/common/key.c | 4 +-- contrib/nvi/common/log.c | 4 +-- contrib/nvi/common/main.c | 11 ++++---- contrib/nvi/common/mark.c | 3 +- contrib/nvi/common/mem.h | 60 ++++++++++++++++++++----------------= ---- contrib/nvi/common/msg.c | 4 +++ contrib/nvi/common/options.c | 20 ++++++++++---- contrib/nvi/common/put.c | 3 +- contrib/nvi/common/recover.c | 9 +++--- contrib/nvi/common/util.c | 10 +++++-- contrib/nvi/ex/ex.c | 9 ++++-- contrib/nvi/ex/ex.h | 8 +++--- contrib/nvi/ex/ex_argv.c | 8 ++++++ contrib/nvi/ex/ex_bang.c | 3 +- contrib/nvi/ex/ex_cscope.c | 10 ++++--- contrib/nvi/ex/ex_filter.c | 3 +- contrib/nvi/ex/ex_global.c | 3 +- contrib/nvi/ex/ex_script.c | 2 ++ contrib/nvi/ex/ex_shell.c | 3 +- contrib/nvi/ex/ex_subst.c | 27 +++++++++--------- contrib/nvi/files/config.h.in | 9 ++++++ contrib/nvi/files/pathnames.h.in | 5 ++-- contrib/nvi/regex/engine.c | 2 +- contrib/nvi/regex/regexec.c | 6 ++-- contrib/nvi/vi/v_itxt.c | 4 +-- contrib/nvi/vi/v_paragraph.c | 10 ++++--- contrib/nvi/vi/v_section.c | 3 +- contrib/nvi/vi/v_sentence.c | 3 +- contrib/nvi/vi/v_txt.c | 11 ++++---- contrib/nvi/vi/vi.c | 4 +-- contrib/nvi/vi/vs_line.c | 10 ++++--- contrib/nvi/vi/vs_msg.c | 13 +++++---- contrib/nvi/vi/vs_refresh.c | 9 ++++-- contrib/nvi/vi/vs_relative.c | 7 +++-- contrib/nvi/vi/vs_smap.c | 4 +-- usr.bin/vi/catalog/Makefile | 3 +- usr.bin/vi/pathnames.h | 5 ++-- 45 files changed, 243 insertions(+), 147 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=