Commit efab0a9a authored by Tomer Cohen (Saguna Networks)'s avatar Tomer Cohen (Saguna Networks)
Browse files

Improved MinPollingInterval and MaxPollingInterval descriptions

replaced Unicode ellipsis with three dots

Change-Id: If08e9c0222321ebd4b65320937e910532f6306aa
parent 8cb95f45
...@@ -910,12 +910,12 @@ definitions: ...@@ -910,12 +910,12 @@ definitions:
format: uint32 format: uint32
example: 1 example: 1
TimingCaps.NtpServers.MaxPollingInterval: TimingCaps.NtpServers.MaxPollingInterval:
description: 'Maximum poll interval for NTP messages, in seconds as a power of two. Range 317' description: 'Maximum poll interval for NTP messages, in seconds as a power of two. Range 3...17'
type: integer type: integer
format: uint32 format: uint32
example: 17 example: 17
TimingCaps.NtpServers.MinPollingInterval: TimingCaps.NtpServers.MinPollingInterval:
description: 'Minimum poll interval for NTP messages, in seconds as a power of two. Range 317' description: 'Minimum poll interval for NTP messages, in seconds as a power of two. Range 3...17'
type: integer type: integer
format: uint32 format: uint32
example: 3 example: 3
......
description: Maximum poll interval for NTP messages, in seconds as a power of two. Range 317 description: Maximum poll interval for NTP messages, in seconds as a power of two. Range 3...17
type: integer type: integer
format: uint32 format: uint32
example: 17 example: 17
\ No newline at end of file
description: Minimum poll interval for NTP messages, in seconds as a power of two. Range 317 description: Minimum poll interval for NTP messages, in seconds as a power of two. Range 3...17
type: integer type: integer
format: uint32 format: uint32
example: 3 example: 3
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment