Skip to content

Commit

Permalink
fix: enlaces rotos
Browse files Browse the repository at this point in the history
  • Loading branch information
jesustorresdev committed Sep 6, 2024
1 parent a6e76b6 commit 6de57e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/enlaces.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
:linux_mkdir: link:https://man7.org/linux/man-pages/man2/mkdir.2.html[mkdir()]
:linux_open: link:https://man7.org/linux/man-pages/man2/open.2.html[open()]
:linux_openat: link:https://man7.org/linux/man-pages/man2/openat.2.html[openat()]
:linux_opendir: link:https://man7.org/linux/man-pages/man2/opendir.2.html[opendir()]
:linux_opendir: link:https://man7.org/linux/man-pages/man3/opendir.3.html[opendir()]
:linux_pipe: link:https://man7.org/linux/man-pages/man2/pipe.2.html[pipe()]
:linux_read: link:https://man7.org/linux/man-pages/man2/read.2.html[read()]
:linux_readdir: link:https://man7.org/linux/man-pages/man2/readdir.2.html[readdir()]
:linux_readdir: link:https://man7.org/linux/man-pages/man3/readdir.3.html[readdir()]
:linux_recv: link:https://man7.org/linux/man-pages/man2/recv.2.html[recv()]
:linux_recvfrom: link:https://man7.org/linux/man-pages/man2/recvfrom.2.html[recvfrom()]
:linux_recvmsg: link:https://man7.org/linux/man-pages/man2/recvmsg.2.html[recvmsg()]
Expand Down

0 comments on commit 6de57e7

Please sign in to comment.