summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-11-14 10:26:13 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-11-14 10:26:13 -0500
commitbea505c32e49316ffca229107e8abf6fd9ea38dd (patch)
treeba2b3097dae3a106873ea79bdd2b4e2e57f3c31a /cups
parent93df3887e05d3a477316fb51efc61a8d94243ffc (diff)
downloadcups-bea505c32e49316ffca229107e8abf6fd9ea38dd.tar.gz
Fix example source filename in CUPS PM (Issue #5682)
Diffstat (limited to 'cups')
-rw-r--r--cups/cupspm.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/cupspm.md b/cups/cupspm.md
index 260b261f5..d4d6d7c55 100644
--- a/cups/cupspm.md
+++ b/cups/cupspm.md
@@ -2,7 +2,7 @@
title: CUPS Programming Manual
author: Michael R Sweet
copyright: Copyright © 2007-2019 by Apple Inc. All Rights Reserved.
-version: 2.3.0
+version: 2.3.1
...
> Please [file issues on Github](https://github.com/apple/cups/issues) to
@@ -108,7 +108,7 @@ to the file. Build and run (CMD+R) to see the list of destinations.
### Compiling with GCC
-From the command-line, create a file called `sample.c` using your favorite
+From the command-line, create a file called `simple.c` using your favorite
editor, copy the example to this file, and save. Then run the following command
to compile it with GCC and run it: