From: Jesse Barnes Date: Mon, 26 Jan 2009 20:19:23 +0000 (-0800) Subject: networking: document "nc" in addition to "netcat" in netconsole.txt X-Git-Tag: MMI-PSA29.97-13-9~29752^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e955281cd6afef7ad7ea11cae0ca71d78a7b2b2b;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git networking: document "nc" in addition to "netcat" in netconsole.txt It always annoyed me that the netconsole documentation didn't give me the correct command for my distro. Update it with a command line that actually works on my Fedora install. Signed-off-by: Jesse Barnes Signed-off-by: Randy Dunlap Signed-off-by: Matt Mackall Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/netconsole.txt b/Documentation/networking/netconsole.txt index 3c2f2b328638..8d022073e3ef 100644 --- a/Documentation/networking/netconsole.txt +++ b/Documentation/networking/netconsole.txt @@ -51,7 +51,8 @@ Built-in netconsole starts immediately after the TCP stack is initialized and attempts to bring up the supplied dev at the supplied address. -The remote host can run either 'netcat -u -l -p ' or syslogd. +The remote host can run either 'netcat -u -l -p ', +'nc -l -u ' or syslogd. Dynamic reconfiguration: ========================