diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 05:15:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 03:19:17 +0100 |
commit | c115b2dbe006906b06d7291a745c1d4733a37db4 (patch) | |
tree | e6ff4419ceeb5300ed2be692baf1a4fd9c9edc29 /gnu | |
parent | bd2eedd1165ad02283b4cceabdc8bfe98dcedb1d (diff) | |
download | guix-c115b2dbe006906b06d7291a745c1d4733a37db4.tar guix-c115b2dbe006906b06d7291a745c1d4733a37db4.tar.gz |
gnu: smartmontools: Mark up description.
* gnu/packages/admin.scm (smartmontools)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f56ecd8750..bed313b266 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1308,8 +1308,8 @@ various ways that may be running with too much privilege.") (description "The smartmontools package contains utility programs to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting -Technology System (S.M.A.R.T.) built into most modern ATA and SCSI harddisks. -In many cases, these utilities will provide advanced warning of disk +Technology System (@dfn{S.M.A.R.T.}) built into most modern ATA and SCSI hard +disks. In many cases, these utilities will provide advanced warning of disk degradation and failure.") (license license:gpl2+))) |