Skip to content

Commit b03f1f7

Browse files
Merge pull request #7601 from a-hiiwam/patch-2
Correct default retry count in nslookup documentation
2 parents 8fd0266 + b615628 commit b03f1f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WindowsServerDocs/administration/windows-commands/nslookup-set-retry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/16/2017
1111

1212

1313

14-
If a reply isn't received within a certain amount of time, the time-out period is doubled, and the request is resent. This command sets the number of times a request is resent to a server for information, before giving up.
14+
This command sets the number of times a request is resent to a server for information, before giving up.
1515

1616
> [!NOTE]
1717
> To change the length of time before the request times out, use the [nslookup set timeout](nslookup-set-timeout.md) command.
@@ -26,7 +26,7 @@ set retry=<number>
2626

2727
| Parameter | Description |
2828
| ---------- | ---------- |
29-
| `<number>` | Specifies the new value for the number of retries. The default number of retries is **4**. |
29+
| `<number>` | Specifies the new value for the number of retries. The default number of retries is **1**. |
3030
| /? | Displays help at the command prompt. |
3131
| /help | Displays help at the command prompt. |
3232

0 commit comments

Comments
 (0)