Blame man/notifier.man

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