Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/vfstest.1.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    4848                <varlistentry>
    4949                <term>-c|--command=command</term>
    50                 <listitem><para>Execute the specified (colon-separated) commands.
     50                <listitem><para>Execute the specified (<constant>semicolon</constant>-separated) commands.
    5151                See below for the commands that are available.
    5252                </para> </listitem>
     
    116116                <listitem><para><command>mknod</command> - VFS mknod()</para></listitem>
    117117                <listitem><para><command>realpath</command> - VFS realpath()</para></listitem>
     118
     119                <listitem><para><command>getxattr</command> - VFS getxattr()</para></listitem>
     120                <listitem><para><command>listxattr</command> - VFS listxattr()</para></listitem>
     121                <listitem><para><command>setxattr</command> - VFS setxattr()</para></listitem>
     122                <listitem><para><command>removexattr</command> - VFS removexattr()</para></listitem>
     123                <listitem><para><command>fget_nt_acl</command> - VFS fget_nt_acl()</para></listitem>
     124                <listitem><para><command>get_nt_acl</command> - VFS get_nt_acl()</para></listitem>
     125                <listitem><para><command>fset_nt_acl</command> - VFS fset_nt_acl()</para></listitem>
     126                <listitem><para><command>set_nt_acl</command> - VFS open() and fset_nt_acl()</para></listitem>
     127                <listitem><para><command>fchmod_acl</command> - VFS fchmod_acl()</para></listitem>
     128                <listitem><para><command>chmod_acl</command> - VFS chmod_acl()</para></listitem>
     129                <listitem><para><command>sys_acl_get_file</command> - VFS sys_acl_get_file()</para></listitem>
     130                <listitem><para><command>sys_acl_get_fd</command> - VFS sys_acl_get_fd()</para></listitem>
     131                <listitem><para><command>sys_acl_blob_get_file</command> - VFS sys_acl_blob_get_file()</para></listitem>
     132                <listitem><para><command>sys_acl_blob_get_fd</command> - VFS sys_acl_blob_get_fd()</para></listitem>
     133                <listitem><para><command>sys_acl_delete_def_file</command> - VFS sys_acl_delete_def_file()</para></listitem>
     134                <listitem><para><command>test_chain</command> - test chain code</para></listitem>
     135                <listitem><para><command>translate_name</command> - VFS translate_name()</para></listitem>
     136
    118137        </itemizedlist>
    119138
     
    136155        <title>VERSION</title>
    137156
    138         <para>This man page is correct for version 3 of the Samba
     157        <para>This man page is correct for version 3 and 4 of the Samba
    139158        suite.</para>
    140159</refsect1>
     
    148167        to the way the Linux kernel is developed.</para>
    149168
    150         <para>The vfstest man page was written by Jelmer Vernooij.</para>
     169        <para>The vfstest man page was written by Jelmer Vernooij. Updated version by Guenter Kukkukk.</para>
    151170</refsect1>
    152171
Note: See TracChangeset for help on using the changeset viewer.