aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/ether_aton.316
1 files changed, 16 insertions, 0 deletions
diff --git a/man3/ether_aton.3 b/man3/ether_aton.3
index 53f7adafd2..48745ce333 100644
--- a/man3/ether_aton.3
+++ b/man3/ether_aton.3
@@ -124,6 +124,22 @@ struct ether_addr {
}
.fi
.in
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR ether_aton ()
+and
+.BR ether_ntoa ()
+functions are not thread-safe.
+.LP
+The
+.BR ether_ntohost (),
+.BR ether_hostton (),
+.BR ether_line (),
+.BR ether_ntoa_r ()
+and
+.BR ether_aton_r ()
+functions are thread-safe.
.SH CONFORMING TO
4.3BSD, SunOS.
.SH BUGS