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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -910,12 +910,12 @@ definitions:
    format: uint32
    example: 1
  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
    format: uint32
    example: 17
  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
    format: uint32
    example: 3
+1 −1
Original line number Diff line number Diff line
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
format: uint32
example: 17
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
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
format: uint32
example: 3
 No newline at end of file