nckx pushed a commit to branch master
in repository guix.

commit 1e6191bb55afd1173a3ce3a8a7116b5332aedf52
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Tue Jul 3 00:51:56 2018 +0200

    gnu: gtkwave: Mark up description.
    
    * gnu/packages/fpga.scm (gtkwave)[description]: Use @dfn.
---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index e34df03..c9454aa 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -328,7 +328,7 @@ Includes the actual FTDI connector.")
 
     (synopsis "Waveform viewer for FPGA simulator trace files")
     (description "This package is a waveform viewer for FPGA
-simulator trace files (FST).")
+simulator trace files (@dfn{FST}).")
     (home-page "http://gtkwave.sourceforge.net/";)
-    ;; Exception against free government use in tcl_np.c and tcl_np.h
+    ;; Exception against free government use in tcl_np.c and tcl_np.h.
     (license (list license:gpl2+ license:expat license:tcl/tk))))

Reply via email to