diff options
-rw-r--r-- | hurd/translator/netio.mdwn | 8 | ||||
-rw-r--r-- | hurd/translator/socketio.mdwn | 25 |
2 files changed, 33 insertions, 0 deletions
diff --git a/hurd/translator/netio.mdwn b/hurd/translator/netio.mdwn index 44c35cf1..12a3f55c 100644 --- a/hurd/translator/netio.mdwn +++ b/hurd/translator/netio.mdwn @@ -15,3 +15,11 @@ filesystem. # Source [[source_repositories/incubator]], netio/master + +This is supposed to be replaced by the better socketio. + +# Usage: + +e.g. + +cat /tmp/netio/tcp/ftp.gnu.org/21 diff --git a/hurd/translator/socketio.mdwn b/hurd/translator/socketio.mdwn new file mode 100644 index 00000000..99a28416 --- /dev/null +++ b/hurd/translator/socketio.mdwn @@ -0,0 +1,25 @@ +[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +`socketio` is a translator designed for creating socket ports through the +filesystem. + + +# Source + +[[source_repositories/incubator]], socketio/master + +This is supposed to replace netio. + +# Usage: + +e.g. + +cat /tmp/socketio/tcp/ftp.gnu.org/21 |