Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix macro. Replace another one (there is no .Lx...



details:   https://anonhg.NetBSD.org/src/rev/9b80a3012731
branches:  trunk
changeset: 779856:9b80a3012731
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 22 22:54:09 2012 +0000

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

diffstat:

 lib/libc/sys/recv.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1cbc220aa110 -r 9b80a3012731 lib/libc/sys/recv.2
--- a/lib/libc/sys/recv.2       Fri Jun 22 22:49:03 2012 +0000
+++ b/lib/libc/sys/recv.2       Fri Jun 22 22:54:09 2012 +0000
@@ -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 @@
 The
 .Fn recvmmsg
 function call appeared on
-.Lx 2.6.32
+.Tn Linux 2.6.32
 and
-.Nx 7 .
+.Nx 7.0 .



Home | Main Index | Thread Index | Old Index