From owner-freebsd-doc@FreeBSD.ORG Sun Jan 10 15:50:02 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B31BA106566C for ; Sun, 10 Jan 2010 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75C858FC19 for ; Sun, 10 Jan 2010 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AFo2tt059031 for ; Sun, 10 Jan 2010 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0AFo2k9059030; Sun, 10 Jan 2010 15:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jan 2010 15:50:02 GMT Resent-Message-Id: <201001101550.o0AFo2k9059030@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Cran Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C425F1065672 for ; Sun, 10 Jan 2010 15:41:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id A841B8FC1B for ; Sun, 10 Jan 2010 15:41:30 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AFfU5t037671 for ; Sun, 10 Jan 2010 15:41:30 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0AFfUxe037663; Sun, 10 Jan 2010 15:41:30 GMT (envelope-from nobody) Message-Id: <201001101541.o0AFfUxe037663@www.freebsd.org> Date: Sun, 10 Jan 2010 15:41:30 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/142573: [patch] fix mistakes in "errors" section of sctp manual pages X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2010 15:50:02 -0000 >Number: 142573 >Category: docs >Synopsis: [patch] fix mistakes in "errors" section of sctp manual pages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 10 15:50:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 8.0-STABLE >Organization: >Environment: FreeBSD router.draftnet 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Jan 3 23:30:01 GMT 2010 brucec@router.draftnet:/usr/obj/usr/src/sys/ROUTER i386 >Description: The ERRORS section of the sctp manual pages contains a few mistakes in the first sentence. The attached patch corrects them. >How-To-Repeat: man sctp_bindx man sctp_connectx man sctp_getaddrlen man sctp_getassocid man sctp_getpaddrs man sctp_opt_info man sctp_send man sctp_sendmsg >Fix: Patch attached with submission follows: --- /usr/src/lib/libc/net/sctp_bindx.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_bindx.3 2010-01-10 15:27:26.000000000 +0000 @@ -90,7 +90,7 @@ .Sh ERRORS The .Fn sctp_bindx -can return the following errors. +function can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL This value is returned if the --- /usr/src/lib/libc/net/sctp_connectx.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_connectx.3 2010-01-10 15:27:45.000000000 +0000 @@ -84,7 +84,7 @@ .Sh ERRORS The .Fn sctp_connectx -can return the following errors. +function can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL An address listed has an invalid family or no --- /usr/src/lib/libc/net/sctp_getaddrlen.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_getaddrlen.3 2010-01-10 15:28:30.000000000 +0000 @@ -76,7 +76,7 @@ .Sh ERRORS The .Fn sctp_getaddrlen -function can return the following errors. +function can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL The address family specified does NOT exist. --- /usr/src/lib/libc/net/sctp_getassocid.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_getassocid.3 2010-01-10 15:28:46.000000000 +0000 @@ -58,7 +58,7 @@ .Sh ERRORS The .Fn sctp_getassocid -function can return the following errors. +function can return the following errors: .Bl -tag -width Er .It Bq Er ENOENT The address does not have an association setup to it. --- /usr/src/lib/libc/net/sctp_getpaddrs.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_getpaddrs.3 2010-01-10 15:29:29.000000000 +0000 @@ -76,7 +76,7 @@ .Fa addrs upon success. .Sh ERRORS -The functions can return the following errors. +The functions can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL An address listed has an invalid family or no --- /usr/src/lib/libc/net/sctp_opt_info.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_opt_info.3 2010-01-10 15:29:42.000000000 +0000 @@ -90,7 +90,7 @@ .Sh ERRORS The .Fn sctp_opt_info -function can return the following errors. +function can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL The argument --- /usr/src/lib/libc/net/sctp_send.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_send.3 2010-01-10 15:30:20.000000000 +0000 @@ -294,7 +294,7 @@ The .Fn sctp_send system call -fail if: +fails if: .Bl -tag -width Er .It Bq Er EBADF An invalid descriptor was specified. --- /usr/src/lib/libc/net/sctp_sendmsg.3 2009-08-03 09:13:06.000000000 +0100 +++ sctp_sendmsg.3 2010-01-10 15:30:31.000000000 +0000 @@ -271,7 +271,7 @@ The .Fn sctp_sendmsg system call -fail if: +fails if: .Bl -tag -width Er .It Bq Er EBADF An invalid descriptor was specified. >Release-Note: >Audit-Trail: >Unformatted: