diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-14 17:31:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-14 17:32:46 +0200 |
commit | 9ced103324ebc9d32ee9625be3decd44a0558f36 (patch) | |
tree | aa9498b07354369392f20bba2ba13a416174b86e /gnu | |
parent | 96b44a9456c931ac771a6c60bde38aa52838cb7d (diff) | |
download | gnu-guix-9ced103324ebc9d32ee9625be3decd44a0558f36.tar gnu-guix-9ced103324ebc9d32ee9625be3decd44a0558f36.tar.gz |
gnu: cups-minimal: Mark up description.
* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cups.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 5b78ed1523..b3268bee7b 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -226,13 +226,13 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.") (home-page "https://www.cups.org") (synopsis "The Common Unix Printing System") (description - "CUPS is a printing system that uses the Internet Printing -Protocol (IPP). It provides System V and BSD command-line interfaces, as well + "CUPS is a printing system that uses the Internet Printing Protocol +(@dfn{IPP}). It provides System V and BSD command-line interfaces, as well as a Web interface and a C programming interface to manage printers and print jobs. It supports printing to both local (parallel, serial, USB) and networked printers, and printers can be shared from one computer to another. -Internally, CUPS uses PostScript Printer Description (PPD) files to describe -printer capabilities and features and a wide variety of generic and +Internally, CUPS uses PostScript Printer Description (@dfn{PPD}) files to +describe printer capabilities and features, and a wide variety of generic and device-specific programs to convert and print many types of files.") (license license:gpl2))) |