[lwatch-cvs] files/doc lwatch.1.in,1.2,1.3
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-17 16:59:57
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv14222
Modified Files:
lwatch.1.in
Log Message:
- path to lwatch binary in manual taken from autotools variable
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lwatch.1.in 17 Mar 2003 15:31:01 -0000 1.2
--- lwatch.1.in 17 Mar 2003 16:59:52 -0000 1.3
***************
*** 118,122 ****
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
log { source(src); destination(console_all);};
! destination console_all {program("/usr/bin/lwatch -f- > /dev/tty11"); };
.fi
--- 118,122 ----
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
log { source(src); destination(console_all);};
! destination console_all {program("@BINDIR@/lwatch -f- > /dev/tty11"); };
.fi
***************
*** 129,131 ****
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 17 Mar 2003, 16:23
--- 129,131 ----
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 17 Mar 2003, 17:58
|