From 87f8e275aef7707cb2c55902a734508d6d50c148 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 14 Jun 2010 04:10:11 +0200 Subject: [PATCH] getrusage.2: srcfix wfix Signed-off-by: Michael Kerrisk --- man2/getrusage.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/getrusage.2 b/man2/getrusage.2 index da9179942..4cafdd7ee 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -144,12 +144,12 @@ The number of times the file system had to perform input. The number of times the file system had to perform output. .TP .IR ru_msgsnd " (unmaintained)" -.\" On FreeBSD 6.2, this appears to measure messages sent on sockets +.\" On FreeBSD 6.2, this appears to measure messages sent over sockets On some systems, this field records the number of messages sent over sockets. .TP .IR ru_msgrcv " (unmaintained)" -.\" On FreeBSD 6.2, this appears to measure messages received on sockets +.\" On FreeBSD 6.2, this appears to measure messages received over sockets On some systems, this field records the number of messages received over sockets. .TP