All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] proc.5: cfix
@ 2014-05-04  1:24 David Prévot
       [not found] ` <1399166675-16019-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: David Prévot @ 2014-05-04  1:24 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

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

diff --git a/man5/proc.5 b/man5/proc.5
index be6b755..123bc8f 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -155,14 +155,14 @@ bits for all file-mapped pages associated with the process.
 .IP
 Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method
 to measure approximately how much memory a process is using.
-One first inspects the values in the "Referenced:" fields
+One first inspects the values in the "Referenced" fields
 for the VMAs shown in
 .IR /proc/[pid]/smaps
 to get an idea of the memory footprint of the
 process.
 One then clears the PG_Referenced and ACCESSED/YOUNG bits
 and, after some measured time interval,
-once again inspects the values in the "Referenced:" fields
+once again inspects the values in the "Referenced" fields
 to get an idea of the change in memory footprint of the
 process during the measured interval.
 If one is interested only in inspecting the selected mapping types,
-- 
2.0.0.rc0

--
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] 8+ messages in thread

* [PATCH 2/3] inet.3: tfix
       [not found] ` <1399166675-16019-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-05-04  1:24   ` David Prévot
       [not found]     ` <1399166675-16019-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2014-05-04  1:24   ` [PATCH 3/3] inet_net_pton.3: wfix David Prévot
  2014-05-04  5:41   ` [PATCH 1/3] proc.5: cfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 8+ messages in thread
From: David Prévot @ 2014-05-04  1:24 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man3/inet.3 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/man3/inet.3 b/man3/inet.3
index 611655d..18d2982 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -130,7 +130,6 @@ The form that uses exactly four decimal numbers is referred to as
 (or sometimes:
 .IR "IPv4 dotted-quad notation" ).
 
-If
 .BR inet_aton ()
 returns 1 if the supplied string was successfully interpreted,
 or 0 if the string is invalid
-- 
2.0.0.rc0

--
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] 8+ messages in thread

* [PATCH 3/3] inet_net_pton.3: wfix
       [not found] ` <1399166675-16019-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2014-05-04  1:24   ` [PATCH 2/3] inet.3: tfix David Prévot
@ 2014-05-04  1:24   ` David Prévot
       [not found]     ` <1399166675-16019-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2014-05-04  5:41   ` [PATCH 1/3] proc.5: cfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 8+ messages in thread
From: David Prévot @ 2014-05-04  1:24 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man3/inet_net_pton.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3
index 5017886..ec6a381 100644
--- a/man3/inet_net_pton.3
+++ b/man3/inet_net_pton.3
@@ -93,7 +93,7 @@ On success,
 returns the number of bits in the network number field
 of the result placed in
 .IR netp .
-For a discussion of the input presentation format and the return value,
+For a discussion on the input presentation format and the return value,
 see NOTES.
 
 .IR Note :
@@ -253,7 +253,7 @@ and
 It uses
 .BR inet_net_pton ()
 to convert the presentation format network address provided in
-its first command-line to binary form, displays the return value from
+its first command-line argument to binary form, displays the return value from
 .BR inet_net_pton ().
 It then uses
 .BR inet_net_ntop ()
-- 
2.0.0.rc0

--
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] 8+ messages in thread

* Re: [PATCH 1/3] proc.5: cfix
       [not found] ` <1399166675-16019-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2014-05-04  1:24   ` [PATCH 2/3] inet.3: tfix David Prévot
  2014-05-04  1:24   ` [PATCH 3/3] inet_net_pton.3: wfix David Prévot
@ 2014-05-04  5:41   ` Michael Kerrisk (man-pages)
       [not found]     ` <5365D327.3010002-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2 siblings, 1 reply; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-04  5:41 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hi David,

Including the ':' was intended. Why did you want to remove it?

Cheers,

Michael

On 05/04/2014 03:24 AM, David Prévot wrote:
> ---
>  man5/proc.5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index be6b755..123bc8f 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -155,14 +155,14 @@ bits for all file-mapped pages associated with the process.
>  .IP
>  Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method
>  to measure approximately how much memory a process is using.
> -One first inspects the values in the "Referenced:" fields
> +One first inspects the values in the "Referenced" fields
>  for the VMAs shown in
>  .IR /proc/[pid]/smaps
>  to get an idea of the memory footprint of the
>  process.
>  One then clears the PG_Referenced and ACCESSED/YOUNG bits
>  and, after some measured time interval,
> -once again inspects the values in the "Referenced:" fields
> +once again inspects the values in the "Referenced" fields
>  to get an idea of the change in memory footprint of the
>  process during the measured interval.
>  If one is interested only in inspecting the selected mapping types,
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 8+ messages in thread

