public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] proc.5: various fixes
@ 2012-11-05  2:57 David Prévot
       [not found] ` <1352084275-1568-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-11-05  2:57 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man5/proc.5 |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/man5/proc.5 b/man5/proc.5
index 88af7c5..0164ba6 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1414,13 +1414,13 @@ with various options; those dependencies are noted in the list.
 .TP
 .IR MemTotal " %lu"
 Total usable RAM (i.e. physical RAM minus a few reserved
-bits and the kernel binary code)
+bits and the kernel binary code).
 .TP
 .IR MemFree " %lu"
 The sum of LowFree+HighFree.
 .TP
 .IR Buffers " %lu"
-Relatively temporary storage for raw disk blocks
+Relatively temporary storage for raw disk blocks that
 shouldn't get tremendously large (20MB or so).
 .TP
 .IR Cached " %lu"
@@ -1431,9 +1431,9 @@ Doesn't include
 .IR SwapCached " %lu"
 Memory that once was swapped out, is swapped back in but
 still also is in the swap file.
-(Iy memory pressure memory is high, these pages 
+(If memory pressure is high, these pages 
 don't need to be swapped out again because they are already
-in the swapfile.
+in the swap file.
 This saves I/O.)
 .TP
 .IR Active " %lu"
@@ -1469,7 +1469,7 @@ It is more eligible to be reclaimed for other purposes.
 .IR HighTotal " %lu"
 (Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
 Total amount of highmem.
-Highmem is all memory above ~860MB of physical memory
+Highmem is all memory above ~860MB of physical memory.
 Highmem areas are for use by user-space programs,
 or for the page cache.
 The kernel must use tricks to access
@@ -1486,7 +1486,7 @@ Lowmem is memory which can be used for everything that
 highmem can be used for, but it is also available for the
 kernel's use for its own data structures.
 Among many other things,
-it is where everything from the Slab is allocated.
+it is where everything from Slab is allocated.
 Bad things happen when you're out of lowmem.
 .TP
 .IR LowFree " %lu
@@ -1494,7 +1494,8 @@ Bad things happen when you're out of lowmem.
 Amount of free lowmem.
 .TP
 .IR MmapCopy " %lu (since Linux 2.6.29)"
-(\fBCONFIG_MMU is required.)
+.RB ( CONFIG_MMU
+is required.)
 [To be documented.]
 .TP
 .IR SwapTotal " %lu"
@@ -1564,9 +1565,9 @@ of swap with a
 .I overcommit_ratio
 of 30, this formula yields a
 .I CommitLimit
-of 7.3G.
+of 7.3GB.
 For more details, see the memory overcommit documentation
-in the kerenl source file
+in the kernel source file
 .IR Documentation/vm/overcommit-accounting .
 .TP
 .IR Committed_AS " %lu"
@@ -1582,7 +1583,7 @@ allocated for the entire 1GB.
 This 1GB is memory which has been "committed" to by the VM
 and can be used at any time by the allocating application.
 With strict overcommit enabled on the system (mode 2
-.IR /proc/sys/vm/overcommit__memory ),
+.IR /proc/sys/vm/overcommit_memory ),
 allocations which would exceed the
 .I CommitLimit
 (detailed above) will not be permitted.
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] proc.5: ffix
       [not found] ` <1352084275-1568-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-11-05  4:08   ` David Prévot
       [not found]     ` <1352088481-22926-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2012-11-05 16:15   ` [PATCH] proc.5: various fixes Michael Kerrisk (man-pages)
  1 sibling, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-11-05  4:08 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man5/proc.5 |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/man5/proc.5 b/man5/proc.5
index 0164ba6..ca94657 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1417,7 +1417,8 @@ Total usable RAM (i.e. physical RAM minus a few reserved
 bits and the kernel binary code).
 .TP
 .IR MemFree " %lu"
-The sum of LowFree+HighFree.
+The sum of 
+.IR LowFree + HighFree.
 .TP
 .IR Buffers " %lu"
 Relatively temporary storage for raw disk blocks that
@@ -1486,7 +1487,9 @@ Lowmem is memory which can be used for everything that
 highmem can be used for, but it is also available for the
 kernel's use for its own data structures.
 Among many other things,
-it is where everything from Slab is allocated.
+it is where everything from
+.I Slab
+is allocated.
 Bad things happen when you're out of lowmem.
 .TP
 .IR LowFree " %lu
@@ -1524,10 +1527,14 @@ Files which have been mmaped, such as libraries.
 In-kernel data structures cache.
 .TP
 .IR SReclaimable " %lu (since Linux 2.6.19)"
-Part of Slab, that might be reclaimed, such as caches.
+Part of
+.IR Slab ,
+that might be reclaimed, such as caches.
 .TP
 .IR SUnreclaim " %lu (since Linux 2.6.19)"
-Part of Slab, that cannot be reclaimed on memory pressure.
+Part of
+.IR Slab ,
+that cannot be reclaimed on memory pressure.
 .TP
 .IR KernelStack " %lu (since Linux 2.6.32)"
 Amount of memory allocated to kernel stacks.
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] proc.5: ffix
       [not found]     ` <1352088481-22926-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-11-05 16:03       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-11-05 16:03 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks David. Applied.

