[PATCH] docs: Document smbclient "notify" command

Volker Lendecke Volker.Lendecke at SerNet.DE
Fri Jul 3 15:10:52 CEST 2015


Hi!

Review&push appreciated!

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 43d9327f1c082d9a9fc4c52562600b1a4900330d Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Fri, 3 Jul 2015 15:10:17 +0200
Subject: [PATCH] docs: Document smbclient "notify" command

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 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 7438aed..8b166d1 100644
--- a/docs-xml/manpages/smbclient.1.xml
+++ b/docs-xml/manpages/smbclient.1.xml
@@ -857,6 +857,20 @@
 		</varlistentry>
 
 		<varlistentry>
+		<term>notify <dir name></term>
+		<listitem><para>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
+		<ulink url="https://msdn.microsoft.com/en-us/library/dn392331.aspx">https://msdn.microsoft.com/en-us/library/dn392331.aspx</ulink>
+		for a description of the action numbers that this
+		command prints.</para>
+		<para>This command never ends, it waits for event
+		indefinitely.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
 		<term>posix</term>
 		<listitem><para>Query the remote server to see if it supports the CIFS UNIX
 		extensions and prints out the list of capabilities supported. If so, turn
-- 
1.9.1



More information about the samba-technical mailing list