minor change

This commit is contained in:
2024-09-01 17:04:34 +05:30
parent 9e9519f35a
commit 43912279f1

View File

@@ -328,7 +328,7 @@ Since the IP address are presentable in form of (for eg.) 194.10.11.5 for IPv4,
--- ---
# System Calls :- ### System Calls :-
Below are the system calls that can be used to access network functionality. Below are the system calls that can be used to access network functionality.
@@ -343,4 +343,3 @@ Below are the system calls that can be used to access network functionality.
struct addrinfo **res); struct addrinfo **res);
``` ```