resize-gd
changeset 13:c4834b4f4b54
added backslashes to dashes in manpage
author | meillo@marmaro.de |
---|---|
date | Sat, 14 Jun 2008 19:14:27 +0200 |
parents | 61ca4934fb34 |
children | 6f5c3a02e4d5 |
files | resize-gd.1 |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line diff
1.1 --- a/resize-gd.1 Sat Jun 14 19:11:21 2008 +0200 1.2 +++ b/resize-gd.1 Sat Jun 14 19:14:27 2008 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 -.TH RESIZE\-GD 1 "resize-gd\-0.1" "2008\-06\-14" "resize-gd" 1.5 +.TH RESIZE\-GD 1 "resize\-gd\-0.1" "2008\-06\-14" "resize\-gd" 1.6 1.7 .SH NAME 1.8 -resize-gd \- resizes images using the gd library 1.9 +resize\-gd \- resizes images using the gd library 1.10 1.11 .SH SYNOPSIS 1.12 -.B resize-gd <size> PICTURES 1.13 +.B resize\-gd <size> PICTURES 1.14 1.15 -.B resize-gd <width>x<height> PICTURES 1.16 +.B resize\-gd <width>x<height> PICTURES 1.17 1.18 .SH DESCRIPTION 1.19 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! 1.20 @@ -19,8 +19,8 @@ 1.21 Unsupported files get skipped. 1.22 .PP 1.23 This program is meant to be a small(er) alternative to the 1.24 -.BR mogrify -resize 1.25 -command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD-Library has less. 1.26 +.BR mogrify \-resize 1.27 +command of ImageMagick. Mainly because ImageMagick has lots of dependencies, while the GD\-Library has less. 1.28 1.29 .SH OPTIONS 1.30 .TP 1.31 @@ -37,14 +37,14 @@ 1.32 1.33 cp *.jpg *.png thumbs 1.34 1.35 -resize-gd 150 thumbs/* 1.36 +resize\-gd 150 thumbs/* 1.37 1.38 .PP 1.39 Make some pictures squared: 1.40 .IP 1.41 -cp -r somepics/ somepics-squared 1.42 +cp \-r somepics/ somepics\-squared 1.43 1.44 -resize-gd 400x400 somepics-squared/* 1.45 +resize\-gd 400x400 somepics\-squared/* 1.46 1.47 .SH EXIT CODE 1.48 .TP 1.49 @@ -65,6 +65,6 @@ 1.50 .BR ImageMagick (1). 1.51 1.52 .SH AUTHOR 1.53 -resize-gd and this man page were written by markus schnalke <meillo@marmaro.de> 1.54 +resize\-gd and this man page were written by markus schnalke <meillo@marmaro.de> 1.55 .PP 1.56 -Website: http://prog.marmaro.de/resize-gd 1.57 +Website: http://prog.marmaro.de/resize\-gd