svn commit: samba-docs r376 - in branches/SAMBA_4/manpages: .
jelmer at samba.org
jelmer at samba.org
Mon Mar 7 15:05:09 GMT 2005
Author: jelmer
Date: 2005-03-07 15:05:08 +0000 (Mon, 07 Mar 2005)
New Revision: 376
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=376
Log:
Document argument changes for regshell, add some more supported attributes
to the pidl manpage
Modified:
branches/SAMBA_4/manpages/pidl.1.xml
branches/SAMBA_4/manpages/regshell.1.xml
Changeset:
Modified: branches/SAMBA_4/manpages/pidl.1.xml
===================================================================
--- branches/SAMBA_4/manpages/pidl.1.xml 2005-03-06 07:33:05 UTC (rev 375)
+++ branches/SAMBA_4/manpages/pidl.1.xml 2005-03-07 15:05:08 UTC (rev 376)
@@ -352,13 +352,40 @@
</refsect1>
<refsect1>
- <title>COMPATIBILITY</title>
+ <title>COMPATIBILITY WITH MIDL</title>
+ <refsect2>
+ <title>Asynchronous communication</title>
+
+ <!--FIXME-->
+ </refsect2>
+
+ <refsect2>
+ <title>Typelibs (.tlb files)</title>
+
+ <!-- FIXME -->
+ </refsect2>
+
+ <refsect2>
+ <title>Pointers</title>
+
+ <para>Pidl does not support "full" pointers in the DCE meaning of the word. However, its "unique" pointer is compatible with MIDL's full ("ptr") pointer support. </para>
+
+ <para>Pidl does not assume all top level pointers for functions are
+ "ref".</para>
+ </refsect2>
+
+ <refsect2>
+ <title>Datagram support</title>
+
+ <para>ncadg is not supported yet.</para>
+ </refsect2>
+
<refsect2>
- <title>Supported MIDL-compatible properties (attributes is the MIDL term)</title>
+ <title>Supported properties (attributes is the MIDL term)</title>
<para>
-in, out, ref, length_is, switch_is, size_is, uuid, case, default, string, unique, ptr, pointer_default, v1_enum, object, helpstring, range, local, call_as, endpoint.
+in, out, ref, length_is, switch_is, size_is, uuid, case, default, string, unique, ptr, pointer_default, v1_enum, object, helpstring, range, local, call_as, endpoint, switch_type, progid, coclass, iid_is.
</para>
</refsect2>
@@ -449,7 +476,7 @@
<refsect2>
<title>Unsupported MIDL properties</title>
-<para>aggregatable, appobject, async_uuid, bindable, coclass, control, cpp_quote, defaultbind, defaultcollelem, defaultvalue, defaultvtable, dispinterface, displaybind, dual, entry, first_is, helpcontext, helpfile, helpstringcontext, helpstringdll, hidden, idl_module, idl_quote, id, iid_is, immediatebind, importlib, import, include, includelib, last_is, lcid, licensed, max_is, module, ms_union, no_injected_text, nonbrowsable, noncreatable, nonextensible, odl, oleautomation, optional, pragma, progid, propget, propputref, propput, readonly, requestedit, restricted, retval, source, switch_type, transmit_as, uidefault, usesgetlasterror, vararg, vi_progid, wire_marshal. </para>
+<para>aggregatable, appobject, async_uuid, bindable, control, cpp_quote, defaultbind, defaultcollelem, defaultvalue, defaultvtable, dispinterface, displaybind, dual, entry, first_is, helpcontext, helpfile, helpstringcontext, helpstringdll, hidden, idl_module, idl_quote, id, immediatebind, importlib, import, include, includelib, last_is, lcid, licensed, max_is, module, ms_union, no_injected_text, nonbrowsable, noncreatable, nonextensible, odl, oleautomation, optional, pragma, propget, propputref, propput, readonly, requestedit, restricted, retval, source, transmit_as, uidefault, usesgetlasterror, vararg, vi_progid, wire_marshal. </para>
</refsect2>
Modified: branches/SAMBA_4/manpages/regshell.1.xml
===================================================================
--- branches/SAMBA_4/manpages/regshell.1.xml 2005-03-06 07:33:05 UTC (rev 375)
+++ branches/SAMBA_4/manpages/regshell.1.xml 2005-03-07 15:05:08 UTC (rev 376)
@@ -75,10 +75,9 @@
</varlistentry>
<varlistentry>
- <term>ch|hive [hivename]</term>
+ <term>ch|predef [predefined-key-name]</term>
<listitem><para>
- Go to the specified hive. If no hive is specified, lists
- all available hives.
+ Go to the specified predefined key.
</para></listitem>
</varlistentry>
@@ -156,8 +155,8 @@
<para>Listing the subkeys of HKEY_CURRENT_USER\AppEvents on a remote computer:</para>
<screen>
-<userinput>regshell -b rpc -c "jelmer%secret" ncacn_np:aurelia</userinput>
-HKEY_CURRENT_MACHINE> <userinput>hive HKEY_CURRENT_USER</userinput>
+<userinput>regshell --remote=ncacn_np:aurelia -c "jelmer%secret"</userinput>
+HKEY_CURRENT_MACHINE> <userinput>predef HKEY_CURRENT_USER</userinput>
HKEY_CURRENT_USER> <userinput>cd AppEvents</userinput>
Current path is: HKEY_CURRENT_USER\AppEvents
HKEY_CURRENT_USER\AppEvents> <userinput>ls</userinput>
More information about the samba-cvs
mailing list