diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-04-27 07:46:38 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-04-27 07:46:38 +0000 |
commit | 4990d495fcc77c51b3f46c91ba3a064b565afae0 (patch) | |
tree | 89c803d8ff6ef95cafc2a4cb08de66848195099a /usr.sbin/ntp/doc/ntpq.8 | |
parent | 0fbe6eaef6fbb001b91bd8a57a9b3817c1b07b24 (diff) | |
parent | c1950318d1af96666bb3a80bf73cb4790f6dbcea (diff) |
MFV r298691:
ntp 4.2.8p7.
Security: CVE-2016-1547, CVE-2016-1548, CVE-2016-1549, CVE-2016-1550
Security: CVE-2016-1551, CVE-2016-2516, CVE-2016-2517, CVE-2016-2518
Security: CVE-2016-2519
Security: FreeBSD-SA-16:16.ntp
With hat: so
Notes
Notes:
svn path=/head/; revision=298695
Diffstat (limited to 'usr.sbin/ntp/doc/ntpq.8')
-rw-r--r-- | usr.sbin/ntp/doc/ntpq.8 | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/usr.sbin/ntp/doc/ntpq.8 b/usr.sbin/ntp/doc/ntpq.8 index a1e1c643003e..6f2d08057c1e 100644 --- a/usr.sbin/ntp/doc/ntpq.8 +++ b/usr.sbin/ntp/doc/ntpq.8 @@ -1,11 +1,11 @@ -.Dd January 20 2016 +.Dd April 26 2016 .Dt NTPQ 8 User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) .\" .\" $FreeBSD$ .\" -.\" It has been AutoGen-ed January 20, 2016 at 04:19:12 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed April 26, 2016 at 08:29:41 PM by AutoGen 5.18.5 .\" From the definitions ntpq-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME @@ -900,6 +900,26 @@ interactive. .sp Print a list of the peers known to the server as well as a summary of their state. This is equivalent to the 'peers' interactive command. +.It Fl r Ar keyword , Fl \-refid Ns = Ns Ar keyword +Set default display type for S2+ refids. +This option takes a keyword as its argument. The argument sets an enumeration value that can +be tested by comparing them against the option value macro. +The available keywords are: +.in +4 +.nf +.na +hash ipv4 +.fi +or their numeric equivalent. +.in -4 +.sp +The default +.Ar keyword +for this option is: +.ti +4 + ipv4 +.sp +Set the default display format for S2+ refids. .It Fl w , Fl \-wide Display the full 'remote' value. .sp |