diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 14:42:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 14:42:32 +0100 |
commit | ed0c5d3c585c978d95202269aca8f813e2c9441c (patch) | |
tree | b8feeb43179348b061bee1f84d63690d2ea979ae /gnu/packages/maths.scm | |
parent | cc304fe82197ed5e16be2462edb46248808571a2 (diff) | |
download | guix-ed0c5d3c585c978d95202269aca8f813e2c9441c.tar guix-ed0c5d3c585c978d95202269aca8f813e2c9441c.tar.gz |
gnu: mcrl2: Fix typo in synopsis.
* gnu/packages/maths.scm (mcrl2)[synopsis]: Fix typo.
[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 87a6832de3..3830393706 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3729,12 +3729,12 @@ reduction.") ("mesa" ,mesa) ("qt" ,qt))) (build-system cmake-build-system) - (synopsis "toolset for the mCRL2 formal specification language") + (synopsis "Toolset for the mCRL2 formal specification language") (description - "mCRL2 (micro Common Representation Language 2) is a formal specification -language for describing concurrent discrete event systems. Its toolset -supports analysis and automatic verification, linearisation, simulation, -state-space exploration and generation and tools to optimise and analyse + "@dfn{mCRL2} (micro Common Representation Language 2) is a formal +specification language for describing concurrent discrete event systems. Its +toolset supports analysis and automatic verification, linearisation, simulation, +state-space exploration and generation, and tools to optimise and analyse specifications. Also, state spaces can be manipulated, visualised and analysed.") (home-page "http://mcrl2.org") |