From: Salvatore Bonaccorso Date: Fri, 7 May 2010 06:28:49 +0000 (+0200) Subject: another small fix for manpages: add spaces before scriptname. X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~320 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64d35b0044a8e9ee6d18ab87feb2f76c08c33e9f;p=mathgl.git another small fix for manpages: add spaces before scriptname. --- 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