From owner-cvs-all Mon Sep 16 14:45:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40CCE37B400; Mon, 16 Sep 2002 14:45:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D9543E75; Mon, 16 Sep 2002 14:45:37 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8GLjbJU089920; Mon, 16 Sep 2002 14:45:37 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8GLjbFi089919; Mon, 16 Sep 2002 14:45:37 -0700 (PDT) Message-Id: <200209162145.g8GLjbFi089919@freefall.freebsd.org> From: Bill Fenner Date: Mon, 16 Sep 2002 14:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_clnt_create.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/09/16 14:45:37 PDT Modified files: lib/libc/rpc rpc_clnt_create.3 Log: Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to reflect that they actually require a u_int32_t *, which is not necessarily the same as an unsigned long *. Revision Changes Path 1.9 +4 -4 src/lib/libc/rpc/rpc_clnt_create.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message