.\" $NetBSD: fgen.1,v 1.1 1998/10/31 18:14:53 eeh Exp $ .\" .\" Copyright (c) 1998 Eduardo Horvath, All Rights Reserved. .\" .\" The following requests are required for all man pages. .Dd October 31, 1998 .Dt FGEN 1 PRM .Os NetBSD 1.4 .Sh NAME .Nm fgen .Nd IEEE 1275 Open Firmware FCode Tokenizer. .Sh SYNOPSIS .Nm fgen .Op Fl d Ar level .Op Fl o Ar outfile .Ar infile .Sh DESCRIPTION Reads Forth source and generates tokenized FCode object file. .\" This next request is for sections 1, 6, 7 & 8 only .\" .Sh ENVIRONMENT .\" .Sh FILES .\" .Sh EXAMPLES .\" This next request is for sections 1, 6, 7 & 8 only .\" (command return values (to shell) and fprintf/stderr type diagnostics) .\" .Sh DIAGNOSTICS .\" .Sh ERRORS .\" .Sh SEE ALSO .\" Cross-references should be ordered by section (low to high), then in .\" alphabetical order. .\" .Sh STANDARDS .\" .Sh HISTORY .Sh AUTHORS Written by Eduardo E. Horvath .Sh BUGS .Pp String escape sequences are not recognized so things such as .Pp .Li \&" foo \&"\&(01 02\&) \&"n \&" .Pp will result in the string .Pp .Dq foo \&"\&(01 02\&) \&"n . .Pp Hexadecimal numbers with dots in them such as .Li 100.0000 are not parsed. .Pp Permissions on the output file are often incorrect. .Pp Output to the standard output device can cause problems.