summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getpeername.2
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2003-05-20 04:15:47 +0000
committerpjanzen <pjanzen@openbsd.org>2003-05-20 04:15:47 +0000
commit0f2eb81c48a01686ce5205c31e94de96860c66ed (patch)
treef8f092c18da9cd7ee7c6d36f5b0272b91fb0e77a /lib/libc/sys/getpeername.2
parentchange spaces to tabs so i can mail grange diffs :) (diff)
downloadwireguard-openbsd-0f2eb81c48a01686ce5205c31e94de96860c66ed.tar.xz
wireguard-openbsd-0f2eb81c48a01686ce5205c31e94de96860c66ed.zip
consistent non-capitalization of words not beginning sentences
Diffstat (limited to 'lib/libc/sys/getpeername.2')
-rw-r--r--lib/libc/sys/getpeername.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getpeername.2 b/lib/libc/sys/getpeername.2
index a3ecde709ab..ae92a32cd82 100644
--- a/lib/libc/sys/getpeername.2
+++ b/lib/libc/sys/getpeername.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpeername.2,v 1.18 2003/03/18 00:55:50 millert Exp $
+.\" $OpenBSD: getpeername.2,v 1.19 2003/05/20 04:15:47 pjanzen Exp $
.\" $NetBSD: getpeername.2,v 1.6 1995/10/12 15:40:56 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -60,10 +60,10 @@ is used to determine the connecting client's IP address.
takes three parameters:
.Pp
.Fa s
-Contains the file descriptor of the socket whose peer should be looked up.
+contains the file descriptor of the socket whose peer should be looked up.
.Pp
.Fa name
-Points to a
+points to a
.Li sockaddr
structure that will hold the address information for the connected peer.
Normal use requires one to use a structure