Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
spider0061 opened this issue Nov 9, 2019 · 1 comment
Closed

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

spider0061 opened this issue Nov 9, 2019 · 1 comment
Assignees
Milestone

Comments

@spider0061
Copy link

spider0061 commented Nov 9, 2019

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 .

@michaelrsweet
Copy link
Collaborator

I opted to change the initial instructions to use the filename "simple.c" instead.

[master bea505c] Fix example source filename in CUPS PM (Issue #5682)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants