rpms/upstart/devel upstart-initctl-man.patch, NONE, 1.1 events.5, 1.2, 1.3 upstart.spec, 1.18, 1.19

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Thu Apr 24 18:15:47 UTC 2008


Author: notting

Update of /cvs/extras/rpms/upstart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22225/devel

Modified Files:
	events.5 upstart.spec 
Added Files:
	upstart-initctl-man.patch 
Log Message:
- fix some man page typos (#444008, <archimerged at gmail.com>)


upstart-initctl-man.patch:

--- NEW FILE upstart-initctl-man.patch ---
--- upstart-0.3.9/util/man/initctl.8-orig	2008-04-09 16:52:23.000000000 -0400
+++ upstart-0.3.9/util/man/initctl.8	2008-04-24 01:42:57.000000000 -0400
@@ -4,7 +4,7 @@
 initctl \- init daemon control utility
 .\"
 .SH SYNOPSIS
-\fBinitctl\fR [\fIOPTION\fR]... \fICOMMAND\fR [\fIOPTION\fR]... \fIARG...\fR
+\fBinitctl\fR [\fIOPTION\fR]... \fICOMMAND\fR [\fIOPTION\fR]... \fIARG\fR...
 .\"
 .SH DESCRIPTION
 .B initctl
@@ -14,7 +14,7 @@
 .IR COMMAND .
 
 Normally it is invoked directly with the command specified as the first
-non-option argument, however symbolic or hard links may be used so that
+non-option argument; however, symbolic or hard links may be used so that
 it is invoked as the name of a command, in which case it behaves
 accordingly.
 .\"


Index: events.5
===================================================================
RCS file: /cvs/extras/rpms/upstart/devel/events.5,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- events.5	9 Apr 2008 16:47:12 -0000	1.2
+++ events.5	24 Apr 2008 18:15:10 -0000	1.3
@@ -109,7 +109,7 @@
 
 .TP
 .BI respawn
-This sets the daemon, service, and respawn falgs for the job.
+This sets the daemon, service, and respawn flags for the job.
 The respawn flag means that the process will be restarted when
 it ends.
 


Index: upstart.spec
===================================================================
RCS file: /cvs/extras/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- upstart.spec	9 Apr 2008 16:49:55 -0000	1.18
+++ upstart.spec	24 Apr 2008 18:15:10 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.3.9
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -14,6 +14,7 @@
 Patch3:         upstart-rpm.patch
 Patch4:         upstart-fedora-buglist.patch
 Patch5:         upstart-telinit-u.patch
+Patch6:	        upstart-initctl-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -31,6 +32,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %configure --enable-compat=sysv --sbindir=/sbin --libdir=/%{_lib}
@@ -96,6 +98,9 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Thu Apr 24 2008 Bill Nottingham <notting at redhat.com> - 0.3.9-18
+- fix some man page typos (#444008, <archimerged at gmail.com>)
+
 * Wed Apr 09 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-17
 - Added list of stock events to events(5)
 




More information about the fedora-extras-commits mailing list