nckx pushed a commit to branch master
in repository guix.

commit df14dc48fb34a0fb93cb62b7c9ca48722bd7a918
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Mon Aug 26 17:34:42 2019 +0200

    gnu: mkvtoolnix: Use @command{}.
    
    * gnu/packages/video.scm (mkvtoolnix)[description]:
    Substitute @command{} for @code{}.
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 06b32c0..055b9a0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -465,8 +465,9 @@ H.264 (MPEG-4 AVC) video streams.")
     (synopsis "Tools to create, alter and inspect Matroska files")
     (description
      "MKVToolNix provides tools for getting information about Matroska files
-(@code{mkvinfo}), extracting tracks/data from Matroska files 
(@code{mkvextract})
-and creating Matroska files from other media files (@code{mkvmerge}).")
+(@command{mkvinfo}), extracting tracks/data from Matroska files
+(@command{mkvextract}), and creating Matroska files from other media files
+(@command{mkvmerge}).")
     (license license:gpl2)))
 
 (define-public x265

Reply via email to