guix-patches
[Top][All Lists]
Advanced

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

[bug#66226] [PATCH] gnu: xsel: Improve synopsis and description.


From: Rostislav Svoboda
Subject: [bug#66226] [PATCH] gnu: xsel: Improve synopsis and description.
Date: Wed, 27 Sep 2023 10:54:44 +0200

* gnu/packages/xdisorg.scm (xsel): Improve synopsis and description.
---
 gnu/packages/xdisorg.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 086330dfa4..e0120310f0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1842,14 +1842,14 @@ (define-public xsel
       (inputs
        (list libxt))
       (home-page "https://www.vergenet.net/~conrad/software/xsel/";)
-      (synopsis "Manipulate X selection")
+      (synopsis "Manipulate X selection, i.e. clipboard from the command line")
       (description
        "XSel is a command-line program for getting and setting the contents of
-the X selection.  Normally this is only accessible by manually highlighting
-information and pasting it with the middle mouse button.
+the X selection, i.e. clipboard.  Normally this is only accessible by manually
+highlighting information and pasting it with the middle mouse button.
 
-XSel reads from standard input and writes to standard output by default,
-but can also follow a growing file, display contents, delete entries and 
more.")
+XSel reads from standard input and writes to standard output by default, but
+can also follow a growing file, display contents, delete entries and more.")
       (license (license:x11-style "file://COPYING"
                                   "See COPYING in the distribution.")))))
 

base-commit: 15fdeaeb2d4df755811db92cc7c3c7cb19155dec
-- 
2.41.0






reply via email to

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