Quelques mises à jours.

This commit is contained in:
Gregoire Avot 2000-11-20 12:43:38 +00:00
parent 5e0ce2e942
commit fcdef4d14b
4 changed files with 48 additions and 11 deletions

View File

@ -1,4 +1,4 @@
.\" $Id: MBK_FILTER_SFX.1,v 1.1 1999/10/13 09:57:12 czo Exp $
.\" $Id: MBK_FILTER_SFX.1,v 1.2 2000/11/20 12:43:37 gregoire Exp $
.TH MBK_FILTER_SFX 1 "October 1, 1999" "ASIM/LIP6" "MBK ENVIRONMENT VARIABLES"
@ -8,7 +8,9 @@ MBK_FILTER_SFX \- define the input\/output filter suffixe.
.so man1/alc_origin.1
.SH DESCRIPTION
\fBMBK_FILTER_SFX\fP sets the input\/output filter suffixe.
\fBMBK_FILTER_SFX\fP tells to Alliance the extention set by compression tools.
This variable must be set in order to activate filters. Note the leading points
of extention must be set if necessary.
.SH EXAMPLE
.nf
@ -16,13 +18,15 @@ MBK_FILTER_SFX \- define the input\/output filter suffixe.
.ft B \}
.if t \{\
.ft CR \}
For compressed files with gzip :
setenv MBK_FILTER_SFX ".gz"
.ft R
.fi
.SH SEE ALSO
.BR mbk (1),
.BR MBK_IN_FILTER (1),
.BR MBK_OUT_FILTER (1).
.BR MBK_OUT_FILTER (1),
.BR mbkenv (3).
.so man1/alc_bug_report.1

View File

@ -1,4 +1,4 @@
.\" $Id: MBK_IN_FILTER.1,v 1.1 1999/10/13 09:57:13 czo Exp $
.\" $Id: MBK_IN_FILTER.1,v 1.2 2000/11/20 12:43:37 gregoire Exp $
.TH MBK_IN_FILTER 1 "October 1, 1999" "ASIM/LIP6" "MBK ENVIRONMENT VARIABLES"
@ -8,7 +8,14 @@ MBK_IN_FILTER \- define the input filter
.so man1/alc_origin.1
.SH DESCRIPTION
\fBMBK_IN_FILTER\fP sets the input filter
\fBMBK_IN_FILTER\fP set the input filter for reading compressed Alliance files.
Filter is typically a string containing filename and options. This filter
must read compressed data flow on it standard input and write non compressed
data flow on it standard output. Files are taken in the first directory where
they are found according to the environment variable \fbMBK_CATA_LIB\fb. If a
file compressed version and a file non compressed version exist booth in the
same directory, the non compressed is opended, and a warning message is
supllyed. To activate filters, variable \fbMBK_FILTER_SFX\fb must be set.
.SH EXAMPLE
.nf
@ -16,13 +23,16 @@ MBK_IN_FILTER \- define the input filter
.ft B \}
.if t \{\
.ft CR \}
Opening compressed files with gzip :
setenv MBK_IN_FILTER "/asim/gnu/bin/gunzip -c"
setenv MBK_FILTER_SFX ".gz"
.ft R
.fi
.SH SEE ALSO
.BR mbk (1),
.BR MBK_FILTER_SFX (1),
.BR MBK_OUT_FILTER (1).
.BR MBK_OUT_FILTER (1),
.BR mbkenv (3).
.so man1/alc_bug_report.1

View File

@ -1,4 +1,4 @@
.\" $Id: MBK_OUT_FILTER.1,v 1.1 1999/10/13 09:57:13 czo Exp $
.\" $Id: MBK_OUT_FILTER.1,v 1.2 2000/11/20 12:43:37 gregoire Exp $
.TH MBK_OUT_FILTER 1 "October 1, 1999" "ASIM/LIP6" "MBK ENVIRONMENT VARIABLES"
@ -8,7 +8,14 @@ MBK_OUT_FILTER \- define the input filter
.so man1/alc_origin.1
.SH DESCRIPTION
\fBMBK_OUT_FILTER\fP sets the input filter
\fBMBK_OUT_FILTER\fP sets the output filter for writting compressed Alliance
files. Filter is typically a string containing filename and options. This filter
must read non compressed data flow on it standard input and write compressed
data flow on it standard output. If a non compressed version of a file exist in
the same target directory the designer want the save a file's compressed
version, to ensure that file will be read later and not the non compressed one,
the non compressed file is DELETED. To activate filters, variable
MBK_FILTER_SFX must be set.
.SH EXAMPLE
.nf
@ -16,13 +23,16 @@ MBK_OUT_FILTER \- define the input filter
.ft B \}
.if t \{\
.ft CR \}
Writing compressed files with gzip :
setenv MBK_OUT_FILTER "/asim/gnu/bin/gzip -c"
setenv MBK_FILTER_SFX ".gz"
.ft R
.fi
.SH SEE ALSO
.BR mbk (1),
.BR MBK_FILTER_SFX (1),
.BR MBK_IN_FILTER (1).
.BR MBK_IN_FILTER (1),
.BR mbkenv (1).
.so man1/alc_bug_report.1

View File

@ -1,4 +1,4 @@
.\" $Id: mbk.1,v 1.1 1999/05/31 17:30:14 alliance Exp $
.\" $Id: mbk.1,v 1.2 2000/11/20 12:43:38 gregoire Exp $
.\" @(#)mbk.l 0.0 90/22/08 UPMC; Author : Frederic Petrot
.if t \{\
.so man1/alc_contents.mac
@ -443,6 +443,17 @@ an equality of pointers
\fBmbkps\fP
\- display informations on utilized memory and time spend on a process
.RE
.TP 10
\-child process :
.RS
.TP 20
\fBmbkwaitpid\fP
\- wait for a particular child process
.TP
\fBmbksetautoackchld\fP
\- tells Alliance library to automatically handle the terminaison a particular
process
.RE
.RE
.sp
.LP
@ -593,7 +604,9 @@ libMutnnn.a :
\fBaddhtitem\fP,
\fBdelhtitem\fP,
\fBgethtitem\fP,
\fBsethtitem\fP.
\fBsethtitem\fP,
\fBmbkwaitpid\fP,
\fBmbksetautoackchld\fP.
.LP
The libraries are organized in such a way that no cycle can appear through
calls.