Minor doc fixes
This commit is contained in:
parent
6ffc460dbd
commit
633e4498e0
|
@ -266,7 +266,7 @@ Given the default menu system, two "pre" new user application menus exist due to
|
||||||
First, let's create a new menu for the NUP:
|
First, let's create a new menu for the NUP:
|
||||||
```hjson
|
```hjson
|
||||||
newUserPassword: {
|
newUserPassword: {
|
||||||
art: nup.ans
|
art: NUP.ANS
|
||||||
next: newUserApplication
|
next: newUserApplication
|
||||||
desc: NUP!
|
desc: NUP!
|
||||||
|
|
||||||
|
@ -306,7 +306,7 @@ Looks like we'll need a `badNewUserPassword` menu as well! Let's create a very b
|
||||||
|
|
||||||
```hjson
|
```hjson
|
||||||
badNewUserPassword: {
|
badNewUserPassword: {
|
||||||
art: badnup.ans
|
art: LAMER.ANS
|
||||||
// here we use a built in system method to boot them.
|
// here we use a built in system method to boot them.
|
||||||
next: @systemMethod:logoff
|
next: @systemMethod:logoff
|
||||||
config: {
|
config: {
|
||||||
|
|
Loading…
Reference in New Issue