summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
committerderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
commit960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch)
tree7c7161599c52771fdf4d5c9d491663056a570428 /lib/libc/sys/socket.2
parentdo not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff)
downloadwireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz
wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip
make function names the correct case
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 96c17eda902..1de078a9e5a 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.6 1998/08/17 17:35:16 deraadt Exp $
+.\" $OpenBSD: socket.2,v 1.7 1999/02/27 21:56:52 deraadt Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -46,7 +46,7 @@
.Ft int
.Fn socket "int domain" "int type" "int protocol"
.Sh DESCRIPTION
-.Fn Socket
+.Fn socket
creates an endpoint for communication and returns a descriptor.
.Pp
The
@@ -207,7 +207,7 @@ The operation of sockets is controlled by socket level
.Em options .
These options are defined in the file
.Ao Pa sys/socket.h Ac .
-.Xr Setsockopt 2
+.Xr setsockopt 2
and
.Xr getsockopt 2
are used to set and get options, respectively.