docs: Remove docs for non-existing pxe_unload command
Remove the documentation of the pxe_unload command from the
docs/grub.texi file.
The pxe_unload command is not implemented in the grub source
at this time at all. It appears to have been removed in commit
671a78acb
(cleanup pxe and efi network release).
Signed-off-by: Hans Ulrich Niedermann <hun@n-dimensional.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
2ceae0ae25
commit
f7dcb6a5c2
1 changed files with 0 additions and 11 deletions
|
@ -4011,7 +4011,6 @@ you forget a command, you can run the command @command{help}
|
||||||
* password_pbkdf2:: Set a hashed password
|
* password_pbkdf2:: Set a hashed password
|
||||||
* play:: Play a tune
|
* play:: Play a tune
|
||||||
* probe:: Retrieve device info
|
* probe:: Retrieve device info
|
||||||
* pxe_unload:: Unload the PXE environment
|
|
||||||
* rdmsr:: Read values from model-specific registers
|
* rdmsr:: Read values from model-specific registers
|
||||||
* read:: Read user input
|
* read:: Read user input
|
||||||
* reboot:: Reboot your computer
|
* reboot:: Reboot your computer
|
||||||
|
@ -4862,16 +4861,6 @@ The option @option{--part-uuid} is currently only implemented for GPT-formatted
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
||||||
@node pxe_unload
|
|
||||||
@subsection pxe_unload
|
|
||||||
|
|
||||||
@deffn Command pxe_unload
|
|
||||||
Unload the PXE environment (@pxref{Network}).
|
|
||||||
|
|
||||||
This command is only available on PC BIOS systems.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
|
|
||||||
@node rdmsr
|
@node rdmsr
|
||||||
@subsection rdmsr
|
@subsection rdmsr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue