# HG changeset patch # User meillo@marmaro.de # Date 1213463667 -7200 # Node ID c4834b4f4b544693634b6c725d7675c168d7dc22 # Parent 61ca4934fb34ea0fd6def8aa4b579a732f123a42 added backslashes to dashes in manpage diff -r 61ca4934fb34 -r c4834b4f4b54 resize-gd.1 --- a/resize-gd.1 Sat Jun 14 19:11:21 2008 +0200 +++ b/resize-gd.1 Sat Jun 14 19:14:27 2008 +0200 @@ -1,12 +1,12 @@ -.TH RESIZE\-GD 1 "resize-gd\-0.1" "2008\-06\-14" "resize-gd" +.TH RESIZE\-GD 1 "resize\-gd\-0.1" "2008\-06\-14" "resize\-gd" .SH NAME -resize-gd \- resizes images using the gd library +resize\-gd \- resizes images using the gd library .SH SYNOPSIS -.B resize-gd PICTURES +.B resize\-gd PICTURES -.B resize-gd x PICTURES +.B resize\-gd x PICTURES .SH DESCRIPTION The program resizes given images to a specific size. The files are modified, so copy the files before if you want to keep the original pictures! @@ -19,8 +19,8 @@ Unsupported files get skipped. .PP This program is meant to be a small(er) alternative to the -.BR mogrify -resize -command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD-Library has less. +.BR mogrify \-resize +command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD\-Library has less. .SH OPTIONS .TP @@ -37,14 +37,14 @@ cp *.jpg *.png thumbs -resize-gd 150 thumbs/* +resize\-gd 150 thumbs/* .PP Make some pictures squared: .IP -cp -r somepics/ somepics-squared +cp \-r somepics/ somepics\-squared -resize-gd 400x400 somepics-squared/* +resize\-gd 400x400 somepics\-squared/* .SH EXIT CODE .TP @@ -65,6 +65,6 @@ .BR ImageMagick (1). .SH AUTHOR -resize-gd and this man page were written by markus schnalke +resize\-gd and this man page were written by markus schnalke .PP -Website: http://prog.marmaro.de/resize-gd +Website: http://prog.marmaro.de/resize\-gd