summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/ethers.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/ethers.3')
-rw-r--r--lib/libc/net/ethers.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index 1c1fb26..46f0e4f 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -48,15 +48,15 @@
.Fd #include <sys/socket.h>
.Fd #include <net/ethernet.h>
.Ft int
-.Fn ether_line "char *l" "struct ether_addr *e" "char *hostname"
+.Fn ether_line "const char *l" "struct ether_addr *e" "char *hostname"
.Ft struct ether_addr *
-.Fn ether_aton "char *a"
+.Fn ether_aton "const char *a"
.Ft char *
-.Fn ether_ntoa "struct ether_addr *n"
+.Fn ether_ntoa "const struct ether_addr *n"
.Ft int
-.Fn ether_ntohost "char *hostname" "struct ether_addr *e"
+.Fn ether_ntohost "char *hostname" "const struct ether_addr *e"
.Ft int
-.Fn ether_hostton "char *hostname" "struct ether_addr *e"
+.Fn ether_hostton "const char *hostname" "struct ether_addr *e"
.Sh DESCRIPTION
These functions operate on ethernet addresses using an
.Ar ether_addr
OpenPOWER on IntegriCloud