mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
c79262a61e
Add man pages for some of the rdoff programs, from the Debian project.
22 lines
444 B
Groff
22 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>.
|