diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index fd7b3695ed41..a7b01fdb3228 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getsockopt.2,v 1.10 1998/01/05 09:18:41 thorpej Exp $ +.\" $NetBSD: getsockopt.2,v 1.11 1998/01/10 12:40:24 enami Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -356,7 +356,7 @@ is not in a valid part of the process address space. .Sh SEE ALSO .Xr ioctl 2 , .Xr socket 2 , -.Xr getprotoent 3 +.Xr getprotoent 3 , .Xr protocols 5 .Sh BUGS Several of the socket options should be handled at lower levels of the system.