diff options
author | Jeremy Allison <jra@samba.org> | 2014-07-29 12:29:37 -0700 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2014-07-30 11:10:13 +0200 |
commit | 9919c90ca8622ef4c9bb3753518a9bffd0c4f3b9 (patch) | |
tree | 3e27c71c0474ed82bd4f0a5ca85e3e69a25902c5 /docs-xml/manpages | |
parent | ff13e28d8cca29716c382928e1261324e1e6d6f5 (diff) | |
download | samba-9919c90ca8622ef4c9bb3753518a9bffd0c4f3b9.tar.gz samba-9919c90ca8622ef4c9bb3753518a9bffd0c4f3b9.tar.xz samba-9919c90ca8622ef4c9bb3753518a9bffd0c4f3b9.zip |
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>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-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 8524d1fb0b..d497e66c6b 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> |