| Submitter | Ben Hutchings |
|---|---|
| Date | Nov. 27, 2008, 4:16 a.m. |
| Message ID | <20081127041619.GL15344@decadentplace.org.uk> |
| Download | mbox | patch |
| Permalink | /patch/11172/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
--- ethtool-6+20080913.orig/ethtool.8 +++ ethtool-6+20080913/ethtool.8 @@ -158,7 +158,7 @@ .B ethtool \-k|\-\-show\-offload .I ethX -.B ethtool \-K\-\-offload +.B ethtool \-K|\-\-offload .I ethX .B2 rx on off .B2 tx on off @@ -167,9 +167,9 @@ .B2 ufo on off .B2 gso on off -.B ethtool \-p|\-\-blink +.B ethtool \-p|\-\-identify .I ethX -.IR [ N ] +.RI [ N ] .B ethtool \-r|\-\-negotiate .I ethX
Fix the following nits, too small to deserve separate patches: There is a separator missing between -K and --offload. The first mention of -p says the long option is --blink, but it's really --identify. The [N] following -p has the brackets in italics, not the N. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> --- The first two of these were spotted by Debian users and I caught the last when fixing them in the Debian package. Ben.