Module Name:    src
Committed By:   wiz
Date:           Fri Jun 22 22:54:10 UTC 2012

Modified Files:
        src/lib/libc/sys: recv.2

Log Message:
Fix macro. Replace another one (there is no .Lx). Use full NetBSD version.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/recv.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/recv.2
diff -u src/lib/libc/sys/recv.2:1.33 src/lib/libc/sys/recv.2:1.34
--- src/lib/libc/sys/recv.2:1.33	Fri Jun 22 22:48:37 2012
+++ src/lib/libc/sys/recv.2	Fri Jun 22 22:54:09 2012
@@ -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 .

Reply via email to