On Mon, Nov 5, 2012 at 5:08 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
>  man5/proc.5 |   15 +++++++++++----
>  1 file changed, 11 insertions(+), 4 deletions(-)
>
> diff --git a/man5/proc.5 b/man5/proc.5
> index 0164ba6..ca94657 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -1417,7 +1417,8 @@ Total usable RAM (i.e. physical RAM minus a few reserved
>  bits and the kernel binary code).
>  .TP
>  .IR MemFree " %lu"
> -The sum of LowFree+HighFree.
> +The sum of
> +.IR LowFree + HighFree.
>  .TP
>  .IR Buffers " %lu"
>  Relatively temporary storage for raw disk blocks that
> @@ -1486,7 +1487,9 @@ Lowmem is memory which can be used for everything that
>  highmem can be used for, but it is also available for the
>  kernel's use for its own data structures.
>  Among many other things,
> -it is where everything from Slab is allocated.
> +it is where everything from
> +.I Slab
> +is allocated.
>  Bad things happen when you're out of lowmem.
>  .TP
>  .IR LowFree " %lu
> @@ -1524,10 +1527,14 @@ Files which have been mmaped, such as libraries.
>  In-kernel data structures cache.
>  .TP
>  .IR SReclaimable " %lu (since Linux 2.6.19)"
> -Part of Slab, that might be reclaimed, such as caches.
> +Part of
> +.IR Slab ,
> +that might be reclaimed, such as caches.
>  .TP
>  .IR SUnreclaim " %lu (since Linux 2.6.19)"
> -Part of Slab, that cannot be reclaimed on memory pressure.
> +Part of
> +.IR Slab ,
> +that cannot be reclaimed on memory pressure.
>  .TP
>  .IR KernelStack " %lu (since Linux 2.6.32)"
>  Amount of memory allocated to kernel stacks.
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-man" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] proc.5: various fixes
       [not found] ` <1352084275-1568-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2012-11-05  4:08   ` [PATCH 2/2] proc.5: ffix David Prévot
@ 2012-11-05 16:15   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-11-05 16:15 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks David. Applied.

On Mon, Nov 5, 2012 at 3:57 AM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
>  man5/proc.5 |   21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)
>
> diff --git a/man5/proc.5 b/man5/proc.5
> index 88af7c5..0164ba6 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -1414,13 +1414,13 @@ with various options; those dependencies are noted in the list.
>  .TP
>  .IR MemTotal " %lu"
>  Total usable RAM (i.e. physical RAM minus a few reserved
> -bits and the kernel binary code)
> +bits and the kernel binary code).
>  .TP
>  .IR MemFree " %lu"
>  The sum of LowFree+HighFree.
>  .TP
>  .IR Buffers " %lu"
> -Relatively temporary storage for raw disk blocks
> +Relatively temporary storage for raw disk blocks that
>  shouldn't get tremendously large (20MB or so).
>  .TP
>  .IR Cached " %lu"
> @@ -1431,9 +1431,9 @@ Doesn't include
>  .IR SwapCached " %lu"
>  Memory that once was swapped out, is swapped back in but
>  still also is in the swap file.
> -(Iy memory pressure memory is high, these pages
> +(If memory pressure is high, these pages
>  don't need to be swapped out again because they are already
> -in the swapfile.
> +in the swap file.
>  This saves I/O.)
>  .TP
>  .IR Active " %lu"
> @@ -1469,7 +1469,7 @@ It is more eligible to be reclaimed for other purposes.
>  .IR HighTotal " %lu"
>  (Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
>  Total amount of highmem.
> -Highmem is all memory above ~860MB of physical memory
> +Highmem is all memory above ~860MB of physical memory.
>  Highmem areas are for use by user-space programs,
>  or for the page cache.
>  The kernel must use tricks to access
> @@ -1486,7 +1486,7 @@ Lowmem is memory which can be used for everything that
>  highmem can be used for, but it is also available for the
>  kernel's use for its own data structures.
>  Among many other things,
> -it is where everything from the Slab is allocated.
> +it is where everything from Slab is allocated.
>  Bad things happen when you're out of lowmem.
>  .TP
>  .IR LowFree " %lu
> @@ -1494,7 +1494,8 @@ Bad things happen when you're out of lowmem.
>  Amount of free lowmem.
>  .TP
>  .IR MmapCopy " %lu (since Linux 2.6.29)"
> -(\fBCONFIG_MMU is required.)
> +.RB ( CONFIG_MMU
> +is required.)
>  [To be documented.]
>  .TP
>  .IR SwapTotal " %lu"
> @@ -1564,9 +1565,9 @@ of swap with a
>  .I overcommit_ratio
>  of 30, this formula yields a
>  .I CommitLimit
> -of 7.3G.
> +of 7.3GB.
>  For more details, see the memory overcommit documentation
> -in the kerenl source file
> +in the kernel source file
>  .IR Documentation/vm/overcommit-accounting .
>  .TP
>  .IR Committed_AS " %lu"
> @@ -1582,7 +1583,7 @@ allocated for the entire 1GB.
>  This 1GB is memory which has been "committed" to by the VM
>  and can be used at any time by the allocating application.
>  With strict overcommit enabled on the system (mode 2
> -.IR /proc/sys/vm/overcommit__memory ),
> +.IR /proc/sys/vm/overcommit_memory ),
>  allocations which would exceed the
>  .I CommitLimit
>  (detailed above) will not be permitted.
> --
> 1.7.10.4
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-05 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  2:57 [PATCH] proc.5: various fixes David Prévot
     [not found] ` <1352084275-1568-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-11-05  4:08   ` [PATCH 2/2] proc.5: ffix David Prévot
     [not found]     ` <1352088481-22926-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-11-05 16:03       ` Michael Kerrisk (man-pages)
2012-11-05 16:15   ` [PATCH] proc.5: various fixes Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox