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

vi.1: Link macro for hyperlink (FreeBSD #272940) #130

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

concussious
Copy link
Contributor

@concussious concussious commented Apr 18, 2024

The trailing full-stop in the hyperlink to the Vi/Ex Reference Manual in the see also section breaks it in some implementations, so replace that structure with the mdoc(7) macro designed for hyperlinks. The title of the paper seems capitalized in the paper itself so do that here as well. This fixes FreeBSD bug #272940.

While here, a little cleaning to conform to mdoc(7) convention and silence the linter:

  • bump date
  • shuffle 7 sentences onto their own lines
  • prepend a zero width space to the ! in :q!
  • replace the a few left brackets with a roff(7) sequence to display them
  • break the name macros onto their own lines in the name section

The trailing full-stop in the hyperlink to the Vi/Ex Reference Manual in the see also section breaks it in some implementations, so replace that structure with the mdoc(7) macro designed for hyperlinks. The title of the paper seems capitalized in the paper itself so do that here as well. This fixes FreeBSD bug #272940.

While here, a little cleaning:
- bump date
- shuffle 7 sentences onto their own lines
- prepend a zero width space to the ! in :q!
- replace the a few left brackets with a roff(7) sequence to display them
- Follow mdoc(7) convention for the name section by breaking the name macros onto their own lines.
@lichray
Copy link
Owner

lichray commented Apr 18, 2024

LGTM. Thanks!

@lichray lichray merged commit 848546f into lichray:main Apr 18, 2024
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