From 8aa71426635f62049ed671811964608bfbf754ac Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 16 Feb 2000 19:39:47 +0000 Subject: [PATCH] Removing man files. --- src/dbtools/dbLoadTemplate.1 | 56 ------------------------------------ src/dbtools/dbLoadTemplate.3 | 2 -- 2 files changed, 58 deletions(-) delete mode 100644 src/dbtools/dbLoadTemplate.1 delete mode 100644 src/dbtools/dbLoadTemplate.3 diff --git a/src/dbtools/dbLoadTemplate.1 b/src/dbtools/dbLoadTemplate.1 deleted file mode 100644 index 344aee852..000000000 --- a/src/dbtools/dbLoadTemplate.1 +++ /dev/null @@ -1,56 +0,0 @@ -.\" @(#) -.TH DBLOADTEMPLATE 1 "04 Nov 1993" -.SH NAME -dbLoadTemplate \- Perform substitutions on variables in an ".db" file. -.SH SYNOPSIS -.B dbLoadTemplate -.IR substitution_file -.SH AVAILABILITY -The tool in available under Unix from the EPICS application directory -provided by getrel in release 3.11 or greater. -.SH DESCRIPTION -.LP -This tool applies variable substitutions specified in the -.B substitution_file. -It is specifically meant to operate on ".db" files. The template file -must be in the form used by an IOC to load database records using -dbLoadTemplate(3) on the IOC. A ".db" file with all the rules in the -.B substitution_file -applied will be printed to standard out. -See templatefile(5) for a full description of the template file. -.sp -.SH EXAMPLE -Running the command "dbLoadTemplate sub_file" with sub_file contents of -.sp -.nf -file a.db -{ - { a=test1,b=one } - { a=test2,b=two } -} -.fi -.sp -and a.db contents of -.sp -.nf -database(tester) -{ - record(ai,"$(a)rec1$(b)") - record(ai,"$(a)rec2$(b)") -} -.fi -.sp -writes to standard out the following: -.sp -.nf -database(tester) -{ - record(ai,"test1rec1one") - record(ai,"test1rec2one") - record(ai,"test2rec1two") - record(ai,"test2rec2two") -} -.fi -.sp -.SH "SEE ALSO" -.BR templatefile(5) diff --git a/src/dbtools/dbLoadTemplate.3 b/src/dbtools/dbLoadTemplate.3 deleted file mode 100644 index fe11249f7..000000000 --- a/src/dbtools/dbLoadTemplate.3 +++ /dev/null @@ -1,2 +0,0 @@ -.so man3/dbLoadRecords.3 -.\" @(#)dbLoadTemplate.3 1 93/11/04 SMI;