summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-02-07 21:49:29 +0000
committerBen Hutchings <bhutchings@solarflare.com>2013-02-07 22:16:53 +0000
commitc455e64c76d42ecec1d5ee0f15666c9e6cb01d72 (patch)
tree13310bdd4b5561bc4ca323a2c2d2d09551123a18
parentfd215651520abd71250c9d29f12f41bcaaed50d1 (diff)
downloadethtool-c455e64c76d42ecec1d5ee0f15666c9e6cb01d72.tar.gz
ethtool.8: Improve description of --flash option
Avoid repeating 'flash' as a verb; that doesn't explain anything. For consistency, describe both parameters (aside from devname) under separate headings, formatted as lower-case italic. Explain how the filename is resolved. Explain what non-zero values of N would mean, and that they are driver-dependent. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--ethtool.8.in19
1 files changed, 13 insertions, 6 deletions
diff --git a/ethtool.8.in b/ethtool.8.in
index 8df16f3..0e09b74 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -792,13 +792,20 @@ Sets the receive flow hash indirection table to spread flows between
receive queues according to the given weights. The sum of the weights
must be non-zero and must not exceed the size of the indirection table.
.TP
-.B \-f \-\-flash \ FILE
-Flash firmware image from the specified file to a region on the adapter.
-By default this will flash all the regions on the adapter.
+.B \-f \-\-flash
+Write a firmware image to flash or other non-volatile memory on the
+device.
.TP
-.B N
-A number to identify flash region where the image should be flashed.
-Default region is 0 which denotes all regions in the flash.
+.I file
+Specifies the filename of the firmware image. The firmware must first
+be installed in one of the directories where the kernel firmware
+loader or firmware agent will look, such as /lib/firmware.
+.TP
+.I N
+If the device stores multiple firmware images in separate regions of
+non-volatile memory, this parameter may be used to specify which
+region is to be written. The default is 0, requesting that all
+regions are written. All other values are driver-dependent.
.PD
.RE
.TP