From 589de041785366722745fd731f478e4b0512e1ea Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 3 Jul 2015 15:10:17 +0200 Subject: [PATCH] docs: Document smbclient "notify" command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Fri Jul 3 18:30:21 CEST 2015 on sn-devel-104 --- docs-xml/manpages/smbclient.1.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index 7438aedb8a7..8b166d1a134 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -856,6 +856,20 @@ are binary. + + notify <dir name> + Query a directory for change + notifications. This command issues a recursive + filechangenotify call for all possible changes. As + changes come in will print one line per change. See + https://msdn.microsoft.com/en-us/library/dn392331.aspx + for a description of the action numbers that this + command prints. + This command never ends, it waits for event + indefinitely. + + + posix Query the remote server to see if it supports the CIFS UNIX -- 2.34.1