You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/07/17 02:13:15 UTC

[kudu] branch master updated: [docs] fix typo in ntpq output description

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 99e94ef  [docs] fix typo in ntpq output description
99e94ef is described below

commit 99e94efeae33271910348a388531f58e460174a6
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Tue Jul 16 16:08:15 2019 -0700

    [docs] fix typo in ntpq output description
    
    Change-Id: Ic32f65a75be39f9acd59008ab62fde5619f3b70c
    Reviewed-on: http://gerrit.cloudera.org:8080/13871
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Tested-by: Alexey Serbin <as...@cloudera.com>
---
 docs/troubleshooting.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/troubleshooting.adoc b/docs/troubleshooting.adoc
index 59475ad..a68a3c7 100644
--- a/docs/troubleshooting.adoc
+++ b/docs/troubleshooting.adoc
@@ -233,8 +233,8 @@ $ ntpq -nc opeers
  91.189.89.199   10.17.100.238    2 u    3   64    1  135.265   -0.413 187.621
 ----
 
-TIP: Both `opeers` and `lpeers` may be helpful as `lpeers` lists refid and
-jitter, while `lpeers` lists dispersion.
+TIP: Both `lpeers` and `opeers` may be helpful as `lpeers` lists refid and
+jitter, while `opeers` lists clock dispersion.
 
 
 [NOTE]