--- xtimer V0.8089 ---
This document consist of ENGLISH and JAPANESE version.
/*
 * Copyright (c) 1997, 2000
 *	Toshihiro kANDA.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *	This product includes software developed by Toshihiro Kanda.
 * 4. Neither the name of the author nor the names of any co-contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY TOSHIHIRO KANDA AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL TOSHIHIRO KANDA OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 */
-------- ENGLISH version ------------------------------------
WHAT IS IT?
	xtimer is a simple digital timer for X11.

INSTALL
	xmkmf -a
	make all && make install

EXAMPLES
	I programmed xtimer to display iij-ppp connecting time.

	1. Edit /etc/ppp/ppp.linkup something like:

	MYADDR:
	 !bg /usr/X11R6/bin/xtimer -geometry +0+0

	NOTE:
		- Modify the path and/or parameters of xtimer.
		- If you have other entries than "MYADDR",
		  add the above line after each entries.

	2. Edit /etc/ppp/ppp.linkdown
	MYADDR:
	 !bg /usr/X11R6/bin/xtimer kill


AUTHOR
	Toshihiro kANDA.  <candy@kgc.co.jp>

-------- JAPANESE version ------------------------------------
$B$=$l$C$F$J!A$K(B?
	xtimer $B$O(B X window $BMQ4J0W%G%8%?%k%?%$%^!<$G$9!#(B

$B%$%s%9%H!<%k(B
	xmkmf -a
	make all && make install

$B;H$$J}$NNc(B
	$B;d$OIOK3@-$J$N$G!"(BFreeBSD $B$G(B iij-ppp $B$N@\B3;~4V$rI=<($5$;$F$$(B
	$B$^$9!#(B

	1. /etc/ppp/ppp.linkup $B$r<!$N$h$&$KJT=8$7$^$9!#(B

	MYADDR:
	 !bg /usr/X11R6/bin/xtimer -geometry +0+0

	$BCm0U(B:
		- xtimer $B$N%Q%9$d0z?t$O!"E,59JQ99$7$F$/$@$5$$!#(B
		- MYADDR $B0J30$N%(%s%H%j$,$"$k;~$O!"$=$A$i$K$b(B
		  $BDI2C$7$F$/$@$5$$!#(B

	2. /etc/ppp/ppp.linkdown $B$r<!$N$h$&$KJT=8$7$^$9!#(B

	MYADDR:
	 !bg /usr/X11R6/bin/xtimer kill

AUTHOR
	$B?@EDIR9-(B <candy@kgc.co.jp>

CHANGES:
V0.8089:
	- getopt(3) $B;H$C$A$c$@$a!#(B

V0.8088:
	- fork(2) $B$7$J$/$J$C$?!#(B
	- -p $B%*%W%7%g%sDI2C!#(B
	- kill, stop, continue, start $B$N%3%^%s%IDI2C!#(B
	- pid file $B$"$C$?$i;&$9!#(B
V0.8087:

V0.8086:
	- $B:G=i$N%j%j!<%9!#(B
