diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:14:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:14:38 +0000 |
commit | f5ec1d45b6a8360430e48b51e474884bcc58cbf2 (patch) | |
tree | 4705caf91bf5b5c64e3c95396184b308b8e50443 /lib/libc/sys/getsockname.2 | |
parent | 0324821cde144ac0c853b9d7aa430222e273a01a (diff) |
typos;
Diffstat (limited to 'lib/libc/sys/getsockname.2')
-rw-r--r-- | lib/libc/sys/getsockname.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index 53063291132..3a7a62d8492 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockname.2,v 1.17 2003/01/05 20:07:44 deraadt Exp $ +.\" $OpenBSD: getsockname.2,v 1.18 2003/02/21 09:14:37 jmc Exp $ .\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -73,11 +73,11 @@ can be used. .Fn getsockname takes three parameters: .Pp -.Fa s , +.Fa s 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 @@ -150,8 +150,8 @@ process address space. .Sh SEE ALSO .Xr accept 2 , .Xr bind 2 , -.Xr getpeername 2 , .Xr getpeereid 2 , +.Xr getpeername 2 , .Xr socket 2 .Sh BUGS Names bound to sockets in the UNIX domain are inaccessible; |