diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-03 00:51:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-05 02:35:02 +0200 |
commit | 1e6191bb55afd1173a3ce3a8a7116b5332aedf52 (patch) | |
tree | 9a6556a4caf77ece66ca6d40ded11c173aabb49c /gnu/packages/fpga.scm | |
parent | 0b042591840b28e137516559864f74a68d39110f (diff) | |
download | patches-1e6191bb55afd1173a3ce3a8a7116b5332aedf52.tar patches-1e6191bb55afd1173a3ce3a8a7116b5332aedf52.tar.gz |
gnu: gtkwave: Mark up description.
* gnu/packages/fpga.scm (gtkwave)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/fpga.scm')
-rw-r--r-- | gnu/packages/fpga.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index e34df03e6b..c9454aa324 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)))) |