getrusage.2: srcfix wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-14 04:10:11 +02:00
parent 503a80c703
commit 87f8e275ae
1 changed files with 2 additions and 2 deletions

View File

@ -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