diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-10 00:42:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 02:00:46 +0200 |
commit | fb5fedfe7ed18175fd17f4f09c7d26bdd21e31e2 (patch) | |
tree | 8932da87ccb840746e9962527fc9d964d6451e30 /gnu/packages/profiling.scm | |
parent | 895789ea78d4e41d672f72fb519ea32a7a2f408b (diff) | |
download | patches-fb5fedfe7ed18175fd17f4f09c7d26bdd21e31e2.tar patches-fb5fedfe7ed18175fd17f4f09c7d26bdd21e31e2.tar.gz |
gnu: otf2: Edit description.
* gnu/packages/profiling.scm (otf2)[description]: Fix typo and use @dfn.
Diffstat (limited to 'gnu/packages/profiling.scm')
-rw-r--r-- | gnu/packages/profiling.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index c58881baa2..42d6d6a72a 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -166,8 +166,8 @@ performance measurement opportunites across the hardware and software stack.") #t))))) (home-page "http://www.vi-hps.org/projects/score-p/") (synopsis "Open Trace Format 2 library") - (description "The Open Trace Format 2 (OTF2) is a scalable, memory -efficient event trace data format plus support library.") + (description "The Open Trace Format 2 (@dfn{OTF2}) is a scalable, +memory-efficient event trace data format plus support library.") (license license:bsd-3))) (define-public opari2 |