[SCM] Image Reduction and Analysis Facility branch, debian, updated. c7753fe44827b2c0eb4f05492a2c20a6ef4b0b2b

Ole Streicher debian at liska.ath.cx
Wed Jun 5 05:42:40 UTC 2013


The following commit has been merged in the debian branch:
commit 49eaa73b07c3f62f88980e741362e87e5bbc1a32
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Jun 5 07:02:36 2013 +0200

    fix more manpage errors

diff --git a/debian/manpages/mkpkg.1 b/debian/manpages/mkpkg.1
index 4052afe..43e5ee3 100644
--- a/debian/manpages/mkpkg.1
+++ b/debian/manpages/mkpkg.1
@@ -165,7 +165,6 @@ Note that the \fBmkpkg\fR module name for a library member list module
 is the same as the name of the actual library, hence must end with the
 extension ".a".
 
-.ks
 .nf
         libname.a:
             member1         dep1 dep2 ... depN
@@ -174,7 +173,6 @@ extension ".a".
             memberN         dep1 dep2 ... depN
             ;
 .fi
-.ke
 
 Here, "libname.a" is the IRAF virtual filename of the library
 (regardless of what directory it resides in), "memberN" is the name of
@@ -195,7 +193,6 @@ library must be "checked out" of the remote directory before it can be
 updated, and checked back in when updating is complete.  These
 operations are performed by macro preprocessor directives, e.g.:
 
-.ks
 .nf
         $checkout libsys.a lib$
         $update   libsys.a
@@ -239,7 +236,6 @@ e.g., "@./mki2", since a single mkpkg-file cannot contain two modules
 with the same name.  The same restrictions apply to the \fI$update\fR
 operator.
 
-.ks
 .nf
         libpkg.a:
             @(i2)
@@ -253,7 +249,6 @@ operator.
             delta.f
             ;
 .fi
-.ke
 
 In the example above five object modules are to be updated in the
 library "libpkg.a".  The files listed in module "i2", if out of date,
@@ -298,12 +293,10 @@ flag).  The contents of a file may be included using the notation
 logical directories are normally given in lower case, and locally defined
 symbols in upper case.
 
-.ks
 .nf
         $echo $(dev)graphcap
         !xc $(XFLAGS) filea.x fileb.x
 .fi
-.ke
 
 Symbols are most commonly defined locally with the \fB$set\fR directive.
 The \fB$include\fR directive is useful for sharing symbols amongst different
@@ -328,14 +321,12 @@ macro expansion when entering the value of the GEN macro into the
 symbol table.  The sequence "$$" is replaced by a single "$" whenever
 it is encountered in the input stream.
 
-.ks
 .nf
         $set GFLAGS = "-k -t silrdx -p ak/"
         $set GEN    = "$generic $$(GFLAGS)"
 
         ifolder (amulr.x, amul.x) $(GEN) amul.x $endif
 .fi
-.ke
 
 .SH 4.2 Conditional Execution
 Conditional control flow is implemented by the \fB$if\fR directives
@@ -565,7 +556,6 @@ Make a listing of the package.
         cl> mkpkg listing
 
 
-.ks
 .nf
 Sample mkpkg-file for the above commands:
 
@@ -592,7 +582,6 @@ Sample mkpkg-file for the above commands:
             !pr task1.x task2.x file[ab].x | vpr -Pvup
             ;
 .fi
-.ke
 
 .SH SEE ALSO
 .BR generic (1),

-- 
Image Reduction and Analysis Facility



More information about the debian-science-commits mailing list