From patchwork Fri Jan 23 17:21:04 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 20096 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 9A12DDDFEE for ; Sat, 24 Jan 2009 04:22:02 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753589AbZAWRV5 (ORCPT ); Fri, 23 Jan 2009 12:21:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753538AbZAWRV5 (ORCPT ); Fri, 23 Jan 2009 12:21:57 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:40292 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753527AbZAWRV4 (ORCPT ); Fri, 23 Jan 2009 12:21:56 -0500 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n0NHN6Yq009024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 23 Jan 2009 17:23:07 GMT Received: from acsmt703.oracle.com (acsmt703.oracle.com [141.146.40.81]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n0NHLAjb026550; Fri, 23 Jan 2009 17:21:12 GMT Received: from chimera.site (/71.117.247.66) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Jan 2009 17:21:07 +0000 Date: Fri, 23 Jan 2009 09:21:04 -0800 From: Randy Dunlap To: netdev Cc: davem@davemloft.net, Matt Mackall , Jesse Barnes Subject: [PATCH] networking: document "nc" in addition to "netcat" in netconsole.txt Message-Id: <20090123092104.64098f66.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Source-IP: acsmt703.oracle.com [141.146.40.81] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4979FC86.0238:SCFSTAT928724,ss=1,fgs=0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Jesse Barnes 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 cc: Matt Mackall Signed-off-by: Matt Mackall --- Documentation/networking/netconsole.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20090123.orig/Documentation/networking/netconsole.txt +++ linux-next-20090123/Documentation/networking/netconsole.txt @@ -51,7 +51,8 @@ Built-in netconsole starts immediately a 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: ========================