summaryrefslogtreecommitdiff
path: root/cups/cupspm.md
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-05-01 12:26:22 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-05-01 12:26:22 -0400
commit9c44e2cb72d51610564c79b729412ec216389a84 (patch)
tree9604fa643aac5804cf3c83796ef17667e328e70f /cups/cupspm.md
parente1c797efc73c3d2f856b5cd5fcc6a3518a21798d (diff)
downloadcups-9c44e2cb72d51610564c79b729412ec216389a84.tar.gz
Fix some typos in the new documentation.
Diffstat (limited to 'cups/cupspm.md')
-rw-r--r--cups/cupspm.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/cups/cupspm.md b/cups/cupspm.md
index 704cc1a20..12bfdbd34 100644
--- a/cups/cupspm.md
+++ b/cups/cupspm.md
@@ -1,7 +1,7 @@
---
title: CUPS Programming Manual
author: Michael R Sweet
-copyright: Copyright (c) 2007-2017 by Apple Inc. All Rights Reserved.
+copyright: Copyright © 2007-2017 by Apple Inc. All Rights Reserved.
version: 2.2.4
...
@@ -117,11 +117,11 @@ and libraries (`cups-config --libs`) needed for the local system.
# Working with Destinations
Destinations, which in CUPS represent individual printers or classes
-(collections) of printers, are represented by the `cups_dest_t` structure which
-includes the name \(`name`), instance \(`instance`, saved options/settings),
-whether the destination is the default for the user \(`is_default`), and the
-options and attributes associated with that destination \(`num_options` and
-`options`).
+(collections or pools) of printers, are represented by the `cups_dest_t`
+structure which includes the name \(`name`), instance \(`instance`, saved
+options/settings), whether the destination is the default for the user
+\(`is_default`), and the options and basic information associated with that
+destination \(`num_options` and `options`).
Historically destinations have been manually maintained by the administrator of
a system or network, but CUPS also supports dynamic discovery of destinations on