diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-03 19:54:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-03 19:54:45 +0000 |
commit | 9fd47151ad05c41de8d7fa6fdc2062e33ed0f3f4 (patch) | |
tree | c950d4f796cde4f191587deff7af2f97748f53a4 /lib/libc/rpc/rpc.3 | |
parent | 2d1df4f06d5ba78dd39c3abbe69d0dc591614770 (diff) |
State that clnt{raw,udp}_create can fail.
"no objection" millert@
Diffstat (limited to 'lib/libc/rpc/rpc.3')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 6ca04f54c3e..8dbae60f8f3 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.39 2009/06/02 14:11:39 schwarze Exp $ +.\" $OpenBSD: rpc.3,v 1.40 2009/06/03 19:54:44 schwarze Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt .\" All rights reserved. @@ -78,7 +78,7 @@ .\" 2550 Garcia Avenue .\" Mountain View, California 94043 .\" -.Dd $Mdocdate: June 2 2009 $ +.Dd $Mdocdate: June 3 2009 $ .Dt RPC 3 .Os .Sh NAME @@ -418,6 +418,9 @@ and .Qq tcp . Default timeouts are set, but can be modified using .Fn clnt_control . +This routine returns +.Tn NULL +if it fails. .Pp .Sy Warning: Using @@ -680,6 +683,9 @@ time until a response is received or until the call times out. The total time for the call to time out is specified by .Fn clnt_call . +This routine returns +.Tn NULL +if it fails. .Pp .Fn clntudp_bufcreate is like |