From 8596bc365fc92107f4495adf1b71db424e18b5fe Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Thu, 14 Apr 2011 17:36:54 +0000 Subject: [PATCH] Updated manpage source git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1777 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- misc/unix/grafx2.1 | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/misc/unix/grafx2.1 b/misc/unix/grafx2.1 index 1ea6c72a..7219d61c 100644 --- a/misc/unix/grafx2.1 +++ b/misc/unix/grafx2.1 @@ -1,4 +1,4 @@ -.TH GRAFX2 1 "February 23, 2009" +.TH GRAFX2 1 "April 14, 2011" .SH NAME grafx2 \- Ultimate 256-color bitmap paint program .SH SYNOPSIS @@ -23,24 +23,40 @@ little more difficult for you, but you should give it a try (or more, because most of the power of this program won't show up on the first try). .SH OPTIONS A summary of options is included below. +They can be prefixed by either / - or -- .TP -.B /?, /h, /help +.B -?, -h, -help Show summary of options. .TP -.B /wide +.B -wide To emulate a video mode with wide pixels (2 x 1). .TP -.B /tall +.B -tall To emulate a video mode with tall pixels (1 x 2). .TP -.B /double +.B -double To emulate a video mode with double pixels (2 x 2). .TP -.B /skin +.B -wide2 +To emulate a video mode with double wide pixels (4 x 2). +.TP +.B -tall2 +To emulate a video mode with double tall pixels (2 x 4). +.TP +.B -triple +To emulate a video mode with triple pixels (3 x 3). +.TP +.B -quadruple +To emulate a video mode with quadruple pixels (4 x 4). +.TP +.B -rgb +To reduce RGB precision from 256 to n levels. +.TP +.B -skin Use an alternate file for the menu graphics. .TP -.B /mode -To set a video mode listed with the /help parameter. +.B -mode +To set a video mode listed with the -help parameter. .SH FILES User settings are stored in ~/.grafx2/gfx2.ini. This file is really meant to be edited by the user and allows to tweak many aspects of the program.