Skip to content
Snippets Groups Projects
Commit 4f5d0466 authored by Martine Lenders's avatar Martine Lenders
Browse files

doc: net: replace doc references of conn with sock

parent 4403cc93
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
* ===================== * =====================
* *
* From the application layer the @ref net_gnrc can be accessed through the * From the application layer the @ref net_gnrc can be accessed through the
* @ref net_conn, while the interface to the @ref drivers_netdev_netdev2 is * @ref net_sock, while the interface to the @ref drivers_netdev_netdev2 is
* defined by the @ref net_gnrc_netdev2. * defined by the @ref net_gnrc_netdev2.
* *
* Architecture * Architecture
...@@ -258,9 +258,9 @@ ...@@ -258,9 +258,9 @@
* USEMODULE += gnrc_udp * USEMODULE += gnrc_udp
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* *
* - To use @ref net_conn_udp with GNRC include * - To use @ref net_sock_udp with GNRC include
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk} * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
* USEMODULE += gnrc_conn_udp * USEMODULE += gnrc_sock_udp
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* *
* - To include the @ref net_gnrc_rpl module * - To include the @ref net_gnrc_rpl module
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/** /**
* @defgroup posix_sockets POSIX sockets * @defgroup posix_sockets POSIX sockets
* @brief POSIX socket wrapper of RIOT's @ref net_conn * @brief POSIX socket wrapper of RIOT's @ref net_sock
* @see <a href="http://pubs.opengroup.org/onlinepubs/9699919799/"> * @see <a href="http://pubs.opengroup.org/onlinepubs/9699919799/">
* The Open Group Specifications Issue 7 * The Open Group Specifications Issue 7
* </a> * </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment