Git init
[external/insserv.git] / debian / patches / 80_manual_warnings.patch
1 Purpose: Fix format warnings of manual page
2 Fixes:   lintian - manpage-has-errors-from-man
3 Status:  Not yet submitted upstream.
4 ---
5 Index: insserv/insserv.8.in
6 ===================================================================
7 --- insserv.orig/insserv.8.in   2009-09-26 22:35:39.000000000 +0200
8 +++ insserv/insserv.8.in        2009-09-26 22:35:41.000000000 +0200
9 @@ -12,11 +12,9 @@
10  @@BEGIN_SUSE@@
11  .TH INSSERV 8 "Jul 29, 2008" "Version 1.11" "The SuSE boot concept"
12  .UC 8
13 -.OS SuSE Linux
14  @@ELSE_SUSE@@
15  .TH INSSERV 8 "Jul 29, 2008" "Version 1.11"
16  .UC 8
17 -.OS Debian
18  @@END_SUSE@@
19  .SH NAME
20  insserv \- Enable an installed system init script
21 @@ -35,9 +33,9 @@
22  .RB [ \-c\ <config> ]
23  .RB [ \-p\ <path> ]
24  @@BEGIN_SUSE@@
25 -.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2>\ ... ]
26 +.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1,lvl2,...> ]
27  @@ELSE_SUSE@@
28 -.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2>\ ... ] ,stop=<lvl1> [ ,<lvl2>\ ... ]]
29 +.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1,lvl2,...> ,stop=<lvl1,lvl2,...> ]
30  @@END_SUSE@@
31  .PP
32  .B insserv
33 @@ -129,7 +127,7 @@
34  should be started
35  .B before
36  the specified service names.
37 -Wereas the optional
38 +Whereas the optional
39  .B X\-Stop\-After
40  keyword implies that the script using this keyword
41  should be stopped
42 @@ -223,7 +221,7 @@
43  a passphrase or password input during boot
44  or runlevel change.
45  .P
46 -Beside the defined
47 +In addition to the defined
48  .B System Facilities
49  in the configuration file
50  .IR /etc/insserv.conf ,
51 @@ -246,8 +244,8 @@
52  directory.  Useful for testing.
53  .TP
54  .BR \-o\ <path> ,\  \-\-override\ <path>
55 -Path to replace existing LSB comment headers with the comment
56 -headers found in this path (default path is
57 +LSB comment headers found in this path will override existing
58 +LSB comment headers of scripts in the init.d directory (default path is
59  .IR /etc/insserv/overrides/ ).
60  .TP
61  .BR \-p\ <path> ,\  \-\-path\ <path>
62 @@ -260,7 +258,7 @@
63  Remove the listed scripts from all runlevels.
64  .TP
65  .BR \-d ,\  \-\-default
66 -Use default runlevels a defined in the scripts.
67 +Use default runlevels as defined in the scripts.
68  This may restore an edited runlevel link scheme.
69  .TP
70  .BR \-f ,\  \-\-force
71 @@ -307,17 +305,16 @@
72  For the runlevels the information found in
73  the script is used.
74  .TP
75 -.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1> [ ,<lvl2> ]]\ ...
76 +.RI [[ / ] path/to/init.d/ ] script [ ,start=<lvl1,lvl2,...> ]
77  List of scripts which have to be added to
78  the specified runlevels to be started with.
79  You may use this extension to override the default values
80  for start and stop runlevels of the script.
81  Note that
82 -.BR <lvl1> ,\  <lvl2> ,\ ...
83 +.BR lvl1 ,\  lvl2 ,\ ...
84  are the known runlevels explained above.
85  The extension
86 -.IR ,stop=<lvl1> [ ,<lvl2> ]]
87 -is possible
88 +.IR ,stop=<lvl1,lvl2,...>
89  @@BEGIN_SUSE@@
90  is possible but ignored on SuSE Linux.
91  @@ELSE_SUSE@@
92 @@ -334,9 +331,9 @@
93  .\"
94  .SH OVERRIDES
95  Beside using the extensions
96 -.IR ,start=<lvl1> [ ,<lvl2> ]]
97 +.IR ,start=<lvl1,lvl2,...>
98  and
99 -.IR ,stop=<lvl1> [ ,<lvl2> ]]
100 +.IR ,stop=<lvl1,lvl2,...>
101  it is possible to use override files replace a LSB comment header
102  or simple provide a missing LSB comment header.  This can be done
103  by placing a file with the new LSB comment header using the same
104 @@ -395,7 +392,9 @@
105  .sp 1
106  will be ignored.
107  .SH BUGS
108 -Boot script sometimes misses comments.
109 +Boot scripts sometimes lack a LSB comment header. Contact a package
110 +maintainer or developer of the software which provides the script to
111 +have a LSB comment header added to it.
112  .SH FILES
113  .TP
114  .I /etc/insserv.conf