diff options
author | 2001-06-25 00:13:22 +0000 | |
---|---|---|
committer | 2001-06-25 00:13:22 +0000 | |
commit | 43c9ac6d341f4af95ab287501db08e2ef74e882c (patch) | |
tree | f42aad7af7a1d7874e10b4b6666bdc67e61e92ae /lib/libc | |
parent | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD (diff) | |
download | wireguard-openbsd-43c9ac6d341f4af95ab287501db08e2ef74e882c.tar.xz wireguard-openbsd-43c9ac6d341f4af95ab287501db08e2ef74e882c.zip |
grammar
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 |