diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-29 08:59:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-29 08:59:17 +0000 |
commit | a68eecce7b5c5b11d873701a4b57ea708269c74b (patch) | |
tree | b6a9bcd03af3ebc2d2b08d95e4b6306d5677a23a /net/libsocket++ | |
parent | 4e3e922bcc69cba1ac48a32a37b90973792ea13b (diff) |
Notes
Diffstat (limited to 'net/libsocket++')
-rw-r--r-- | net/libsocket++/files/patch-doc__socket++.texi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libsocket++/files/patch-doc__socket++.texi b/net/libsocket++/files/patch-doc__socket++.texi new file mode 100644 index 000000000000..f7d003422d41 --- /dev/null +++ b/net/libsocket++/files/patch-doc__socket++.texi @@ -0,0 +1,20 @@ +--- ./doc/socket++.texi.orig 2011-12-27 11:23:48.000000000 +0000 ++++ ./doc/socket++.texi 2014-06-29 08:51:24.000000000 +0000 +@@ -2334,7 +2334,7 @@ + + @end table + +-@subsection tsecho.C ++@section tsecho.C + @example + // echo server. Serves clients at port 4000. + #include <echo.h> +@@ -2449,7 +2449,7 @@ + + @end table + +-@subsection tcsmtp.C ++@section tcsmtp.C + @example + // smtp client. + // The president sends a message to gs4t@@virginia.edu. |