diff options
Diffstat (limited to 'lib/libc/sys/getsockname.2')
-rw-r--r-- | lib/libc/sys/getsockname.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index 3a7a62d8492..e17227bec71 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockname.2,v 1.18 2003/02/21 09:14:37 jmc Exp $ +.\" $OpenBSD: getsockname.2,v 1.19 2003/03/18 00:55:50 millert Exp $ .\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -95,7 +95,7 @@ On return, it should be cast to the correct sockaddr type, according to the current protocol family. .Pp .Fa namelen -Indicates the amount of space pointed to by +indicates the amount of space pointed to by .Fa name , in bytes. Upon return, |