From 21d26afb2af6ae34219a4286eb7a8896d7e04a3a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 17 Aug 2002 14:15:33 +0000 Subject: sync 3_0 branch with HEAD (This used to be commit 19ab776bf9c91cf4e56887fd7a63d3253b7e36ef) --- docs/htmldocs/smbcontrol.1.html | 69 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 8 deletions(-) (limited to 'docs/htmldocs/smbcontrol.1.html') diff --git a/docs/htmldocs/smbcontrol.1.html b/docs/htmldocs/smbcontrol.1.html index 5dc9854a84..74c2854a86 100644 --- a/docs/htmldocs/smbcontrol.1.html +++ b/docs/htmldocs/smbcontrol.1.html @@ -170,7 +170,7 @@ CLASS="CONSTANT" >, or printer-notifyprintnotify.

The

The printer-notifyprintnotify message-type sends a message to smbd which in turn sends a printer notify message to - any Windows NT clients connected to a printer. This message-type - takes an argument of the printer name to send notify messages to. + any Windows NT clients connected to a printer. This message-type + takes the following arguments: + +

queuepause printername

Send a queue pause change notify + message to the printer specified.

queueresume printername

Send a queue resume change notify + message for the printer specified.

jobpause printername unixjobid

Send a job pause change notify + message for the printer and unix jobid + specified.

jobresume printername unixjobid

Send a job resume change notify + message for the printer and unix jobid + specified.

jobdelete printername unixjobid

Send a job delete change notify + message for the printer and unix jobid + specified.

+ + Note that this message only sends notification that an + event has occured. It doesn't actually cause the + event to happen. + This message can only be sent to smbd.

. +

parameters

VERSION

SEE ALSO

AUTHOR