mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
33 lines
941 B
Text
33 lines
941 B
Text
--- src/main.cpp.orig Wed Aug 20 13:39:57 2003
|
|
+++ src/main.cpp Wed Aug 20 13:40:16 2003
|
|
@@ -441,7 +441,7 @@
|
|
" default is \"%s\"\n"
|
|
"--help\n"
|
|
"-h print this help\n\n"
|
|
- "example: %s -t 200 -s 7 -i 1024 -o 128 -U h eth0 eth1\n\n"
|
|
+ "example: %s -t 200 -s 7 -i 1024 -o 128 -U h fxp0 fxp1\n\n"
|
|
"The options above can also be changed at run time by pressing the 'o' key.\n\n",
|
|
PACKAGE,
|
|
VERSION,
|
|
--- docs/nload.1.in.orig Wed Aug 20 13:38:09 2003
|
|
+++ docs/nload.1.in Wed Aug 20 13:38:31 2003
|
|
@@ -85,7 +85,7 @@
|
|
The default is M.
|
|
.TP
|
|
.B devices
|
|
-Network devices to use. The default device is "eth0".
|
|
+Network devices to use. The default device is "fxp0".
|
|
.TP
|
|
.B \-h, \-\-help
|
|
Show a short summary of these command line options.
|
|
@@ -112,10 +112,6 @@
|
|
.TP
|
|
.B '+', '-'
|
|
Scroll the option window.
|
|
-
|
|
-.SH FILES
|
|
-.I /proc/net/dev
|
|
-is read by nload to get the network traffic data.
|
|
|
|
.SH VERSION
|
|
This is version @VERSION@ of nload.
|