From: Jeremy Allison Date: Tue, 29 Jul 2014 19:29:37 +0000 (-0700) Subject: s3: xml-docs. Ensure users of 'net time' know the remote server must be specified... X-Git-Tag: samba-4.0.22~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cac0df3c3e73d3d6a32e034f9e8e47d8c4561df;p=thirdparty%2Fsamba.git 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 --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index bd46cffc1ac..f0488196baf 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -166,7 +166,8 @@ YOU HAVE BEEN WARNED. TIME Without any options, the NET TIME 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. @@ -174,21 +175,27 @@ displays the time on the remote server. TIME SYSTEM -Displays the time on the remote server in a format ready for /bin/date. +Displays the time on the remote server in a format ready for /bin/date. +The remote server must be specified with the -S option. + TIME SET Tries to set the date and time of the local server to that on -the remote server using /bin/date. +the remote server using /bin/date. +The remote server must be specified with the -S option. + TIME ZONE -Displays the timezone in hours from GMT on the remote computer. +Displays the timezone in hours from GMT on the remote server. +The remote server must be specified with the -S option. +