From b760374b3e9f63092caf0b2e0a58abb5a5b3c804 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 4 Dec 2018 21:17:15 -0500 Subject: [PATCH] typos --- documentation/icx64xx.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/icx64xx.md b/documentation/icx64xx.md index 40a514c..2f3ecfb 100644 --- a/documentation/icx64xx.md +++ b/documentation/icx64xx.md @@ -29,7 +29,7 @@ reset ``` It will boot into the full OS and you can continue to the next section. -**Note:**: if you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. To clear the existing passworded config in this case, do the following: +**Note:** If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. To clear the existing passworded config in this case, do the following: ``` #only follow this section if factory set-default did not work no password @@ -41,11 +41,12 @@ reload #it will boot fresh with a clear config, then you can move to the next section ``` -**Note:**: if your switch says that it is part of a stack, then you will need to unstack it before being able to configure and update it. You'll see several prompts when booting that it is a stack member and the command menu will show stack specific commands (ex: stack, simulate-non-stacking-unit). You can unstack your switch by running the following command: +**Note:** If your switch says that it is part of a stack even after doing the above, then you will need to unstack it before being able to configure and update it. You'll see several prompts when booting that it is a stack member and the command menu will show stack specific commands (ex: stack, simulate-non-stacking-unit). You can unstack your switch by running the following command: ``` stack unconfigure clean # hit y at the prompt ``` +You can then continue on to the below. ## Initial Configuration & update @@ -296,4 +297,4 @@ You'll need to pick up some official Brocade or Foundry optics on ebay, or buy s ### Contributing: The markdown source for these guides is hosted on [**my Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request. -```Documentation version:``` [ v1.7 (11-08-18)](https://github.com/Fohdeesha/lab-docu/commits/master) +```Documentation version:``` [ v1.7 (12-04-18)](https://github.com/Fohdeesha/lab-docu/commits/master)