mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a typo (s/prefix/suffix/) and comment.
NOTE: This is in an unused portion of the menu framework. Reviewed by: eadler, adrian (co-mentor) Approved by: adrian (co-mentor)
This commit is contained in:
parent
09bc77f513
commit
3c9898d95c
1 changed files with 2 additions and 2 deletions
|
|
@ -164,8 +164,8 @@ marker task-menu-commands.4th
|
|||
@ \ dereference address into value
|
||||
48 + \ convert to ASCII numeral
|
||||
|
||||
s" set root=${root_prefix}${root[N]}${root_prefix}"
|
||||
\ command to assemble full kernel-path
|
||||
s" set root=${root_prefix}${root[N]}${root_suffix}"
|
||||
\ command to assemble root image-path
|
||||
-rot tuck 30 + c! swap \ replace 'N' with array index value
|
||||
evaluate \ sets $kernel to full kernel-path
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue