bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 05/18] Fix punctuation nits.


From: G. Branden Robinson
Subject: [PATCH v2 05/18] Fix punctuation nits.
Date: Sat, 23 Sep 2023 06:57:01 -0500

Things that aren't sentences don't need periods.

* man/curs_memleaks.3x:
* man/curs_mouse.3x:
* man/curs_pad.3x:
* man/curs_slk.3x:
* man/curs_terminfo.3x:
* man/curs_touch.3x:
* man/curs_util.3x:
* man/define_key.3x:
* man/key_defined.3x:
* man/keybound.3x:
* man/keyok.3x:
* man/new_pair.3x:
* man/resizeterm.3x: Do it.
---
 man/curs_memleaks.3x | 4 ++--
 man/curs_mouse.3x    | 2 +-
 man/curs_pad.3x      | 2 +-
 man/curs_slk.3x      | 2 +-
 man/curs_terminfo.3x | 2 +-
 man/curs_touch.3x    | 2 +-
 man/curs_util.3x     | 2 +-
 man/define_key.3x    | 4 ++--
 man/key_defined.3x   | 4 ++--
 man/keybound.3x      | 4 ++--
 man/keyok.3x         | 4 ++--
 man/new_pair.3x      | 4 ++--
 man/resizeterm.3x    | 4 ++--
 13 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/man/curs_memleaks.3x b/man/curs_memleaks.3x
index 4012e041..a8fbf19a 100644
--- a/man/curs_memleaks.3x
+++ b/man/curs_memleaks.3x
@@ -117,5 +117,5 @@ .SH PORTABILITY
 used as parameter.
 .SH SEE ALSO
 \fB\%curs_initscr\fP(3X),
-\fB\%curs_terminfo\fP(3X).
-\fB\%curses\fP(3X).
+\fB\%curs_terminfo\fP(3X),
+\fB\%curses\fP(3X)
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index 20e784eb..9611f397 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -415,4 +415,4 @@ .SH SEE ALSO
 \fB\%curs_inopts\fP(3X),
 \fB\%curs_kernel\fP(3X),
 \fB\%curs_slk\fP(3X),
-\fB\%curs_variables\fP(3X).
+\fB\%curs_variables\fP(3X)
diff --git a/man/curs_pad.3x b/man/curs_pad.3x
index cfa153b7..8271bb1b 100644
--- a/man/curs_pad.3x
+++ b/man/curs_pad.3x
@@ -229,4 +229,4 @@ .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_refresh\fP(3X),
 \fB\%curs_touch\fP(3X),
-\fB\%curs_addch\fP(3X).
+\fB\%curs_addch\fP(3X)
diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index c17d21be..f36e3e08 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -330,4 +330,4 @@ .SH SEE ALSO
 \fB\%curs_attr\fP(3X),
 \fB\%curs_initscr\fP(3X),
 \fB\%curs_refresh\fP(3X),
-\fB\%curs_variables\fP(3X).
+\fB\%curs_variables\fP(3X)
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index ca4cc907..f32af1a2 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -527,7 +527,7 @@ .SH HISTORY
 gettmode       establish current tty modes
 mvcur  low level cursor motion
 putp   T{
-utility function that uses \fB\%tputs\fP to send characters via 
\fB\%putchar\fP.
+utility function that uses \fB\%tputs\fP to send characters via \fB\%putchar\fP
 T}
 resetterm      set tty modes to \*(``out of curses\*('' state
 resetty        reset tty flags to stored value
diff --git a/man/curs_touch.3x b/man/curs_touch.3x
index ca274010..421454f0 100644
--- a/man/curs_touch.3x
+++ b/man/curs_touch.3x
@@ -121,4 +121,4 @@ .SH NOTES
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_refresh\fP(3X),
-\fB\%curs_variables\fP(3X).
+\fB\%curs_variables\fP(3X)
diff --git a/man/curs_util.3x b/man/curs_util.3x
index 575a5f10..56562775 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -399,4 +399,4 @@ .SH SEE ALSO
 \fB\%curs_scr_dump\fP(3X),
 \fB\%curs_sp_funcs\fP(3X),
 \fB\%curs_variables\fP(3X),
-\fB\%legacy_coding\fP(3X).
+\fB\%legacy_coding\fP(3X)
diff --git a/man/define_key.3x b/man/define_key.3x
index 42c9cfe0..83145e96 100644
--- a/man/define_key.3x
+++ b/man/define_key.3x
@@ -62,6 +62,6 @@ .SH PORTABILITY
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
 .SH SEE ALSO
 \fB\%keyok\fP(3X),
-\fB\%key_defined\fP(3X).
+\fB\%key_defined\fP(3X)
 .SH AUTHOR
-Thomas Dickey.
+Thomas Dickey
diff --git a/man/key_defined.3x b/man/key_defined.3x
index 44bff5be..187bb4a5 100644
--- a/man/key_defined.3x
+++ b/man/key_defined.3x
@@ -54,6 +54,6 @@ .SH PORTABILITY
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
 .SH SEE ALSO
-\fB\%define_key\fP(3X).
+\fB\%define_key\fP(3X)
 .SH AUTHOR
-Thomas Dickey.
+Thomas Dickey
diff --git a/man/keybound.3x b/man/keybound.3x
index f1af8963..ad3267ff 100644
--- a/man/keybound.3x
+++ b/man/keybound.3x
@@ -57,6 +57,6 @@ .SH PORTABILITY
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
 .SH SEE ALSO
 \fB\%define_key\fP(3X),
-\fB\%keyok\fP(3X).
+\fB\%keyok\fP(3X)
 .SH AUTHOR
-Thomas Dickey.
+Thomas Dickey
diff --git a/man/keyok.3x b/man/keyok.3x
index a46fb84b..04a49cf3 100644
--- a/man/keyok.3x
+++ b/man/keyok.3x
@@ -56,6 +56,6 @@ .SH PORTABILITY
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
 .SH SEE ALSO
-\fB\%define_key\fP(3X).
+\fB\%define_key\fP(3X)
 .SH AUTHOR
-Thomas Dickey.
+Thomas Dickey
diff --git a/man/new_pair.3x b/man/new_pair.3x
index 212e7193..4eedb49d 100644
--- a/man/new_pair.3x
+++ b/man/new_pair.3x
@@ -166,6 +166,6 @@ .SH PORTABILITY
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
 .SH SEE ALSO
-\fBcurs_color\fP(3X).
+\fBcurs_color\fP(3X)
 .SH AUTHOR
-Thomas Dickey.
+Thomas Dickey
diff --git a/man/resizeterm.3x b/man/resizeterm.3x
index 9c38f75a..f59777c8 100644
--- a/man/resizeterm.3x
+++ b/man/resizeterm.3x
@@ -172,6 +172,6 @@ .SH PORTABILITY
 .SH SEE ALSO
 \fB\%curs_getch\fP(3X),
 \fB\%curs_variables\fP(3X),
-\fB\%wresize\fP(3X).
+\fB\%wresize\fP(3X)
 .SH AUTHOR
-Thomas Dickey (from an equivalent function written in 1988 for BSD curses).
+Thomas Dickey (from an equivalent function written in 1988 for BSD curses)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]