From f21431e574b1b27e47d19ff40ce2997783d310e3 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 11 Oct 2014 00:33:08 +0000 Subject: * ext/socket/unixsocket.c: [DOC] Fix example to render in HTML properly, with a patch by @eval [Fixes GH-733] https://github.com/ruby/ruby/pull/733 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/unixsocket.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/socket') diff --git a/ext/socket/unixsocket.c b/ext/socket/unixsocket.c index 0a1b65a5b9..9a4c2cfc01 100644 --- a/ext/socket/unixsocket.c +++ b/ext/socket/unixsocket.c @@ -278,6 +278,8 @@ recvmsg_blocking(void *data) * call-seq: * unixsocket.recv_io([klass [, mode]]) => io * + * Example + * * UNIXServer.open("/tmp/sock") {|serv| * UNIXSocket.open("/tmp/sock") {|c| * s = serv.accept @@ -475,7 +477,7 @@ unix_peeraddr(VALUE sock) * UNIXSocket.pair([type [, protocol]]) => [unixsocket1, unixsocket2] * UNIXSocket.socketpair([type [, protocol]]) => [unixsocket1, unixsocket2] * - * Creates a pair of sockets connected each other. + * Creates a pair of sockets connected to each other. * * _socktype_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. * -- cgit v1.2.3