diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/rpc/rpc.3 | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
punctuation
Diffstat (limited to 'lib/libc/rpc/rpc.3')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index ae9727921f9..0ed7cf1e0bf 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.17 1999/05/24 12:15:33 aaron Exp $ +.\" $OpenBSD: rpc.3,v 1.18 1999/05/25 13:06:45 aaron Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -1023,7 +1023,7 @@ will create a service on top of any open descriptor. Typically, this descriptor is a connected socket for a stream protocol such as -.Tn TCP. +.Tn TCP . .Fa sendsize and .Fa recvsize @@ -1055,7 +1055,8 @@ if it fails. This allows the user to specify the maximun packet size for sending and receiving .Tn UDP-based -.Tn RPC messages. +.Tn RPC +messages. .Pp .Fn xdr_accepted_reply is used for encoding |