aboutsummaryrefslogtreecommitdiffstats
path: root/man2/getpeername.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
commitb14d4aa5b88ad73faab7da19682606c6af8adf79 (patch)
treebeba0b1db0e33fd701ce1cc7daf998cd474cfad1 /man2/getpeername.2
parent880f5b4bc39386da3a4315644519bd7b5c438d6c (diff)
downloadman-pages-b14d4aa5b88ad73faab7da19682606c6af8adf79.tar.gz
Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
Diffstat (limited to 'man2/getpeername.2')
-rw-r--r--man2/getpeername.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/getpeername.2 b/man2/getpeername.2
index 0388cb00ff..0a308eb492 100644
--- a/man2/getpeername.2
+++ b/man2/getpeername.2
@@ -90,7 +90,7 @@ function call first appeared in 4.2BSD).
.SH NOTE
The third argument of
.B getpeername
-is in reality an `int *' (and this is what BSD 4.* and libc4 and libc5 have).
+is in reality an `int *' (and this is what 4.x BSD and libc4 and libc5 have).
Some POSIX confusion resulted in the present socklen_t, also used by glibc.
See also
.BR accept (2).