[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: gptfdisk: Update description.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/04: gnu: gptfdisk: Update description. |
Date: |
Thu, 27 Jul 2017 19:01:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 73fe4552aa4958d4ea0d9ea0ef0326e112b22a92
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jul 27 21:10:12 2017 +0200
gnu: gptfdisk: Update description.
* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn.
---
gnu/packages/disk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0a6e2c9..9162954 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -168,9 +168,9 @@ tables, and it understands a variety of different formats.")
(home-page "http://www.rodsbooks.com/gdisk/")
(synopsis "Low-level GPT disk partitioning and formatting")
(description "GPT fdisk (aka gdisk) is a text-mode partitioning tool that
-works on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather
-than on the more common (through 2009) Master Boot Record (MBR) partition
-tables.")
+works on Globally Unique Identifier (@dfn{GUID}) Partition Table (@dfn{GPT})
+disks, rather than on the older Master Boot Record (@dfn{MBR}) partition
+scheme.")
(license license:gpl2)))
(define-public ddrescue