groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/40: [man]: Fix comment/code style nits.


From: G. Branden Robinson
Subject: [groff] 09/40: [man]: Fix comment/code style nits.
Date: Mon, 12 Dec 2022 19:28:04 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 391bc2cde6415ac1ea94013558851364937c3f25
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 8 00:33:26 2022 -0600

    [man]: Fix comment/code style nits.
---
 tmac/an-ext.tmac | 5 +++--
 tmac/an.tmac     | 3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 74f7f8ded..f9fe37306 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -45,8 +45,8 @@
 .el \
 .  do nr mH \n[.hy]
 .
-.nr mS 0 \" in a SY/YS synopsis?
-.nr mE 0 \" in an EX/EE example?
+.nr mS 0 \" in a synopsis (SY/YS)?
+.nr mE 0 \" in an example (EX/EE)?
 .
 .
 .\" Declare start of command synopsis.  Sets up hanging indentation.
@@ -80,6 +80,7 @@
 .  nr mS 0
 ..
 .
+.
 .\" Prepare link text for mail/web hyperlinks.  `MT` and `UR` call this.
 .de mV
 .  ds m1 \\$1\"
diff --git a/tmac/an.tmac b/tmac/an.tmac
index 19a328205..df860cdbf 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -742,8 +742,7 @@ contains unsupported escape sequence
 ..
 .
 .\" Set arguments (or next input line producing written or drawn output
-.\" if none) in bold style at smaller
-.\" type size.
+.\" if none) in bold style at smaller type size.
 .de1 SB
 .  it 1 an-input-trap
 .  ps -1



reply via email to

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