From 3941058359150a7c2d2084d459620364f1bfacc0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 15 Aug 2002 13:56:33 +0000 Subject: large set of updates converting some of the textdocs to SGML/DocBook. I think these were originally from Jelmer, but I've lost the original message. Also had some syntax errors in the manpages (does no one regenerate after making changes to the SGML source?) Still have some developer specific docs to add from Jelmer in the next go around.... (This used to be commit 5f673b788314325699a64377d514dda435e6c478) --- 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