diff options
| author | Caleb Harper <calebharp2005@gmail.com> | 2026-06-15 22:51:05 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-06-15 22:56:01 +0000 |
| commit | a641aa1c80f80e44cd9212b95e6584db9533712c (patch) | |
| tree | 9ae4d9a4240a12c180991121b51ec073954177f0 | |
| parent | e821152cc71dbd09f5bd28be86499165c553f3ae (diff) | |
loader.efi.8: hw.uart.console is explained in uart
PR: 295944
MFC to: 15
MFC after: 3 days
| -rw-r--r-- | stand/man/loader.efi.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index 8ddc869e0a27..1f55342e0ef7 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -152,9 +152,8 @@ The kernel will look at the .Dv hw.uart.console variable to set its serial console. -Its format should be described in -.Xr uart 4 -but is not. +Its format is described in +.Xr uart 4 . Set it to .Dq io:0x3f8,br:115200 with the proper port address. |
