[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 085/100] man/MKada_config.in: Work harder to get example to fit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 085/100] man/MKada_config.in: Work harder to get example to fit. |
Date: |
Sat, 30 Mar 2024 17:01:54 -0500 |
DWB 3.3 and Solaris 10 nroffs use a line length of 65n.
---
man/MKada_config.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/MKada_config.in b/man/MKada_config.in
index 74b6adb79..4337cbde3 100644
--- a/man/MKada_config.in
+++ b/man/MKada_config.in
@@ -95,7 +95,7 @@ Consider a program using \fI@ADA_LIBNAME@\fP to write the
message
user to press the \*(``q\*('' key before exiting.
Populate a file \fIhello.adb\fP with the following.
.PP
-.RS 4
+.if \n(LL>67n .RS 4
.EX
with Terminal_Interface.Curses; use Terminal_Interface.Curses;
@@ -128,7 +128,7 @@ begin
End_Windows;
end Hello;
.EE
-.RE
+.if \n(LL>67n .RE
.ne 2
.PP
Then, using
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 085/100] man/MKada_config.in: Work harder to get example to fit.,
G. Branden Robinson <=