summaryrefslogtreecommitdiff
path: root/rdoff/rdflib.1
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-18 16:12:13 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-18 16:12:13 -0800
commitc79262a61ed74a08ef9562413f7bf7be1c66a622 (patch)
treee2f215ed760ef3ca29cb1d56e3b11e2bd0865e12 /rdoff/rdflib.1
parentbebf220ba9d921edbecfefbea75a54ccbb73d2d8 (diff)
downloadnasm-c79262a61ed74a08ef9562413f7bf7be1c66a622.tar.gz
rdoff: add man pages from the Debian project.
Add man pages for some of the rdoff programs, from the Debian project.
Diffstat (limited to 'rdoff/rdflib.1')
-rw-r--r--rdoff/rdflib.139
1 files changed, 39 insertions, 0 deletions
diff --git a/rdoff/rdflib.1 b/rdoff/rdflib.1
new file mode 100644
index 00000000..bba1032a
--- /dev/null
+++ b/rdoff/rdflib.1
@@ -0,0 +1,39 @@
+.TH RDFLIB 1 "September 6, 1999" "Debian Project" "Debian Manual"
+.SH NAME
+rdflib \- manage a library file for use with ldrdf(1)
+.SH SYNOPSIS
+.B rdflib
+.I command
+.I arguments
+.SH DESCRIPTION
+.B rdflib
+manages a library file which can be used by
+.BR ldrdf (1).
+It is supplied with a shell script
+.B makelib
+which should probably be used to create libraries.
+.SH COMMANDS
+.TP
+.BI c " library-file"
+Create (or truncate) a library.
+.TP
+.BI a " library-file object-file module"
+Add the
+.I object-file
+to the library under the name
+.IR module .
+.TP
+.BI x " library-file module object-file"
+Extract a
+.I module
+from the library to the file
+.IR object-file .
+.TP
+.B t " library-file"
+Display a list of modules in the library.
+.SH NOTES
+A remove command will be added soon.
+.SH AUTHORS
+Julian Hall <jules@earthcorp.com>.
+.PP
+This manual page was written by Matej Vela <vela@debian.org>.