summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-30 22:18:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-30 22:18:47 +0000
commit9a635504741fff7d12821d9cb20cbee4a7eb1af2 (patch)
tree5113dd858ed0df57b68417beb3589668c940240b /lib/libc/rpc
parent3d5aafd38fa19bf2b4fb8a7d40b043ebf9e0e9f9 (diff)
doc fix: clnt_sperrno does not append a NEWLINE
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc.39
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index 4eb3701a226..49812b8308b 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.12 1998/12/21 08:21:59 deraadt Exp $
+.\" $OpenBSD: rpc.3,v 1.13 1998/12/30 22:18:46 deraadt Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -443,8 +443,11 @@ but instead of sending a message to the standard error
indicating why an
.Tn RPC
call failed, return a pointer to a string which contains
-the message. The string ends with a
-.Tn NEWLINE .
+the message. Unlike
+.Fn clnt_perror ,
+it does not append a
+.Tn NEWLINE
+to the end of the message.
.IP
.Fn clnt_sperrno
is used instead of