From: el_cubano <el_...@us...> - 2006-07-26 22:02:29
|
Update of /cvsroot/ddccontrol/ddccontrol/man In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20309/man Modified Files: ddccontrol.1 Added Files: Makefile.am Log Message: Fixed man page, added Makefile.am for man directory and fixed configure.ac to allow an option to circumvent checking for whether or not xsltproc works (default is still to perform check). Index: ddccontrol.1 =================================================================== RCS file: /cvsroot/ddccontrol/ddccontrol/man/ddccontrol.1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ddccontrol.1 26 Jul 2006 17:33:20 -0000 1.1 +++ ddccontrol.1 26 Jul 2006 22:02:16 -0000 1.2 @@ -19,7 +19,18 @@ ddccontrol \- A utility to control monitor parameters via software .SH SYNOPSIS .B ddccontrol -.RI [\-b\ datadir]\ [\-v]\ [\-c]\ [\-d]\ [\-f]\ [\-s]\ [\-r\ ctrl\ [\-w\ value]]\ [\-p\ |\ dev] +.RB [ -b +.IR datadir ] +.RB [ -v ] +.RB [ -c ] +.RB [ -d ] +.RB [ -f ] +.RB [ -s ] +.RB [ -r +.IR ctrl +.RB [ -w +.IR value ]] +.RB [ -p | dev ] .SH DESCRIPTION This manual page documents briefly the .B ddccontrol --- NEW FILE: Makefile.am --- man_MANS = ddccontrol.1 gddccontrol.1 EXTRA_DIST = $(man_MANS) |