* Re: [PATCH 2/3] inet.3: tfix
       [not found]     ` <1399166675-16019-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-05-04  5:43       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-04  5:43 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, David. Applied.

Cheers,

Michael


On 05/04/2014 03:24 AM, David Prévot wrote:
> ---
>  man3/inet.3 | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/man3/inet.3 b/man3/inet.3
> index 611655d..18d2982 100644
> --- a/man3/inet.3
> +++ b/man3/inet.3
> @@ -130,7 +130,6 @@ The form that uses exactly four decimal numbers is referred to as
>  (or sometimes:
>  .IR "IPv4 dotted-quad notation" ).
>  
> -If
>  .BR inet_aton ()
>  returns 1 if the supplied string was successfully interpreted,
>  or 0 if the string is invalid
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 8+ messages in thread

* Re: [PATCH 3/3] inet_net_pton.3: wfix
       [not found]     ` <1399166675-16019-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-05-04  5:45       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-04  5:45 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hi David,

On 05/04/2014 03:24 AM, David Prévot wrote:
> ---
>  man3/inet_net_pton.3 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3
> index 5017886..ec6a381 100644
> --- a/man3/inet_net_pton.3
> +++ b/man3/inet_net_pton.3
> @@ -93,7 +93,7 @@ On success,
>  returns the number of bits in the network number field
>  of the result placed in
>  .IR netp .
> -For a discussion of the input presentation format and the return value,
> +For a discussion on the input presentation format and the return value,

"of" is more usual here. I didn't apply this piece.

>  see NOTES.
>  
>  .IR Note :
> @@ -253,7 +253,7 @@ and
>  It uses
>  .BR inet_net_pton ()
>  to convert the presentation format network address provided in
> -its first command-line to binary form, displays the return value from
> +its first command-line argument to binary form, displays the return value from

I applied this fix.

>  .BR inet_net_pton ().
>  It then uses
>  .BR inet_net_ntop ()

Thanks,

Michael




-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 8+ messages in thread

* Re: [PATCH 1/3] proc.5: cfix
       [not found]     ` <5365D327.3010002-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-05-04 23:04       ` David Prévot
       [not found]         ` <5366C77A.60901-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: David Prévot @ 2014-05-04 23:04 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Michael,

Le 04/05/2014 01:41, Michael Kerrisk (man-pages) a écrit :

> Including the ':' was intended. Why did you want to remove it?

The purpose is just a consistency fix: there is another occurrence of
"Referenced" in the same context in the /proc/[pid]/smaps paragraph,
with a few other fields, always inside double quotes, and without a colon.

Regards

David

> On 05/04/2014 03:24 AM, David Prévot wrote:
>> ---
>>  man5/proc.5 | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/man5/proc.5 b/man5/proc.5
>> index be6b755..123bc8f 100644
>> --- a/man5/proc.5
>> +++ b/man5/proc.5
>> @@ -155,14 +155,14 @@ bits for all file-mapped pages associated with the process.
>>  .IP
>>  Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method
>>  to measure approximately how much memory a process is using.
>> -One first inspects the values in the "Referenced:" fields
>> +One first inspects the values in the "Referenced" fields
>>  for the VMAs shown in
>>  .IR /proc/[pid]/smaps
>>  to get an idea of the memory footprint of the
>>  process.
>>  One then clears the PG_Referenced and ACCESSED/YOUNG bits
>>  and, after some measured time interval,
>> -once again inspects the values in the "Referenced:" fields
>> +once again inspects the values in the "Referenced" fields
>>  to get an idea of the change in memory footprint of the
>>  process during the measured interval.
>>  If one is interested only in inspecting the selected mapping types,
>>
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJTZsd6AAoJEAWMHPlE9r08wAAH/jD1QDxulHL8XuTQ4xfnqF/H
o2w6mxe77XB16VHbM1aJjKGUpUJTr8F78Ynzbqom3h7rR6vyBCYSmqeXpUUndgO8
fTD+cfmrX13ZoGtAu8+O24CLwKhPboB0WRzWUlSZfLa2Rfb7bhMYwyzF9NnI4N0m
XkJZNzXuKRjYS9R7tHg4nDG2R+uuX21WSJtrLLpj2pcewQr4oRp/0pTIHXSR38kf
T/Fx30eLypb900ygEWH8wZcZiaF6gPLRufJGkXzFLat5rp21YzwHfDHN0JK4Kk2G
oG5DUHIwrtUGIUVrtSFZQ+n0yUR11S+/ViHsA6H3xzDzytrjgKCdruNwmAOJPiw=
=DqiT
-----END PGP SIGNATURE-----
--
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] 8+ messages in thread

* Re: [PATCH 1/3] proc.5: cfix
       [not found]         ` <5366C77A.60901-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-05-05  6:26           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-05-05  6:26 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

