Re: [PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-30 Thread Samuel Thibault
Justus Winter, le Sun 30 Jun 2013 02:52:58 +0200, a écrit : > Quoting Samuel Thibault (2013-06-29 22:11:21) > > Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit : > > > Do not exit using error (1, ..) but gracefully handle the error using > > > argp_error. Also fix a typo ("the a user") wh

Re: [PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-29 Thread Justus Winter
Quoting Samuel Thibault (2013-06-29 22:11:21) > Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit : > > Do not exit using error (1, ..) but gracefully handle the error using > > argp_error. Also fix a typo ("the a user") while touching these lines. > > > > * procfs/main.c (argp_parser): Pr

Re: [PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-29 Thread Samuel Thibault
Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit : > Do not exit using error (1, ..) but gracefully handle the error using > argp_error. Also fix a typo ("the a user") while touching these lines. > > * procfs/main.c (argp_parser): Proper error handling. > (argp_parser): Fix typo. Applied

[PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-28 Thread Justus Winter
Do not exit using error (1, ..) but gracefully handle the error using argp_error. Also fix a typo ("the a user") while touching these lines. * procfs/main.c (argp_parser): Proper error handling. (argp_parser): Fix typo. --- procfs/main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 del

Re: [PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-27 Thread Emilio Pozuelo Monfort
Hi, On 27/06/13 14:31, Justus Winter wrote: > Do not exit using error (1, ..) but gracefully handle the error using > argp_error. > > * procfs/main.c (argp_parser): Proper error handling. > --- > procfs/main.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git

[PATCH 1/6] procfs: fix the error handling in argp_parser

2013-06-27 Thread Justus Winter
Do not exit using error (1, ..) but gracefully handle the error using argp_error. * procfs/main.c (argp_parser): Proper error handling. --- procfs/main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/procfs/main.c b/procfs/main.c index 3a976cc..e7f8574 100644