From 2cac0df3c3e73d3d6a32e034f9e8e47d8c4561df Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 29 Jul 2014 12:29:37 -0700 Subject: [PATCH] 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 --- docs-xml/manpages/net.8.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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. + -- 2.47.2