diff options
author | 2003-05-20 04:15:47 +0000 | |
---|---|---|
committer | 2003-05-20 04:15:47 +0000 | |
commit | 0f2eb81c48a01686ce5205c31e94de96860c66ed (patch) | |
tree | f8f092c18da9cd7ee7c6d36f5b0272b91fb0e77a | |
parent | change spaces to tabs so i can mail grange diffs :) (diff) | |
download | wireguard-openbsd-0f2eb81c48a01686ce5205c31e94de96860c66ed.tar.xz wireguard-openbsd-0f2eb81c48a01686ce5205c31e94de96860c66ed.zip |
consistent non-capitalization of words not beginning sentences
-rw-r--r-- | lib/libc/sys/getpeername.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/getsockname.2 | 6 |
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 |