]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
networking: document "nc" in addition to "netcat" in netconsole.txt
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 26 Jan 2009 20:19:23 +0000 (12:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jan 2009 20:19:23 +0000 (12:19 -0800)
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 <jbarnes@virtuousgeek.org>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/netconsole.txt

index 3c2f2b3286385337ce5ec24afebd4699dd1e6e0a..8d022073e3ef53933898c6756c3abf6d50104a79 100644 (file)
@@ -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 <port>' or syslogd.
+The remote host can run either 'netcat -u -l -p <port>',
+'nc -l -u <port>' or syslogd.
 
 Dynamic reconfiguration:
 ========================