There was a small typo where '-F' was used as the option for the WWPN. The option is '-P' and this patch updates the man page to fix the typo.
Signed-off-by: Robert Love <[email protected]> Tested-by: Ross Brattain <[email protected]> --- doc/fcping.8 | 8 +++----- doc/fcping.txt | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/fcping.8 b/doc/fcping.8 index 0d4c71f..d5d3f09 100644 --- a/doc/fcping.8 +++ b/doc/fcping.8 @@ -2,19 +2,17 @@ .\" Title: fcping .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> -.\" Date: 06/04/2010 +.\" Date: 05/24/2011 .\" Manual: Open-FCoE Tools .\" Source: Open-FCoE .\" Language: English .\" -.TH "FCPING" "8" "06/04/2010" "Open\-FCoE" "Open\-FCoE Tools" +.TH "FCPING" "8" "05/24/2011" "Open\-FCoE" "Open\-FCoE Tools" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh -.\" disable justification (adjust text to left margin only) -.ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- @@ -26,7 +24,7 @@ fcping \- Fibre Channel Ping (ELS ECHO) tool .sp source = \fIinterface\fR | \fIMAC\fR | \fIWWPN\fR | \fIFC\-ID\fR .sp -target = \-F \fIWWPN\fR | \-N \fIWWPN\fR | \-F \fIFC\-ID\fR +target = \-P \fIWWPN\fR | \-N \fIWWPN\fR | \-F \fIFC\-ID\fR .SH "DESCRIPTION" .sp The \fBfcping\fR command performs the Fibre Channel FC\-LS\-2 ECHO ELS command and displays the reply\&. The max payload for \fBfcping\fR is 2108 bytes\&. When no \fB\-c\fR is given, \fBfcping\fR will continue until user interrupts\&. diff --git a/doc/fcping.txt b/doc/fcping.txt index 0de81b2..d73c5a6 100644 --- a/doc/fcping.txt +++ b/doc/fcping.txt @@ -23,7 +23,7 @@ SYNOPSIS source = _interface_ | _MAC_ | _WWPN_ | _FC-ID_ -target = -F _WWPN_ | -N _WWPN_ | -F _FC-ID_ +target = -P _WWPN_ | -N _WWPN_ | -F _FC-ID_ DESCRIPTION ----------- _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
