Fix macro. Replace another one (there is no .Lx). Use full NetBSD version.
This commit is contained in:
parent
10258cb7fe
commit
0355356981
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: recv.2,v 1.33 2012/06/22 22:48:37 wiz Exp $
|
||||
.\" $NetBSD: recv.2,v 1.34 2012/06/22 22:54:09 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -54,7 +54,7 @@
|
|||
.Fn recvfrom ,
|
||||
.Fn recvmsg
|
||||
and
|
||||
.FN recvmmsg
|
||||
.Fn recvmmsg
|
||||
are used to receive messages from a socket,
|
||||
and may be used to receive data on a socket whether or not
|
||||
it is connection-oriented.
|
||||
|
@ -360,6 +360,6 @@ function call appeared in
|
|||
The
|
||||
.Fn recvmmsg
|
||||
function call appeared on
|
||||
.Lx 2.6.32
|
||||
.Tn Linux 2.6.32
|
||||
and
|
||||
.Nx 7 .
|
||||
.Nx 7.0 .
|
||||
|
|
Loading…
Reference in New Issue