From 0bece04105ce217cf9d15b44f76c2010ada5d328 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 21 Sep 2006 13:09:22 +0000 Subject: abuild manpage and other fixes from Uwe Hermann. Thank you! git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/romcc.1 | 216 ++++++++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) (limited to 'util/romcc') diff --git a/util/romcc/romcc.1 b/util/romcc/romcc.1 index 5e52471..2a6a75b 100644 --- a/util/romcc/romcc.1 +++ b/util/romcc/romcc.1 @@ -1,230 +1,228 @@ -.\" Copyright (C) 2006 Uwe Hermann . -.\" This manpage is licensed under the terms of the GNU GPL. -.TH ROMCC 1 "September 7, 2006" +.TH ROMCC 1 "September 19, 2006" .SH NAME romcc \- compile C programs into binaries that don't use any RAM .SH SYNOPSIS .B romcc -.BR [ OPTIONS ] -.IR "" ".c" +[OPTIONS] +.c .SH DESCRIPTION .B romcc is a C compiler which produces binaries which do not rely on RAM, but instead only use CPU registers. -.br +.PP It is prominently used in the LinuxBIOS project to compile C code which needs to run before the (Linux)BIOS has initialized the RAM, but can be used for other purposes, too. .SH OPTIONS +.TP .B "\-o" Output file name. -.PP +.TP .B "\-f