From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:03 +0000 Subject: [PATCH] add ax88772C AX88772C_eeprom_tools --- kernel/Documentation/admin-guide/serial-console.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/admin-guide/serial-console.rst b/kernel/Documentation/admin-guide/serial-console.rst index a8d1e36..58b3283 100644 --- a/kernel/Documentation/admin-guide/serial-console.rst +++ b/kernel/Documentation/admin-guide/serial-console.rst @@ -54,7 +54,7 @@ ``/dev/console`` is now character device 5,1. (You can also use a network device as a console. See -``Documentation/networking/netconsole.txt`` for information on that.) +``Documentation/networking/netconsole.rst`` for information on that.) Here's an example that will use ``/dev/ttyS1`` (COM2) as the console. Replace the sample values as needed. -- Gitblit v1.6.2