From 6a72d763943b48270b0e6ea9d061a2bc85873e29 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 31 Jan 2002 20:18:13 +0000 Subject: [PATCH] Be more sane in the UPCMD and DOWNCMD department; those weren't really working. Document correctly how it works now. --- xmonisdn/xmonisdn.man.in | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/xmonisdn/xmonisdn.man.in b/xmonisdn/xmonisdn.man.in index c4dc47e7..660c11fa 100644 --- a/xmonisdn/xmonisdn.man.in +++ b/xmonisdn/xmonisdn.man.in @@ -1,6 +1,6 @@ -.\" $Id: xmonisdn.man.in,v 1.3 1999/08/03 14:00:22 paul Exp $ +.\" $Id: xmonisdn.man.in,v 1.4 2002/01/31 20:18:13 paul Exp $ .\" -.\" CHECKIN $Date: 1999/08/03 14:00:22 $ +.\" CHECKIN $Date: 2002/01/31 20:18:13 $ .\" .TH XMONISDN 1 "@MANDATE@" isdn4k-utils-@I4LVERSION@ "X Tools" .SH NAME @@ -26,16 +26,19 @@ the state change (this can be changed using the option). .PP Pressing button 2 on the window executes the command -.I @CONFIG_XMONISDN_UPCMD@ start +.I @CONFIG_XMONISDN_UPCMD@ and pressing button 3 executes -.I @CONFIG_XMONISDN_DOWNCMD@ stop. -@CONFIG_XMONISDN_UPCMD@ -should be a shell script that starts and stops the ISDN subsystem; +.I @CONFIG_XMONISDN_DOWNCMD@ +.br +.I @CONFIG_XMONISDN_UPCMD@ +and +.I @CONFIG_XMONISDN_DOWNCMD@ +should start and stop the ISDN subsystem; if the .ul route command is used, xmonisdn must be run as setuid root for this to work. -Alternatively, the script can manipulate the +Alternatively, the scripts can manipulate the .ul isdnctrl dialmode setting, in which case only permission to access /dev/isdnctrl is needed.