Package: upstart
Version: 0.6.6-1
Severity: minor
Tags: patch
Found some typos in '/usr/share/man/man5/init.5.gz',
'/usr/share/man/man7/runlevel.7.gz', and
'/usr/share/man/man8/initctl.8.gz',
see attached '.diff' files.
Hope this helps...
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Versions of packages upstart depends on:
ii initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib
ii libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii libnih-dbus1 1.0.3-2 NIH D-Bus Bindings Library
ii libnih1 1.0.3-2 NIH Utility Library
ii libselinux1 2.0.96-1 SELinux runtime shared libraries
ii sysv-rc 2.88dsf-13.1 System-V-like runlevel change mech
ii sysvinit-utils 2.88dsf-13.1 System-V-like utilities
upstart recommends no packages.
upstart suggests no packages.
-- no debconf information
--- init.5 2010-06-19 15:18:00.000000000 -0400
+++ /tmp/init.5 2011-04-23 04:55:44.687552848 -0400
@@ -35,7 +35,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.
Stanzas and their arguments are delimited by whitespace, which consists
of one or more space or tab characters which are otherwise ignored unless
@@ -147,7 +147,7 @@
All of these process, 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's quite
-permissable to have no main process, but to have
+permissible to have no main process, but to have
.B pre-start
and
.B post-stop
@@ -161,7 +161,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
@@ -293,7 +293,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 no value is given, then the value is taken from the
.BR init (8)
--- runlevel.7 2010-06-19 15:18:01.000000000 -0400
+++ /tmp/runlevel.7 2011-04-23 04:57:56.766844138 -0400
@@ -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
--- initctl.8 2010-06-19 15:18:01.000000000 -0400
+++ /tmp/initctl.8 2011-04-23 04:59:13.239697674 -0400
@@ -196,7 +196,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:
@@ -337,7 +337,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.
.\"
.SH AUTHOR
Written by Scott James Remnant