bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 05/12] man pages: Stop changing adjustment & hyphenation.


From: G. Branden Robinson
Subject: [PATCH 05/12] man pages: Stop changing adjustment & hyphenation.
Date: Thu, 14 Sep 2023 07:48:33 -0500

...around lists of function names.

* man/curs_kernel.3x:
* man/curs_slk.3x: Stop disabling adjustment and hyphenation around a
  paragraph tag, where it is nearly useless anyway.  If a paragraph tag
  gets broken across lines, it was too long in the first place.

* man/curs_trace.3x: Stop disabling adjustment and hyphenation around a
  long list of function names formatted in a paragraph with a relative
  inset.  There are more idiomatic ways to achieve this, forthcoming in
  an additional commit.
---
 man/curs_kernel.3x | 4 ----
 man/curs_slk.3x    | 4 ----
 man/curs_trace.3x  | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index c5cb712b..57d30f95 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -177,11 +177,7 @@ .SH RETURN VALUE
 X/Open defines no error conditions.
 In this implementation
 .TP 5
-.na
-.hy 0
 \fBdef_prog_mode\fP, \fBdef_shell_mode\fP, \fBreset_prog_mode\fP, 
\fBreset_shell_mode\fP
-.hy
-.ad
 return an error
 if the terminal was not initialized, or
 if the I/O call to obtain the terminal settings fails.
diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index 56324f9a..f11dc367 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -208,11 +208,7 @@ .SH RETURN VALUE
 \fBslk_attr\fP
 returns the attribute used for the soft keys.
 .TP 5
-.na
-.hy 0
 \fBslk_attroff\fP, \fBslk_attron\fP, \fBslk_clear\fP, \fBslk_noutrefresh\fP, 
\fBslk_refresh\fP, \fBslk_touch\fP
-.ad
-.hy
 return an error
 if the terminal or the softkeys were not initialized.
 .TP 5
diff --git a/man/curs_trace.3x b/man/curs_trace.3x
index 5117d3de..a9bb659f 100644
--- a/man/curs_trace.3x
+++ b/man/curs_trace.3x
@@ -199,8 +199,6 @@ .SS Initialization
 to set the tracing feature as if \fBcurses_trace\fP was called:
 .RS 4
 .PP
-.na
-.hy 0
 filter,
 initscr,
 new_prescr,
@@ -214,8 +212,6 @@ .SS Initialization
 use_env,
 use_extended_names,
 use_tioctl
-.hy
-.ad
 .RE
 .SS Command-line Utilities
 The command-line utilities such as \fBtic\fP(1) provide a verbose option
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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