nasm/rdoff/rdx.1
H. Peter Anvin c79262a61e rdoff: add man pages from the Debian project.
Add man pages for some of the rdoff programs, from the Debian project.
2007-12-18 16:12:13 -08:00

21 lines
444 B
Groff

.TH RDX 1 "September 6, 1999" "Debian Project" "Debian Manual"
.SH NAME
rdx \- load and execute an RDOFF object
.SH SYNOPSIS
.B rdx
.I object
.SH DESCRIPTION
.B rdx
loads an RDOFF
.IR object ,
and then calls
.RB ` _main ',
which it expects to be a C-style function, accepting two parameters,
.I argc
and
.I argv
in normal C style.
.SH AUTHORS
Julian Hall <jules@earthcorp.com>.
.PP
This manual page was written by Matej Vela <vela@debian.org>.