erreur d'include dans les mans
This commit is contained in:
parent
21fa89ab3d
commit
c5af51036a
|
@ -1,4 +1,4 @@
|
||||||
.\" $Id: savelofig.3,v 1.1 1999/05/31 17:30:24 alliance Exp $
|
.\" $Id: savelofig.3,v 1.2 2002/01/21 14:56:11 xtof Exp $
|
||||||
.\" @(#)savelofig.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
.\" @(#)savelofig.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.so man1/alc_contents.mac
|
.so man1/alc_contents.mac
|
||||||
|
@ -20,7 +20,7 @@ savelofig \- save a logical figure on disk
|
||||||
.ft B \}
|
.ft B \}
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.ft CR \}
|
.ft CR \}
|
||||||
#include "mlo412.h"
|
#include "mlu502.h"
|
||||||
void savelofig(ptfig)
|
void savelofig(ptfig)
|
||||||
lofig_list \(**ptfig;
|
lofig_list \(**ptfig;
|
||||||
.ft R
|
.ft R
|
||||||
|
@ -68,7 +68,7 @@ writting.
|
||||||
.ft B \}
|
.ft B \}
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.ft CR \}
|
.ft CR \}
|
||||||
#include "mlo412.h"
|
#include "mlu502.h"
|
||||||
void save_na2_y()
|
void save_na2_y()
|
||||||
{
|
{
|
||||||
savelofig(getlofig("na2_y"));
|
savelofig(getlofig("na2_y"));
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $Id: savephfig.3,v 1.1 1999/05/31 17:30:24 alliance Exp $
|
.\" $Id: savephfig.3,v 1.2 2002/01/21 14:56:11 xtof Exp $
|
||||||
.\" @(#)savephfig.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
.\" @(#)savephfig.2 2.11 91/08/22 ; Labo masi cao-vlsi; Author : Frederic Petrot
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.so man1/alc_contents.mac
|
.so man1/alc_contents.mac
|
||||||
|
@ -20,7 +20,7 @@ savephfig \- save a physical figure on disk
|
||||||
.ft B \}
|
.ft B \}
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.ft CR \}
|
.ft CR \}
|
||||||
#include "mph403.h"
|
#include "mpu408.h"
|
||||||
void savephfig(ptfig)
|
void savephfig(ptfig)
|
||||||
phfig_list \(**ptfig;
|
phfig_list \(**ptfig;
|
||||||
.ft R
|
.ft R
|
||||||
|
@ -68,7 +68,7 @@ writting.
|
||||||
.ft B \}
|
.ft B \}
|
||||||
.if t \{\
|
.if t \{\
|
||||||
.ft CR \}
|
.ft CR \}
|
||||||
#include "mph403.h"
|
#include "mpu408.h"
|
||||||
void save_na2_y()
|
void save_na2_y()
|
||||||
{
|
{
|
||||||
savephfig(getphfig("na2_y"));
|
savephfig(getphfig("na2_y"));
|
||||||
|
|
Loading…
Reference in New Issue