mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: jmtpfs: Mark up description.
* gnu/packages/linux.scm (jmtpfs)[description]: Use @acronym{}.
This commit is contained in:
parent
429296e7cc
commit
924b6646f0
1 changed files with 3 additions and 3 deletions
|
@ -8477,9 +8477,9 @@ (define-public jmtpfs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://github.com/JasonFerrara/jmtpfs")
|
(home-page "https://github.com/JasonFerrara/jmtpfs")
|
||||||
(synopsis "Use a FUSE file system to access data over MTP")
|
(synopsis "Use a FUSE file system to access data over MTP")
|
||||||
(description "jmtpfs uses FUSE (file system in userspace) to provide access
|
(description "jmtpfs uses @acronym{FUSE, File system in USEr space} to
|
||||||
to data over the Media Transfer Protocol (MTP). Unprivileged users can mount
|
provide access to data over @acronym{MTP, the Media Transfer Protocol}.
|
||||||
the MTP device as a file system.")
|
Unprivileged users can mount the MTP device as a file system.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public procenv
|
(define-public procenv
|
||||||
|
|
Loading…
Reference in a new issue