Blame man/notifier.man

Packit Service 4ae4ad
.\"
Packit Service 4ae4ad
.\" notifier man page for CUPS.
Packit Service 4ae4ad
.\"
Packit Service 4ae4ad
.\" Copyright 2007-2014 by Apple Inc.
Packit Service 4ae4ad
.\" Copyright 1997-2007 by Easy Software Products.
Packit Service 4ae4ad
.\"
Packit Service 4ae4ad
.\" These coded instructions, statements, and computer programs are the
Packit Service 4ae4ad
.\" property of Apple Inc. and are protected by Federal copyright
Packit Service 4ae4ad
.\" law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit Service 4ae4ad
.\" which should have been included with this file.  If this file is
Packit Service 4ae4ad
.\" file is missing or damaged, see the license at "http://www.cups.org/".
Packit Service 4ae4ad
.\"
Packit Service 4ae4ad
.TH notifier 7 "CUPS" "12 June 2014" "Apple Inc."
Packit Service 4ae4ad
.SH NAME
Packit Service 4ae4ad
notifier \- cups notification interface
Packit Service 4ae4ad
.SH SYNOPSIS
Packit Service 4ae4ad
.B notifier
Packit Service 4ae4ad
.I recipient
Packit Service 4ae4ad
[
Packit Service 4ae4ad
.I user-data
Packit Service 4ae4ad
]
Packit Service 4ae4ad
.SH DESCRIPTION
Packit Service 4ae4ad
The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
Packit Service 4ae4ad
Each notifier delivers one or more IPP events from the standard input to the specified recipient.
Packit Service 4ae4ad
.LP
Packit Service 4ae4ad
Notifiers \fBMUST\fR read IPP messages from the standard input using the
Packit Service 4ae4ad
.BR ippNew ()
Packit Service 4ae4ad
and
Packit Service 4ae4ad
.BR ippReadFile ()
Packit Service 4ae4ad
functions and exit on error.
Packit Service 4ae4ad
Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen.
Packit Service 4ae4ad
Notifiers inherit the environment and can use the logging mechanism documented in
Packit Service 4ae4ad
.BR filter (7).
Packit Service 4ae4ad
.SH SEE ALSO
Packit Service 4ae4ad
.BR cupsd (8),
Packit Service 4ae4ad
.BR filter (7),
Packit Service 4ae4ad
CUPS Online Help (http://localhost:631/help)
Packit Service 4ae4ad
.SH COPYRIGHT
Packit Service 4ae4ad
Copyright \[co] 2007-2017 by Apple Inc.