From 0d50f6b5e8f682fcb34bfac8c21c83f1a246b4dc Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 24 Jun 2013 11:34:23 +0200 Subject: [PATCH] README, INSTALL: minor: Remove trailing whitespaces Remove some trailing whitespaces from documentation. Signed-off-by: Tobias Klauser --- INSTALL | 4 ++-- README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index a6e20150..6fb3eb3d 100644 --- a/INSTALL +++ b/INSTALL @@ -44,7 +44,7 @@ One-liner installation for *all* dependencies on Debian: zlib1g-dev libcli-dev libnet1-dev One-liner installation for *all* dependencies on Fedora: - + $ sudo yum install ccache flex bison ccache libnl3-devel \ GeoIP-devel libnetfilter_conntrack-devel ncurses-devel \ userspace-rcu-devel nacl-devel libpcap-devel zlib-devel \ @@ -65,7 +65,7 @@ The installation (deinstallation) process done by make is fairly simple: (or for both at once: # make mrproper) You can also build only a particular tool, e.g.: - + $ make trafgen # make trafgen_install diff --git a/README b/README index 0df0d6bc..f203db2c 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ packets. > `' '` < / ) ,.==., ( | Web: http://netsniff-ng.org .-(|/--~~--\|)-' ( ___ -The gain of performance is \__.=|___E +The gain of performance is \__.=|___E reached by built-in zero-copy mechanisms, so that on packet reception and transmission the kernel does not need to copy packets from kernel space to user space, and vice versa. @@ -44,7 +44,7 @@ Note that the toolkit is still quite young and under heavy development, not yet feature complete and in a quality level where we're satisfied with (i.e. for mausezahn). However, we're on a good way towards tackling all these goals. -The netsniff-ng toolkit is an open source project covered by the GNU General +The netsniff-ng toolkit is an open source project covered by the GNU General Public License, version 2.0. For any questions or feedback about netsniff-ng you are welcome to leave us a message at . -- 2.11.4.GIT