summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man7/notifier.7
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man7/notifier.7')
-rw-r--r--upstream/archlinux/man7/notifier.737
1 files changed, 37 insertions, 0 deletions
diff --git a/upstream/archlinux/man7/notifier.7 b/upstream/archlinux/man7/notifier.7
new file mode 100644
index 00000000..8acf47ef
--- /dev/null
+++ b/upstream/archlinux/man7/notifier.7
@@ -0,0 +1,37 @@
+.\"
+.\" notifier man page for CUPS.
+.\"
+.\" Copyright © 2021-2023 by OpenPrinting.
+.\" Copyright © 2007-2019 by Apple Inc.
+.\" Copyright © 1997-2007 by Easy Software Products.
+.\"
+.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
+.\" information.
+.\"
+.TH notifier 7 "CUPS" "2021-02-28" "OpenPrinting"
+.SH NAME
+notifier \- cups notification interface
+.SH SYNOPSIS
+.B notifier
+.I recipient
+[
+.I user-data
+]
+.SH DESCRIPTION
+The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
+Each notifier delivers one or more IPP events from the standard input to the specified recipient.
+.LP
+Notifiers \fBMUST\fR read IPP messages from the standard input using the
+.BR ippNew ()
+and
+.BR ippReadFile ()
+functions and exit on error.
+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.
+Notifiers inherit the environment and can use the logging mechanism documented in
+.BR filter (7).
+.SH SEE ALSO
+.BR cupsd (8),
+.BR filter (7),
+CUPS Online Help (http://localhost:631/help)
+.SH COPYRIGHT
+Copyright \[co] 2021-2023 by OpenPrinting.