------------------------------------------------------------ revno: 1378 fixes bug: http://bugs.debian.org/623812 author: A.Costa <[email protected]> committer: Steve Langasek <[email protected]> branch nick: upstream timestamp: Fri 2012-08-31 14:01:48 -0700 message: fix a series of manpage typos. modified: ChangeLog init/man/init.5 util/man/initctl.8 util/man/runlevel.7
-- 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 2012-08-07 15:21:20 +0000 +++ ChangeLog 2012-08-31 21:01:48 +0000 @@ -1,3 +1,9 @@ +2012-08-31 Steve Langasek <[email protected]> + + [ A. Costa <[email protected]> ] + * init/man/init.5, util/man/runlevel.7, util/man/initctl.8: fix a + number of typos. + 2012-08-07 James Hunt <[email protected]> * init/main.c: main(): Remove checks for /dev/kmsg, /dev/null, === modified file 'init/man/init.5' --- init/man/init.5 2012-07-31 09:17:31 +0000 +++ init/man/init.5 2012-08-31 21:01:48 +0000 @@ -118,7 +118,7 @@ Each line begins with a configuration stanza and continues until either the end of the line or a line containing a closing stanza. Line breaks within a stanza are permitted within single or double quotes, or if -preceeded by a blackslash. +preceded by a blackslash. If a stanza is duplicated, the last occurence will be used. Unrecognized stanzas will generate parse errors, which will stop a job from running. @@ -236,7 +236,7 @@ All of these processes, including the main process, are optional. Services without a main process will appear to be running until they are stopped: this is commonly used to define states such as runlevels. It -is permissable to have no main process, but to have +is permissible to have no main process, but to have .B pre\-start and .B post\-stop @@ -250,7 +250,7 @@ .RE .\" .SS Event definition -Jobs can be manually started and stopped at any time by a system adminstrator +Jobs can be manually started and stopped at any time by a system administrator using the .BR start (8) and @@ -393,7 +393,7 @@ .TP .B env \fIKEY\fR[=\fIVALUE\fR] -Defines a default environment variable, the value of which may be overriden +Defines a default environment variable, the value of which may be overridden by the event or command that starts the job. If \'KEY=VALUE\' is specified, the variable KEY is given the value VALUE. If only \'KEY\' is given, then the value is taken from the === modified file 'util/man/initctl.8' --- util/man/initctl.8 2012-07-31 09:17:31 +0000 +++ util/man/initctl.8 2012-08-31 21:01:48 +0000 @@ -229,7 +229,7 @@ See .B start -for a discusson on instances. +for a discussion on instances. For a single\-instance job a line like the following is output: @@ -375,7 +375,7 @@ When called without argument, it requests the current minimum message priority that the .BR init (8) -daemon will log and ouputs to standard output. +daemon will log and outputs to standard output. .\" .TP .B show\-config === modified file 'util/man/runlevel.7' --- util/man/runlevel.7 2009-07-09 12:26:11 +0000 +++ util/man/runlevel.7 2012-08-31 21:01:48 +0000 @@ -74,7 +74,7 @@ .B S are services to be started. -The authorative documentation for this process can be found in the +The authoritative documentation for this process can be found in the .I System run levels and init.d scripts section of the .I Debian Policy Manual. This may be currently found at
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
