[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: diffstat: Use @command mark-up.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/08: gnu: diffstat: Use @command mark-up. |
Date: |
Fri, 21 Apr 2017 06:34:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0aea268ae12a213775e859d58e67da27741949fb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 09:32:53 2017 +0200
gnu: diffstat: Use @command mark-up.
* gnu/packages/version-control.scm (diffstat)[synopsis, description]:
Use @command.
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1492fc7..cda4fc8 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -933,11 +933,11 @@ standards-compliant ChangeLog entries based on the
changes that it detects.")
"1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95"))))
(build-system gnu-build-system)
(home-page "http://invisible-island.net/diffstat/")
- (synopsis "Make histograms from the output of 'diff'")
+ (synopsis "Make histograms from the output of @command{diff}")
(description
- "Diffstat reads the output of 'diff' and displays a histogram of the
-insertions, deletions, and modifications per-file. It is useful for reviewing
-large, complex patch files.")
+ "Diffstat reads the output of @command{diff} and displays a histogram of
+the insertions, deletions, and modifications per file. It is useful for
+reviewing large, complex patch files.")
(license (license:x11-style "file://COPYING"))))
(define-public cssc
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2., Tobias Geerinckx-Rice, 2017/04/21
- 03/08: gnu: diffstat: Update to 1.61., Tobias Geerinckx-Rice, 2017/04/21
- 04/08: gnu: diffstat: Use @command mark-up.,
Tobias Geerinckx-Rice <=
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 08/08: gnu: fortify-headers: Use @code mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 06/08: gnu: version-control: Use HTTPS where possible., Tobias Geerinckx-Rice, 2017/04/21
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21