groff-commit
[Top][All Lists]
Advanced

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

[groff] 36/49: doc/groff.texi: Fix indentation style nit.


From: G. Branden Robinson
Subject: [groff] 36/49: doc/groff.texi: Fix indentation style nit.
Date: Sun, 25 Sep 2022 17:03:03 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5bbd9702acaba19365febdde63f078593f2b7d73
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Sep 25 15:07:25 2022 -0500

    doc/groff.texi: Fix indentation style nit.
    
    Consistently use 4 spaces before @result and @error commands.
    
    This leaves a couple of stragglers that will be corrected in subsequent
    commits as part of larger changes.
---
 doc/groff.texi | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index e967aff52..492c0c8ee 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5830,12 +5830,12 @@ follows.  @xref{Drawing Requests}.
 
 @Example
 .tm \n[.H]
-  @error{} 24
+    @error{} 24
 .nf
 \l'36u' 36u
 \l'37u' 37u
-  @result{} _ 36u
-  @result{} __ 37u
+    @result{} _ 36u
+    @result{} __ 37u
 @endExample
 @c END Keep (roughly) parallel with subsection "Motion quanta" of
 @c groff(7).
@@ -6725,8 +6725,8 @@ $ groff -Tps -ww
 .ds animal elephant
 I have \fI\nN \*(co \*[animal]s,\f[]
 said \P.\&\~Pseudo Pachyderm.
-  @error{} warning: escape character ignored before 'P'
-  @result{} I have @slanted{12 white elephants,} said P. Pseudo Pachyderm.
+    @error{} warning: escape character ignored before 'P'
+    @result{} I have @slanted{12 white elephants,} said P. Pseudo Pachyderm.
 @endExample
 
 Escape sequence interpolation is of higher precedence than escape
@@ -6740,7 +6740,7 @@ sequences.
 .ds family T\" Times
 .ds style I\" oblique
 Choice a typeface \f(\*[family]\*[style]wisely.
-  @result{} Choose a typeface @slanted{wisely.}
+    @result{} Choose a typeface @slanted{wisely.}
 @endExample
 
 @noindent
@@ -6906,7 +6906,7 @@ as delimiters continue to be recognized as input line 
terminators.
 A caf\o
 e\(aa
 in Paris
-  @result{} A caf� in Paris
+    @result{} A caf� in Paris
 @endExample
 
 @noindent
@@ -7035,9 +7035,9 @@ eliminating the comment, that is all that remains.
 Test
 \" comment
 Test
-  @result{} Test
-  @result{}
-  @result{} Test
+    @result{} Test
+    @result{}
+    @result{} Test
 @endExample
 
 To avoid this, it is common to combine the empty request with the
@@ -7059,7 +7059,7 @@ problems described above.
 Test
 \# comment
 Test
-  @result{} Test Test
+    @result{} Test Test
 @endExample
 @endDefesc
 
@@ -7087,7 +7087,7 @@ the call of its end macro.
 .TX
 @endExample
 @Example
-  @result{} handfasting
+    @result{} handfasting
 @endExample
 @endDefreq
 



reply via email to

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