guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: sg3_utils: Mark up description.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: sg3_utils: Mark up description.
Date: Thu, 13 Sep 2018 13:59:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7ec4f648e5939e5dc10e1b28515dac8b03b63652
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 12 17:16:37 2018 +0200

    gnu: sg3_utils: Mark up description.
    
    * gnu/packages/scsi.scm (sg3_utils)[description]: Use @dfn{}.
    Wrap commands in @command{} rather than @code{}, and @itemize them.
---
 gnu/packages/scsi.scm | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/scsi.scm b/gnu/packages/scsi.scm
index 2bb863c..f011af8 100644
--- a/gnu/packages/scsi.scm
+++ b/gnu/packages/scsi.scm
@@ -40,15 +40,24 @@
     (synopsis "SCSI device utilities")
     (description
      "sg3-utils is a collection of utilities for devices that use the Small
-Computer System Interface (SCSI) command set.  It includes utilities to read
-data from, write data to, control, modify, and query the state of SCSI
-devices.  For example, this package provides command-line tools to copy data
-based on @code{dd} syntax and semantics (called @code{sg_dd}, @code{sgp_dd}
-and @code{sgm_dd}), check INQUIRY data and VPD pages (@code{sg_inq}), check
-mode and log pages (@code{sginfo}, @code{sg_modes} and @code{sg_logs}), spin
-up and down disks (@code{sg_start}), do self tests (@code{sg_senddiag}), parse
-sense data (@code{sg_decode_sense}), and perform various other functions.  In
-addition, this package includes a library, called libsgutils, which can be
+Computer System Interface (@dfn{SCSI}) command set.  It includes utilities to
+read data from, write data to, control, modify, and query the state of SCSI
+devices.
+
+For example, this package provides command-line tools to:
address@hidden
address@hidden copy data based on @code{dd} syntax and semantics (called 
@command{sg_dd},
address@hidden, and @command{sgm_dd})
address@hidden check @code{INQUIRY} data and @code{VPD pages} (@command{sg_inq})
address@hidden check mode and log pages (@command{sginfo}, @command{sg_modes}, 
and
address@hidden)
address@hidden spin up and down disks (@command{sg_start})
address@hidden do self-tests (@code{sg_senddiag})
address@hidden parse sense data (@code{sg_decode_sense})
address@hidden and perform various other functions.
address@hidden itemize
+
+In addition, this package includes a library, called libsgutils, which can be
 used in C and C++ programs to interact with SCSI devices.")
     ;; See README: "All utilities and libraries have either a "2 clause" BSD
     ;;   license or are "GPL-2ed". [...] That BSD license was updated from the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]