summaryrefslogtreecommitdiffstats
path: root/rules/netcat.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
commit09bde04b33c51a977eb47681c5b7b05ef73dbc98 (patch)
tree805c11dee87c416c5a150cd3032ec13c04c1bc7a /rules/netcat.in
parent066bf4859008dcf650766ff5c9c71e9362724bfe (diff)
downloadptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.gz
ptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.xz
Indent with <tab> not 8 <space>s.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/netcat.in')
-rw-r--r--rules/netcat.in19
1 files changed, 9 insertions, 10 deletions
diff --git a/rules/netcat.in b/rules/netcat.in
index b0d0bfb5a..25b47f283 100644
--- a/rules/netcat.in
+++ b/rules/netcat.in
@@ -1,8 +1,8 @@
menu "netcat "
config NETCAT
- bool
- prompt "GNU netcat"
+ bool
+ prompt "GNU netcat"
help
This is the GNU Flavour of the "netcat" utility.
@@ -13,13 +13,13 @@ config NETCAT
At the same time it is a feature-rich network debugging and
exploration tool, since it can create almost any kind of
connection you would need and has several interesting built-in
- capabilities.
+ capabilities.
It provides access to the following main features:
* Outbound and inbound connections, TCP or UDP,
to or from any ports.
- * Featured tunneling mode which allows also special
+ * Featured tunneling mode which allows also special
tunneling such as UDP to TCP, with the possibility
of specifying all network parameters (source port/interface,
listening port/interface, and the remote host allowed to
@@ -36,18 +36,17 @@ config NETCAT
homepage for more info: http://netcat.sourceforge.net/
-
config NETCAT_OLD_HEXDUMP
- bool
- prompt "Use the old style hexdump format"
+ bool
+ prompt "Use the old style hexdump format"
depends on NETCAT
help
Disabled by default - if unsure, say NO
config NETCAT_OLD_TELNET
- bool
- prompt "Use old telnet codes parsing policy"
- depends on NETCAT
+ bool
+ prompt "Use old telnet codes parsing policy"
+ depends on NETCAT
help
Disabled by default - if unsure, say NO