Fix umad_open_port man page - describe correct return values. Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> --- libibumad/man/umad_open_port.3 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libibumad/man/umad_open_port.3 b/libibumad/man/umad_open_port.3 index 0051f4d..d3c6056 100644 --- a/libibumad/man/umad_open_port.3 +++ b/libibumad/man/umad_open_port.3 @@ -22,7 +22,7 @@ for details). .fi .SH "RETURN VALUE" .B umad_open_port() -returns 0 on success, and a negative value on error as follows: +returns an uniquie 0 or positive value of umad device descriptor on success, and a negative value on error as follows: -ENODEV IB device can\'t be resolved -EINVAL port is not valid (bad .I portnum\fR -- 1.5.3.4.206.g58ba4 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
