summaryrefslogtreecommitdiff
path: root/static/v10/man7/netlib.7
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man7/netlib.7
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man7/netlib.7')
-rw-r--r--static/v10/man7/netlib.791
1 files changed, 0 insertions, 91 deletions
diff --git a/static/v10/man7/netlib.7 b/static/v10/man7/netlib.7
deleted file mode 100644
index 2dbc04b8..00000000
--- a/static/v10/man7/netlib.7
+++ /dev/null
@@ -1,91 +0,0 @@
-.TH NETLIB 7
-.SH NAME
-netlib \- retrieve public-domain software
-.SH SYNOPSIS
-.B mail research!netlib
-.SH DESCRIPTION
-.I Netlib
-retrieves files by electronic mail from a set of libraries
-of public-domain software, mostly mathematical.
-Netlib responds to mail messages containing one or more
-of the requests described below.
-.HP
-.B send index
-.br
-.ns
-.HP
-.B send
-[
-.I option ...
-]
-.I file ...
-[
-.B but not
-.I file ...
-]
-.B from
-.I library ...
-.br
-Retrieve files from specified libraries.
-The
-.L index
-lists all libraries and gives other helpful information.
-A file is delivered together with all files
-it depends on from its library, unless option
-.L only
-is present.
-Files are retrieved in upper case for requests written
-in upper case.
-.HP
-.B whois
-.I names
-.br
-Retrieve addresses and telephone numbers from a database
-of applied mathematicians.
-.HP
-.B find
-.I word ...
-[
-.B from
-.I library ...
-]
-.br
-Retrieve one-line index descriptions by content from all or
-any directories.
-.HP
-.B mailsize
-.I size
-.br
-Limit the length of mail messages to
-.I size.
-The size may be given in kilobytes, e.g.
-.BR 100k .
-.PP
-For information about a particular library, retrieve its
-.LR index ,
-which lists routines with one-line descriptions,
-or its
-.LR directory .
-The library
-.LR core
-contains machine constants and basic linear algebra modules
-that are needed with many other libraries.
-.SH EXAMPLES
-.TP
-.B send index from eispack
-What's in
-.BR eispack ?
-.TP
-.B send directory from eispack
-Get file names and sizes.
-.TP
-.B send dgeco from linpack
-Retrieve a routine and all it depends on.
-.TP
-.B "send list of dgeco from linpack
-How big would that retrieval be?
-.TP
-.B find cubic spline
-What does
-.I netlib
-have about `cubic' or `spline'?