]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pktgen: Correct documentation of module name and command
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Tue, 24 Feb 2015 02:33:29 +0000 (02:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Feb 2015 03:04:25 +0000 (22:04 -0500)
Drop the '.o' suffix so this text properly covers both the
built-in and modular cases.

'insmod pktgen' obviously won't work; the command should be modprobe.

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/pktgen.txt

index 24c6dc100e024290d9c20de564da1e135d9ff741..0344f1d45b3765b016f0388a830e3a8e48af31ce 100644 (file)
@@ -3,8 +3,8 @@
                   HOWTO for the linux packet generator 
                   ------------------------------------
 
-Enable CONFIG_NET_PKTGEN to compile and build pktgen.o either in-kernel
-or as a module.  A module is preferred; insmod pktgen if needed.  Once
+Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel
+or as a module.  A module is preferred; modprobe pktgen if needed.  Once
 running, pktgen creates a thread for each CPU with affinity to that CPU.
 Monitoring and controlling is done via /proc.  It is easiest to select a
 suitable sample script and configure that.