]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
doc: do not advertise old tools
authorJan Engelhardt <jengelh@medozas.de>
Fri, 24 Jun 2011 22:05:26 +0000 (00:05 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Fri, 24 Jun 2011 22:05:26 +0000 (00:05 +0200)
Remove mention of netcat from the libxt_SYSRQ manpage.

extensions/libxt_SYSRQ.man

index 5470066fe463e8c9c65351891016583e83c13a53..ab230a8e1c61b54afc936a36fb3cdac37b474fe5 100644 (file)
@@ -54,7 +54,7 @@ The xt_SYSRQ module is normally silent unless a successful request is received,
 but the \fIdebug\fP module parameter can be used to find exactly why a
 seemingly correct request is not being processed.
 .PP
-To trigger SYSRQ from a remote host, just use netcat or socat:
+To trigger SYSRQ from a remote host, just use socat:
 .PP
 .nf
 sysrq_key="s"  # the SysRq key(s)
@@ -67,8 +67,6 @@ req="$sysrq_key,$seqno,$salt"
 req="$req,$(echo \-n "$req,$ipaddr,$password" | sha1sum | cut \-c1\-40)"
 
 echo "$req" | socat stdin udp\-sendto:$ipaddr:9
-# or
-echo "$req" | netcat \-uw1 $ipaddr 9
 .fi
 .PP
 See the Linux docs for possible sysrq keys. Important ones are: re(b)oot,