Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Typo in https://www.cups.org/doc/cupspm.html #5682

Description

@spider0061

In Compiling Programs That Use the CUPS API section, for running the code snippet with C
the command wriiten is:

gcc -o simple cups-config --cflags simple.c cups-config --libs
./simple

but it should be

gcc -o sample cups-config --cflags sample.c cups-config --libs
./sample

as the C file name is sample.c .

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions