groff-commit
[Top][All Lists]
Advanced

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

[groff] 43/49: pic(1): Set example input in bold.


From: G. Branden Robinson
Subject: [groff] 43/49: pic(1): Set example input in bold.
Date: Wed, 16 Jun 2021 19:53:31 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5255450a349e0daa16e48bf93b7269b5f841a0d8
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jun 17 07:36:46 2021 +1000

    pic(1): Set example input in bold.
    
    ...when example output is also shown.
---
 src/preproc/pic/pic.1.man | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index 7928b33..cbc89ad 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -699,15 +699,15 @@ the following:
 .RS
 .IP
 .EX
-\&.PS
-x = 3
-y = 3
-[
-  x := 5
-  y = 5
-]
-print x " " y
-\&.PE
+.B .PS
+.B x = 3
+.B y = 3
+.B [
+.B   x := 5
+.B   y = 5
+.B ]
+.B print x " " y
+.B .PE
 .EE
 .RE
 .



reply via email to

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