diff options
author | Jeremy Allison <jra@samba.org> | 2014-07-29 12:29:37 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2014-08-07 16:43:09 +0200 |
commit | 8f63de43da0678357e556e49d8a8ec1fd021fd81 (patch) | |
tree | b545e0f951dea13cadc9f56bba4dcb2e0195de1e /docs-xml | |
parent | cef315660025fc97ef39a030a0d7314d480e7a4e (diff) | |
download | samba-8f63de43da0678357e556e49d8a8ec1fd021fd81.tar.gz |
s3: xml-docs. Ensure users of 'net time' know the remote server must be specified with -S.
Bug 10728 - 'net time system' segfaults
https://bugzilla.samba.org/show_bug.cgi?id=10728
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/net.8.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index e2e1b8ff56..4c88008ea8 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -404,7 +404,8 @@ YOU HAVE BEEN WARNED. <title>TIME</title> <para>Without any options, the <command>NET TIME</command> command -displays the time on the remote server. +displays the time on the remote server. The remote server must be +specified with the -S option. </para> </refsect3> @@ -412,21 +413,27 @@ displays the time on the remote server. <refsect3> <title>TIME SYSTEM</title> -<para>Displays the time on the remote server in a format ready for <command>/bin/date</command>.</para> +<para>Displays the time on the remote server in a format ready for <command>/bin/date</command>. +The remote server must be specified with the -S option. +</para> </refsect3> <refsect3> <title>TIME SET</title> <para>Tries to set the date and time of the local server to that on -the remote server using <command>/bin/date</command>. </para> +the remote server using <command>/bin/date</command>. +The remote server must be specified with the -S option. +</para> </refsect3> <refsect3> <title>TIME ZONE</title> -<para>Displays the timezone in hours from GMT on the remote computer.</para> +<para>Displays the timezone in hours from GMT on the remote server. +The remote server must be specified with the -S option. +</para> </refsect3> </refsect2> |