[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/17] Fix unescaped hyphens in email addresses and URLs.
From: |
G. Branden Robinson |
Subject: |
[PATCH 13/17] Fix unescaped hyphens in email addresses and URLs. |
Date: |
Fri, 13 Oct 2023 18:41:30 -0500 |
* man/captoinfo.1m:
* man/curs_termcap.3x:
* man/infocmp.1m:
* man/infotocap.1m:
* man/tic.1m: Do it.
---
man/captoinfo.1m | 2 +-
man/curs_termcap.3x | 2 +-
man/infocmp.1m | 4 ++--
man/infotocap.1m | 2 +-
man/tic.1m | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 9b589493..ab0e80f7 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -224,7 +224,7 @@ .SH AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com>
and
.br
-Thomas E. Dickey <dickey@invisible-island.net>
+Thomas E. Dickey <dickey@invisible\-island.net>
.SH SEE ALSO
\fB\%@INFOCMP@\fP(1M),
\fB\%@TIC@\fP(1M),
diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x
index 3bbc6410..cfca2b98 100644
--- a/man/curs_termcap.3x
+++ b/man/curs_termcap.3x
@@ -382,4 +382,4 @@ .SH SEE ALSO
\fB\%term_variables\fP(3X),
\fB\%terminfo\fP(\*n)
.PP
-https://invisible-island.net/ncurses/tctest.html
+https://invisible\-island.net/ncurses/tctest.html
diff --git a/man/infocmp.1m b/man/infocmp.1m
index 2c976874..6e51e8fe 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -635,7 +635,7 @@ .SH AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com>
and
.br
-Thomas E. Dickey <dickey@invisible-island.net>
+Thomas E. Dickey <dickey@invisible\-island.net>
.SH BUGS
The \fB\-F\fP option of \fB@INFOCMP@\fP(1M) should be a \fB@TOE@\fP(1M) mode.
.SH SEE ALSO
@@ -647,4 +647,4 @@ .SH SEE ALSO
\fB\%terminfo\fP(\*n),
\fB\%user_caps\fP(\*n)
.PP
-https://invisible-island.net/ncurses/tctest.html
+https://invisible\-island.net/ncurses/tctest.html
diff --git a/man/infotocap.1m b/man/infotocap.1m
index 3398dd7d..37298c1e 100644
--- a/man/infotocap.1m
+++ b/man/infotocap.1m
@@ -88,7 +88,7 @@ .SH AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com>
and
.br
-Thomas E. Dickey <dickey@invisible-island.net>
+Thomas E. Dickey <dickey@invisible\-island.net>
.SH SEE ALSO
\fB\%@INFOCMP@\fP(1M),
\fB\%@TIC@\fP(1M),
diff --git a/man/tic.1m b/man/tic.1m
index 2f512f97..8cbb4c86 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -601,7 +601,7 @@ .SH AUTHOR
Eric S. Raymond <esr@snark.thyrsus.com>
and
.br
-Thomas E. Dickey <dickey@invisible-island.net>
+Thomas E. Dickey <dickey@invisible\-island.net>
.SH SEE ALSO
\fB\%@CAPTOINFO@\fP(1M),
\fB\%@INFOCMP@\fP(1M),
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 13/17] Fix unescaped hyphens in email addresses and URLs.,
G. Branden Robinson <=