make: Lift up openwcom.mak for build on FreeDOS
[nasm.git] / rdoff / rdflib.1
blobbba1032a90c77269ab6f2a0e7ce1e9259aa8c395
1 .TH RDFLIB 1 "September 6, 1999" "Debian Project" "Debian Manual"
2 .SH NAME
3 rdflib \- manage a library file for use with ldrdf(1)
4 .SH SYNOPSIS
5 .B rdflib
6 .I command
7 .I arguments
8 .SH DESCRIPTION
9 .B rdflib
10 manages a library file which can be used by
11 .BR ldrdf (1).
12 It is supplied with a shell script
13 .B makelib
14 which should probably be used to create libraries.
15 .SH COMMANDS
16 .TP
17 .BI c " library-file"
18 Create (or truncate) a library.
19 .TP
20 .BI a " library-file object-file module"
21 Add the
22 .I object-file
23 to the library under the name
24 .IR module .
25 .TP
26 .BI x " library-file module object-file"
27 Extract a
28 .I module
29 from the library to the file
30 .IR object-file .
31 .TP
32 .B t " library-file"
33 Display a list of modules in the library.
34 .SH NOTES
35 A remove command will be added soon.
36 .SH AUTHORS
37 Julian Hall <jules@earthcorp.com>.
38 .PP
39 This manual page was written by Matej Vela <vela@debian.org>.