free: clarification of credits for the Shmem support
An unpleasant thing happened when I comitted the shmem support for the 'free' tool. We already had a merge request from Adrian Brzezinski in the queue, doing exactly the same. As Adrian deserves credits, I'm reverting the change and re-applying with the next commit in order to make him a part of the project history.
This commit is contained in:
7
free.1
7
free.1
@@ -11,11 +11,8 @@ free \- Display amount of free and used memory in the system
|
||||
.SH DESCRIPTION
|
||||
.B free
|
||||
displays the total amount of free and used physical and swap memory in the
|
||||
system, as well as the buffers used by the kernel.
|
||||
The shared memory column represents either the MemShared value (2.4 series
|
||||
kernels) or the Shmem value (2.6 series kernels and later) taken from the
|
||||
/proc/meminfo file. The value is zero if none of the entries is exported
|
||||
by the kernel.
|
||||
system, as well as the buffers used by the kernel. The shared memory column
|
||||
should be ignored; it is obsolete.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-b\fR, \fB\-\-bytes\fR
|
||||
|
||||
Reference in New Issue
Block a user