File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ single 'B<#>' character as entries that have been commented out by a
38
38
user. It will not change such entries.
39
39
40
40
For shell scripts you can also use the B<update-inetd > command. See
41
- B <update-inetd > (8) for further information.
41
+ L <update-inetd(8)> for further information.
42
42
43
43
=cut
44
44
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ the F</etc/inetd.conf> file (you can specify a different file by using the
32
32
B<--file> option). After the F</etc/inetd.conf> file has been changed,
33
33
B<update-inetd> will send a B<SIGHUP> signal to the inetd process to make
34
34
sure that inetd will use the new F</etc/inetd.conf> file. For Perl scripts
35
- you can also use the Perl module B<DebianNet>. See B <DebianNet> (3pm) for
35
+ you can also use the Perl module B<DebianNet>. See L <DebianNet(3pm)> for
36
36
further information. B<update-inetd> can also be used to add entries that
37
37
are commented out by default. They will be treated like normal entries.
38
38
That also means that if you already have an entry that is commented out you
@@ -57,7 +57,7 @@ B<--comment-chars> (or the default value if none is specified).
57
57
=item B<--add> I<entry-line>
58
58
59
59
Add an entry to F</etc/inetd.conf>. A description of the I<entry-line> format
60
- can be found in the B <inetd> (8) or B <inetd.conf> (5) manual pages (or just
60
+ can be found in the L <inetd(8)> or L <inetd.conf(5)> manual pages (or just
61
61
look at F</etc/inetd.conf>). In order to prevent the shell from changing
62
62
your I<entry-line> definition you have to quote the I<entry-line> using
63
63
single or double quotes. You can use tabs (tab character or \t) and spaces
@@ -186,7 +186,7 @@ F</run/inetd.pid>
186
186
187
187
=head1 SEE ALSO
188
188
189
- B <inetd> (8),
190
- B <DebianNet> (3pm)
189
+ L <inetd(8)> ,
190
+ L <DebianNet(3pm)>.
191
191
192
192
=cut
You can’t perform that action at this time.
0 commit comments