From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-f177.google.com ([209.85.212.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TMkNN-0007zQ-6w for barebox@lists.infradead.org; Fri, 12 Oct 2012 18:54:26 +0000 Received: by mail-wi0-f177.google.com with SMTP id hj13so92496wib.0 for ; Fri, 12 Oct 2012 11:54:23 -0700 (PDT) From: Alexander Aring Date: Fri, 12 Oct 2012 20:55:57 +0200 Message-Id: <1350068157-601-1-git-send-email-alex.aring@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] documentation: add sandbox malloc argument To: barebox@lists.infradead.org Add malloc argument in doxygen comment. Signed-off-by: Alexander Aring --- arch/sandbox/os/common.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/sandbox/os/common.c b/arch/sandbox/os/common.c index db347e2..36c8d62 100644 --- a/arch/sandbox/os/common.c +++ b/arch/sandbox/os/common.c @@ -436,6 +436,10 @@ static void print_usage(const char *prgname) * * Options can be: * + * -m, --malloc=\ + * + * Start sandbox with a specified malloc-space \ in bytes. + * * -i \ * * Map a \ to barebox. This option can be given multiple times. The \s -- 1.7.12.2 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox