GNU bug report logs - #74329
[PATCH 0/2] Extensively lint descriptions and synopses.

Previous Next

Package: guix-patches;

Reported by: Gabriel Wicki <gabriel <at> erlikon.ch>

Date: Tue, 12 Nov 2024 20:38:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: 74329 <at> debbugs.gnu.org
Cc: vagrant <at> debian.org, ludo <at> gnu.org
Subject: [bug#74329] [PATCH v2 4/6] gnu: Fix texinfo markup in descriptions
Date: Sun, 5 Jan 2025 02:04:44 +0100
* gnu/packages/emacs-xyz.scm (emacs-el-x): Fix description.
* gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig): Fix description.
* gnu/packages/perl-check.scm (perl-test-file-contents): Fix description.
* gnu/packages/ssh.scm (x11-ssh-askpass): Fix description.

Change-Id: I96482ccec27ec742405c9cd7ed3a54667a438ffb
---
 gnu/packages/emacs-xyz.scm  | 2 +-
 gnu/packages/golang-xyz.scm | 2 +-
 gnu/packages/perl-check.scm | 4 ++--
 gnu/packages/ssh.scm        | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 125eee5790..da331d26ab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15822,7 +15822,7 @@ (define-public emacs-el-x
              #t)))))
     (home-page "https://github.com/sigma/el-x")
     (synopsis "Emacs Lisp extensions")
-    (description "command@{emacs-el-x} defines the @code{dflet} macro to
+    (description "@command{emacs-el-x} defines the @code{dflet} macro to
 provide the historic behavior of @code{flet}, as well as
 @code{declare-function} stub for older Emacs.")
     (license license:gpl2+)))
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 72216ae2a4..652ea159da 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7152,7 +7152,7 @@ (define-public go-github-com-songmu-gitconfig
     (home-page "https://github.com/songmu/gitconfig")
     (synopsis "Go library to get configuration values from gitconfig")
     (description
-     "@{gitconfig} is a package to get configuration values from gitconfig.")
+     "@emph{gitconfig} is a package to get configuration values from gitconfig.")
     (license license:expat)))
 
 (define-public go-github-com-soniakeys-quant
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 2bfc7b1b2d..1d317d8d2c 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -633,8 +633,8 @@ (define-public perl-test-file-contents
     (home-page "https://metacpan.org/release/Test-File-Contents")
     (synopsis "Test routines for examining the contents of files")
     (description
-     "@{Test::File::Contents} provides functions for testing the contents of
-files.")
+     "@code{Test::File::Contents} provides functions for testing the contents
+of files.")
     (license perl-license)))
 
 (define-public perl-test-file-sharedir
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c4727b1c51..d19c10000d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -1048,6 +1048,6 @@ (define-public x11-ssh-askpass
     (inputs (list libxt))
     (home-page "http://www.jmknoble.net/software/x11-ssh-askpass/")
     (synopsis "Lightweight passphrase dialog for SSH")
-    (description "code{x11-ssh-askpass} is an X11-based pass-phrase dialog for
+    (description "@code{x11-ssh-askpass} is an X11-based pass-phrase dialog for
 use with OpenSSH.")
     (license license:gpl2+)))
-- 
2.46.0





This bug report was last modified 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.