From 64d35b0044a8e9ee6d18ab87feb2f76c08c33e9f Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 7 May 2010 08:28:49 +0200 Subject: [PATCH] another small fix for manpages: add spaces before scriptname. --- debian/mgl2cpp.1 | 2 +- debian/mgl2eps.1 | 2 +- debian/mgl2gif.1 | 2 +- debian/mgl2png.1 | 2 +- debian/mgl2svg.1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/mgl2cpp.1 b/debian/mgl2cpp.1 index 8f09890..a724437 100644 --- a/debian/mgl2cpp.1 +++ b/debian/mgl2cpp.1 @@ -3,7 +3,7 @@ mgl2cpp \- Execute MathGL scripts to generate C++ code .SH "SYNOPSIS" .PP -mgl2cpp [outputname] [parameters] +mgl2cpp < scriptfile > [outputname] [parameters] .PP .SH "DESCRIPTION" .PP diff --git a/debian/mgl2eps.1 b/debian/mgl2eps.1 index 361ad9c..6a12b83 100644 --- a/debian/mgl2eps.1 +++ b/debian/mgl2eps.1 @@ -3,7 +3,7 @@ mgl2eps \- Execute MathGL scripts to generate Encapsulated PostScript (EPS) output .SH "SYNOPSIS" .PP -mgl2eps [outputname] [parameters] +mgl2eps < scriptfile > [outputname] [parameters] .PP .SH "DESCRIPTION" .PP diff --git a/debian/mgl2gif.1 b/debian/mgl2gif.1 index cfd6247..57e524e 100644 --- a/debian/mgl2gif.1 +++ b/debian/mgl2gif.1 @@ -3,7 +3,7 @@ mgl2gif \- Execute MathGL scripts to generate Graphics Interchange Format (GIF)files .SH "SYNOPSIS" .PP -mgl2gif [outputname] [parameters] +mgl2gif < scriptfile > [outputname] [parameters] .PP .SH "DESCRIPTION" .PP diff --git a/debian/mgl2png.1 b/debian/mgl2png.1 index 4adfd88..85ee3e2 100644 --- a/debian/mgl2png.1 +++ b/debian/mgl2png.1 @@ -3,7 +3,7 @@ mgl2png \- Execute MathGL scripts to generate Portable Network Graphics (PNG) output .SH "SYNOPSIS" .PP -mgl2png [outputname] [parameters] +mgl2png < scriptfile > [outputname] [parameters] .PP .SH "DESCRIPTION" .PP diff --git a/debian/mgl2svg.1 b/debian/mgl2svg.1 index 925a362..aa81a4a 100644 --- a/debian/mgl2svg.1 +++ b/debian/mgl2svg.1 @@ -3,7 +3,7 @@ mgl2svg \- Execute MathGL scripts to generate Scalable Vector Graphics (SVG) output .SH "SYNOPSIS" .PP -mgl2svg [outputname] [parameters] +mgl2svg < scriptfile > [outputname] [parameters] .PP .SH "DESCRIPTION" .PP -- 2.30.2