rpms/dwatch/devel dwatch.5,1.1,1.2 dwatch.spec,1.1,1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Tue May 29 21:55:27 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/dwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30648

Modified Files:
	dwatch.5 dwatch.spec 
Log Message:
updates to man page to show quotes around argument



Index: dwatch.5
===================================================================
RCS file: /cvs/pkgs/rpms/dwatch/devel/dwatch.5,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dwatch.5	29 May 2007 16:02:14 -0000	1.1
+++ dwatch.5	29 May 2007 21:54:50 -0000	1.2
@@ -12,7 +12,7 @@
 is for watching a TCP port.
 
 The argument is either the process name to look for or the host:port to attempt
-connecting to.
+connecting to.  This must be enclosed in double quotes.
 
 The command is what should be run in the event that the process or listener
 specified in the argument is no longer present.
@@ -20,12 +20,14 @@
 .SH EXAMPLE
 .nf
 # restart a failed program
-P myprog /etc/init.d/myprog start
+P "myprog" /etc/init.d/myprog start
 .PP
 # restart a listener that has died
-T localhost:8893 /etc/init.d/mylistener start
+T "localhost:8893" /etc/init.d/mylistener start
 .fi
 
+Note that the argument is enclosed in double quotes.
+
 .SH SEE ALSO
 dwatch(1)
 


Index: dwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dwatch/devel/dwatch.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dwatch.spec	29 May 2007 16:02:14 -0000	1.1
+++ dwatch.spec	29 May 2007 21:54:50 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           dwatch
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A program that watches over other programs
 
 Group:          Applications/System
@@ -60,5 +60,8 @@
 
 
 %changelog
+* Thu May 24 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.1.1-2
+- fix dwatch.5 man page to use double quotes around argument
+
 * Wed May 23 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.1.1-1
 - initial release




More information about the fedora-extras-commits mailing list