------------------------------------------------------------
revno: 1473
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Mon 2013-04-22 11:30:09 +0100
message:
  * Typo and doc changes.
modified:
  ChangeLog
  init/control.c
  init/main.c


--
lp:upstart
https://code.launchpad.net/~upstart-devel/upstart/trunk

Your team Upstart Reviewers is subscribed to branch lp:upstart.
To unsubscribe from this branch go to 
https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog'
--- ChangeLog	2013-04-02 19:14:50 +0000
+++ ChangeLog	2013-04-22 10:30:09 +0000
@@ -1,3 +1,7 @@
+2013-04-22  James Hunt  <[email protected]>
+
+	* Typo and doc changes.
+
 2013-04-02  James Hunt  <[email protected]>
 
 	* extra/man/file-event.7: Correct EVENT values in examples.

=== modified file 'init/control.c'
--- init/control.c	2013-02-08 16:15:23 +0000
+++ init/control.c	2013-04-22 10:30:09 +0000
@@ -923,7 +923,7 @@
 /**
  * control_conn_to_index:
  *
- * @event: event.
+ * @connection: D-Bus connection.
  *
  * Convert a control (DBusConnection) connection to an index number
  * the list of control connections.
@@ -1121,6 +1121,8 @@
 /**
  * control_notify_event_emitted
  *
+ * @event: Event.
+ *
  * Re-emits an event over DBUS using the EventEmitted signal
  **/
 void

=== modified file 'init/main.c'
--- init/main.c	2013-03-01 15:13:54 +0000
+++ init/main.c	2013-04-22 10:30:09 +0000
@@ -631,7 +631,7 @@
 		sigemptyset (&mask);
 		sigprocmask (SIG_SETMASK, &mask, NULL);
 
-		/* Emit the Restarted signal so that any listing Instance Init
+		/* Emit the Restarted signal so that any listening Instance Init
 		 * knows that it needs to restart too.
 		 */
 		control_notify_restarted();

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to