Module Name:    src
Committed By:   snj
Date:           Fri Apr 10 18:09:10 UTC 2009

Modified Files:
        src/lib/libc/rpc [netbsd-5]: rpc_clnt_create.3

Log Message:
Pull up following revision(s) (requested by joerg in ticket #682):
        lib/libc/rpc/rpc_clnt_create.3: revision 1.10
Fix markup


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.38.1 src/lib/libc/rpc/rpc_clnt_create.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/rpc/rpc_clnt_create.3
diff -u src/lib/libc/rpc/rpc_clnt_create.3:1.9 src/lib/libc/rpc/rpc_clnt_create.3:1.9.38.1
--- src/lib/libc/rpc/rpc_clnt_create.3:1.9	Wed Apr 16 13:34:43 2003
+++ src/lib/libc/rpc/rpc_clnt_create.3	Fri Apr 10 18:09:10 2009
@@ -2,7 +2,7 @@
 .\" Copyright 1989 AT&T
 .\" @(#)rpc_clnt_create 1.5 89/07/24 SMI;
 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
-.\"	$NetBSD: rpc_clnt_create.3,v 1.9 2003/04/16 13:34:43 wiz Exp $
+.\"	$NetBSD: rpc_clnt_create.3,v 1.9.38.1 2009/04/10 18:09:10 snj Exp $
 .Dd May 7, 1993
 .Dt RPC_CLNT_CREATE 3
 .Os
@@ -287,7 +287,6 @@
 on each call.
 .Pp
 .It Fn clnt_raw_create
-.IP
 This routine creates an RPC
 client handle for the remote program
 .Fa prognum
@@ -328,7 +327,7 @@
 For connectionless transports, if
 .Fa svcaddr
 is
-..Dv NULL ,
+.Dv NULL ,
 .Dv RPC_UNKNOWNADDR
 error is set.
 .Fa fildes

Reply via email to