diff options
Diffstat (limited to 'app/xmag/man')
-rw-r--r-- | app/xmag/man/Makefile.in | 3 | ||||
-rw-r--r-- | app/xmag/man/xmag.man | 13 |
2 files changed, 13 insertions, 3 deletions
diff --git a/app/xmag/man/Makefile.in b/app/xmag/man/Makefile.in index 476070c16..0444d411b 100644 --- a/app/xmag/man/Makefile.in +++ b/app/xmag/man/Makefile.in @@ -125,7 +125,6 @@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CHANGELOG_CMD = @CHANGELOG_CMD@ -CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CWARNFLAGS = @CWARNFLAGS@ CYGPATH_W = @CYGPATH_W@ @@ -136,11 +135,9 @@ DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ -EGREP = @EGREP@ EXEEXT = @EXEEXT@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ -GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_CMD = @INSTALL_CMD@ INSTALL_DATA = @INSTALL_DATA@ diff --git a/app/xmag/man/xmag.man b/app/xmag/man/xmag.man index b6f850f2e..e608491e1 100644 --- a/app/xmag/man/xmag.man +++ b/app/xmag/man/xmag.man @@ -37,6 +37,13 @@ xmag \- magnify parts of the screen ] [ .I \-toolkitoption \&.\|.\|. ] +.br +.B xmag +[ +.B \-help +| +.B \-version +] .SH DESCRIPTION The \fIxmag\fP program allows you to magnify portions of an X screen. If no explicit region is specified, a square with the pointer in the upper left @@ -95,5 +102,11 @@ an area of the screen. .TP 15 .B \-mag\fI integer\fP This option indicates the magnification to be used. 5 is the default. +.TP 15 +.B \-help +This option indicates that \fIxmag\fP should print a usage message and exit. +.TP 15 +.B \-version +This option indicates that \fIxmag\fP should print version info and exit. .SH AUTHORS Dave Sternlicht and Davor Matic, MIT X Consortium. |