Add missing comma in SEE ALSO list.
This commit is contained in:
parent
d9fba75667
commit
d9272c9112
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue