diff --git a/reference/sockets/functions.xml b/reference/sockets/functions.xml
index 7f94669aa3..0075e648a9 100644
--- a/reference/sockets/functions.xml
+++ b/reference/sockets/functions.xml
@@ -6,12 +6,6 @@
&reference.sockets.functions.socket-create;
&reference.sockets.functions.socket-create-listen;
&reference.sockets.functions.socket-create-pair;
-&reference.sockets.functions.socket-fd-alloc;
-&reference.sockets.functions.socket-fd-clear;
-&reference.sockets.functions.socket-fd-free;
-&reference.sockets.functions.socket-fd-isset;
-&reference.sockets.functions.socket-fd-set;
-&reference.sockets.functions.socket-fd-zero;
&reference.sockets.functions.socket-getopt;
&reference.sockets.functions.socket-getpeername;
&reference.sockets.functions.socket-getsockname;
diff --git a/reference/sockets/functions/socket-fd-alloc.xml b/reference/sockets/functions/socket-fd-alloc.xml
deleted file mode 100644
index d89015b95d..0000000000
--- a/reference/sockets/functions/socket-fd-alloc.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
- socket_fd_alloc
- Allocates a new file descriptor set
-
-
- Description
-
- resourcesocket_fd_alloc
-
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/sockets/functions/socket-fd-clear.xml b/reference/sockets/functions/socket-fd-clear.xml
deleted file mode 100644
index a2b7f7a1a5..0000000000
--- a/reference/sockets/functions/socket-fd-clear.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- socket_fd_clear
- Clears (a) file descriptor(s) from a set
-
-
- Description
-
- boolsocket_fd_clear
- resourceset
- mixedsocket
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/sockets/functions/socket-fd-free.xml b/reference/sockets/functions/socket-fd-free.xml
deleted file mode 100644
index 51b19e5bbd..0000000000
--- a/reference/sockets/functions/socket-fd-free.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
- socket_fd_free
- Deallocates a file descriptor set
-
-
- Description
-
- boolsocket_fd_free
- resourceset
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/sockets/functions/socket-fd-isset.xml b/reference/sockets/functions/socket-fd-isset.xml
deleted file mode 100644
index 2dded56e1c..0000000000
--- a/reference/sockets/functions/socket-fd-isset.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- socket_fd_isset
- Checks to see if a file descriptor is set within the file descrirptor set
-
-
- Description
-
- boolsocket_fd_isset
- resourceset
- resourcesocket
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/sockets/functions/socket-fd-set.xml b/reference/sockets/functions/socket-fd-set.xml
deleted file mode 100644
index 4e249ab8a6..0000000000
--- a/reference/sockets/functions/socket-fd-set.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- socket_fd_set
- Adds (a) file descriptor(s) to a set
-
-
- Description
-
- boolsocket_fd_set
- resourceset
- mixedsocket
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/sockets/functions/socket-fd-zero.xml b/reference/sockets/functions/socket-fd-zero.xml
deleted file mode 100644
index 1307291c4b..0000000000
--- a/reference/sockets/functions/socket-fd-zero.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
- socket_fd_zero
- Clears a file descriptor set
-
-
- Description
-
- boolsocket_fd_zero
- resourceset
-
- &warn.experimental.func;
-
- &warn.undocumented.func;
-
-
-
-
-