User:Timothee Flutre/Notebook/Postdoc/2011/11/10

From OpenWetWare
Revision as of 14:16, 10 November 2011 by Timothee Flutre (talk | contribs) (→‎Entry title: how to generate man page)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project name <html><img src="/images/9/94/Report.png" border="0" /></html> Main project page
<html><img src="/images/c/c3/Resultset_previous.png" border="0" /></html>Previous entry<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>Next entry<html><img src="/images/5/5c/Resultset_next.png" border="0" /></html>

Entry title

  • generate a man page from the "--help" and "--version" options of a custom program:
gcc -Wall -o myprogram myprogram.c
help2man -o man_myprogram ./myprogram
man ./man_myprogram