summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2003-05-20 04:15:48 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2003-05-20 04:15:48 +0000
commit4d97d480aef4421f7fc662f6a2cb110020c0fa36 (patch)
treefd68c0c91dd65b74a19e9d25595d744b9661996f
parent16206d07810197c327c991b32162ad579e79c622 (diff)
consistent non-capitalization of words not beginning sentences
-rw-r--r--lib/libc/sys/getpeername.26
-rw-r--r--lib/libc/sys/getsockname.26
2 files changed, 6 insertions, 6 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
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index e17227bec71..72e3cb43610 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockname.2,v 1.19 2003/03/18 00:55:50 millert Exp $
+.\" $OpenBSD: getsockname.2,v 1.20 2003/05/20 04:15:47 pjanzen Exp $
.\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -74,10 +74,10 @@ can be used.
takes three parameters:
.Pp
.Fa s
-Contains the file descriptor for the socket to be looked up.
+contains the file descriptor for the socket to be looked up.
.Pp
.Fa name
-Points to a
+points to a
.Li sockaddr
structure which will hold the resulting address information.
Normal use requires one to use a structure