.\" Process this file with .\" groff -man -Tascii goldstr.1 .\" .TH GOLDSTR 1 "June 2001" Linux "User Manuals" .SH NAME goldstr \- calculate the golden string .SH SYNOPSIS .B goldstr [ .I options .B ] -d, --digits .I digits file .SH DESCRIPTION .B goldstr calculates the golden string up to a specified number of digits and prints it in ASCII on the wanted file. .SH OPTIONS .IP "-0, --zero character" Sets the zero digit. .IP "-1, --one character" Sets the one digit. .IP "-d, --digits digits" Sets the number of digits to be calculated. .IP "-r, --reuse" Reuses the specified file, thus avoiding recalculation. .SH DIAGNOSTICS The exit status (or error level) is always either 0 (program executed successfully) or 1 (errors occurred). If any error occurs, it is prompted on stderr. .SH AUTHOR Andrea Molteni