Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vi/ex reference manual URL to man page #85

Merged
merged 1 commit into from Sep 28, 2020

Conversation

fernape
Copy link
Contributor

@fernape fernape commented Sep 25, 2020

Reported in FreeBSD's Bugzilla PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the FreeBSD Project hosts a copy of it.

Test:

  • mandoc -T lint ./vi.1 && igor ./vi.1 seem happy
  • man ./vi.1 renders the page properly

Reported in [FreeBSD's Bugzilla PR 241985](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241985)

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the `SEE ALSO` section since the Project hosts [a copy](https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf) of it
uqs pushed a commit to freebsd/freebsd-src that referenced this pull request Sep 25, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163


git-svn-id: svn+ssh://svn.freebsd.org/base/head@366148 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
uqs pushed a commit to freebsd/freebsd-src that referenced this pull request Sep 25, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163
@lichray
Copy link
Owner

lichray commented Sep 25, 2020

Would you like to copy the .Nm vi Ns / Ns Nm ex formatting?

@fernape
Copy link
Contributor Author

fernape commented Sep 26, 2020

Would you like to copy the .Nm vi Ns / Ns Nm ex formatting?

That would mean dropping .%T and .Rs block, right? Otherwise I get multiple WARNINGS:

mandoc: ./vi.1:2747:2: WARNING: skipping empty macro: %T
mandoc: ./vi.1:2748:8: WARNING: invalid content in Rs block: Ns
mandoc: ./vi.1:2748:11: WARNING: invalid content in Rs block: text
mandoc: ./vi.1:2748:13: WARNING: invalid content in Rs block: Ns
mandoc: ./vi.1:2748:16: WARNING: invalid content in Rs block: Nm

Thanks for looking at this.

@lichray
Copy link
Owner

lichray commented Sep 28, 2020

Nevermind, it's good.

@lichray lichray merged commit 04c163d into lichray:master Sep 28, 2020
zxombie pushed a commit to CTSRD-CHERI/freebsd-morello that referenced this pull request Nov 6, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163
bdrewery pushed a commit to bdrewery/freebsd that referenced this pull request Nov 7, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163


git-svn-id: svn+ssh://svn.freebsd.org/base/head@366148 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
brooksdavis pushed a commit to CTSRD-CHERI/cheribsd that referenced this pull request Nov 19, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163
qwattash pushed a commit to CTSRD-CHERI/cheribsd that referenced this pull request Nov 25, 2020
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163
freebsd-git pushed a commit to freebsd/freebsd-src that referenced this pull request Sep 22, 2021
Reported in PR 241985

The manual page references the "vi/ex reference manual" but there is no
information about where to find that document. Add a reference to the manual in
the SEE ALSO section since the Project hosts a copy of it[1].

Change sent upstream[2]

If D26158 gets reviewed and committed, we could close that PR.

[1] https://docs.freebsd.org/44doc/usd/13.viref/paper.pdf).
[2] lichray/nvi2#85

Submitted by:	freebsd@tim.thechases.com
Approved by:	manpages (gbe@)
Differential Revision:	https://reviews.freebsd.org/D26163

(cherry picked from commit f1cba2b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants