summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 01:32:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 03:10:54 +0100
commit012ee8c25556e84a98cce76c10d2e20b63d1c6ba (patch)
tree40deda0161f6cbb0dcb1e42058a768e11f12e707 /gnu
parentc1f2c6c39ee04575fbed22d8a145c89fdeea81da (diff)
gnu: putty: Edit description.
* gnu/packages/networking.scm (putty)[synopsis, description]: Write PuTTY. Expand the used @acronym{}s.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index aa484c505e..5d23b34c9a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4231,10 +4231,12 @@ on hub/switched networks. It is based on @acronym{ARP} packets, it will send
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python))) ; for tests
- (synopsis "Graphical @acronym{SSH} and telnet client")
- (description "Putty is a terminal client. It supports @acronym{SSH},
-telnet, and raw socket connections with good terminal emulation. It supports
-public key authentication and Kerberos single-sign-on. It also includes
-command-line @acronym{SFTP} and @acronym{SCP} implementations.")
+ (synopsis "Graphical @acronym{SSH, Secure SHell} and telnet client")
+ (description "PuTTY is a graphical text terminal client. It supports
+@acronym{SSH, Secure SHell}, telnet, and raw socket connections with good
+terminal emulation. It can authenticate with public keys and Kerberos
+single-sign-on. It also includes command-line @acronym{SFTP, Secure File
+Transfer Protocol} and older @acronym{SCP, Secure Copy Protocol}
+implementations.")
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
(license license:expat)))