[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 10/43] man/curs_{termcap,variable}.3x: Fix style nit in "SEE ALSO
From: |
G. Branden Robinson |
Subject: |
[PATCH 10/43] man/curs_{termcap,variable}.3x: Fix style nit in "SEE ALSO" section. |
Date: |
Mon, 9 Sep 2024 09:14:39 -0500 |
* Relocate non-man-page cross references to section start.
* Annotate why we're not worried about the tctest URL breaking.
65n is the old school Unix nroff line length used by documents in
general, not just man pages.
---
man/curs_termcap.3x | 6 ++++--
man/curs_variables.3x | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x
index f7bb8d6bf..84607888c 100644
--- a/man/curs_termcap.3x
+++ b/man/curs_termcap.3x
@@ -538,10 +538,12 @@ .SH BUGS
the \fItermcap\fP interface to accommodate the latter's limitation in
this respect.
.SH "SEE ALSO"
+.\" This URL has no link text and is less than 65n wide, so we do not
+.\" use a `:` string as man/curs_variables.3x does.
+https://invisible\-island.net/ncurses/tctest.html
+.PP
\fB\%curses\fP(3X),
\fB\%curs_terminfo\fP(3X),
\fB\%putc\fP(3),
\fB\%term_variables\fP(3X),
\fB\%terminfo\fP(5)
-.PP
-https://invisible\-island.net/ncurses/tctest.html
diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index 8b1501476..f25fae445 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -316,6 +316,10 @@ .SH PORTABILITY
most users have decided either to override the value,
or to rely upon its default.
.SH SEE ALSO
+[UAX #29] \*(``Unicode Standard Annex #29: Unicode Text
+Segmentation\*('';
+\%<https://\*:unicode\*:.org/\*:reports/\*:tr29/>
+.PP
\fB\%curses\fP(3X),
\fB\%curs_color\fP(3X),
\fB\%curs_opaque\fP(3X),
@@ -323,7 +327,3 @@ .SH SEE ALSO
\fB\%curs_threads\fP(3X),
\fB\%term_variables\fP(3X),
\fB\%terminfo\fP(5)
-.PP
-[UAX #29] \*(``Unicode Standard Annex #29: Unicode Text
-Segmentation\*('';
-\%<https://\*:unicode\*:.org/\*:reports/\*:tr29/>
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 10/43] man/curs_{termcap,variable}.3x: Fix style nit in "SEE ALSO" section.,
G. Branden Robinson <=