On 05/05/2014 01:04 AM, David Prévot wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> Hi Michael,
> 
> Le 04/05/2014 01:41, Michael Kerrisk (man-pages) a écrit :
> 
>> Including the ':' was intended. Why did you want to remove it?
> 
> The purpose is just a consistency fix: there is another occurrence of
> "Referenced" in the same context in the /proc/[pid]/smaps paragraph,
> with a few other fields, always inside double quotes, and without a colon.

Ahh -- okay. Thanks for catching that. Applied.

Cheers,

Michael


>> On 05/04/2014 03:24 AM, David Prévot wrote:
>>> ---
>>>  man5/proc.5 | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/man5/proc.5 b/man5/proc.5
>>> index be6b755..123bc8f 100644
>>> --- a/man5/proc.5
>>> +++ b/man5/proc.5
>>> @@ -155,14 +155,14 @@ bits for all file-mapped pages associated with the process.
>>>  .IP
>>>  Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method
>>>  to measure approximately how much memory a process is using.
>>> -One first inspects the values in the "Referenced:" fields
>>> +One first inspects the values in the "Referenced" fields
>>>  for the VMAs shown in
>>>  .IR /proc/[pid]/smaps
>>>  to get an idea of the memory footprint of the
>>>  process.
>>>  One then clears the PG_Referenced and ACCESSED/YOUNG bits
>>>  and, after some measured time interval,
>>> -once again inspects the values in the "Referenced:" fields
>>> +once again inspects the values in the "Referenced" fields
>>>  to get an idea of the change in memory footprint of the
>>>  process during the measured interval.
>>>  If one is interested only in inspecting the selected mapping types,
>>>
>>
>>
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQEcBAEBCAAGBQJTZsd6AAoJEAWMHPlE9r08wAAH/jD1QDxulHL8XuTQ4xfnqF/H
> o2w6mxe77XB16VHbM1aJjKGUpUJTr8F78Ynzbqom3h7rR6vyBCYSmqeXpUUndgO8
> fTD+cfmrX13ZoGtAu8+O24CLwKhPboB0WRzWUlSZfLa2Rfb7bhMYwyzF9NnI4N0m
> XkJZNzXuKRjYS9R7tHg4nDG2R+uuX21WSJtrLLpj2pcewQr4oRp/0pTIHXSR38kf
> T/Fx30eLypb900ygEWH8wZcZiaF6gPLRufJGkXzFLat5rp21YzwHfDHN0JK4Kk2G
> oG5DUHIwrtUGIUVrtSFZQ+n0yUR11S+/ViHsA6H3xzDzytrjgKCdruNwmAOJPiw=
> =DqiT
> -----END PGP SIGNATURE-----
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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] 8+ messages in thread

end of thread, other threads:[~2014-05-05  6:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-04  1:24 [PATCH 1/3] proc.5: cfix David Prévot
     [not found] ` <1399166675-16019-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-05-04  1:24   ` [PATCH 2/3] inet.3: tfix David Prévot
     [not found]     ` <1399166675-16019-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-05-04  5:43       ` Michael Kerrisk (man-pages)
2014-05-04  1:24   ` [PATCH 3/3] inet_net_pton.3: wfix David Prévot
     [not found]     ` <1399166675-16019-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-05-04  5:45       ` Michael Kerrisk (man-pages)
2014-05-04  5:41   ` [PATCH 1/3] proc.5: cfix Michael Kerrisk (man-pages)
     [not found]     ` <5365D327.3010002-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-04 23:04       ` David Prévot
     [not found]         ` <5366C77A.60901-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-05-05  6:26           ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.