diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getpeername.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2 index e1c6f1f48f4..1d51351d687 100644 --- a/lib/libc/sys/getpeername.2 +++ b/lib/libc/sys/getpeername.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpeername.2,v 1.14 2000/10/18 05:12:09 aaron Exp $ +.\" $OpenBSD: getpeername.2,v 1.15 2001/06/25 00:13:22 pjanzen Exp $ .\" $NetBSD: getpeername.2,v 1.6 1995/10/12 15:40:56 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -60,7 +60,7 @@ is used to determine the connecting client's IP address. takes three parameters: .Pp .Fa s -Contains the file descriptor of the socket who's peer should be looked up. +Contains the file descriptor of the socket whose peer should be looked up. .Pp .Fa name Points to a |