Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/rpc Typo.



details:   https://anonhg.NetBSD.org/src/rev/a22a09f9e945
branches:  trunk
changeset: 346953:a22a09f9e945
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Aug 08 04:16:45 2016 +0000

description:
Typo.

diffstat:

 lib/libc/rpc/rpc_soc.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 2dffe91c1a7b -r a22a09f9e945 lib/libc/rpc/rpc_soc.3
--- a/lib/libc/rpc/rpc_soc.3    Mon Aug 08 02:50:05 2016 +0000
+++ b/lib/libc/rpc/rpc_soc.3    Mon Aug 08 04:16:45 2016 +0000
@@ -1,5 +1,5 @@
 .\"    @(#)rpc.3n      2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI
-.\"    $NetBSD: rpc_soc.3,v 1.14 2013/03/04 17:29:03 christos Exp $
+.\"    $NetBSD: rpc_soc.3,v 1.15 2016/08/08 04:16:45 dholland Exp $
 .\" Converted to mdoc by Thomas Klausner <wiz%NetBSD.org@localhost>
 .\"
 .Dd December 12, 2008
@@ -986,8 +986,8 @@
 receiving UDP-based RPC messages.
 .It Fn svcudp_create
 This acts as
-.Fn svcudp_bufcreate with
-predefined sizes for the maximum packet sizes.
+.Fn svcudp_bufcreate
+with predefined sizes for the maximum packet sizes.
 .It Fn xdr_accepted_reply
 Used for encoding RPC reply messages.
 This routine is useful for users who wish to generate RPC-style



Home | Main Index | Thread Index | Old Index